{"versions":{"0.0.2":{"name":"graphql","version":"0.0.2","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"}],"license":"BSD","homepage":"https://github.com/facebook/graphql","bugs":{"url":"https://github.com/facebook/graphql/issues"},"repository":{"type":"git","url":"http://github.com/facebook/graphql.git"},"files":["README.md"],"scripts":{"test":"echo \"Error: no test specified\" && exit 1","lint":"jshint lib","clean":"rm -r build/*","prebuild":"npm run lint && npm run clean","build":"6to5 lib --experimental --modules common --optional selfContained --out-dir build","watch":"npm run build && node scripts/watch.js"},"dependencies":{"6to5-runtime":"^3.3.4"},"devDependencies":{"6to5":"^3.3.4","jshint":"^2.6.0","sane":"^1.0.1"},"jshintConfig":{"indent":2,"maxlen":80,"quotmark":"single","node":true,"es3":false,"esnext":true,"moz":false,"bitwise":false,"camelcase":true,"curly":true,"eqeqeq":true,"forin":true,"freeze":true,"funcscope":false,"globalstrict":true,"immed":true,"iterator":true,"latedef":"nofunc","newcap":false,"noarg":true,"nocomma":false,"noempty":true,"nonbsp":true,"nonew":true,"notypeof":false,"proto":true,"shadow":"outer","singleGroups":false,"undef":true,"unused":true,"asi":false,"boss":false,"debug":false,"elision":false,"eqnull":false,"evil":false,"expr":true,"lastsemic":false,"laxbreak":false,"laxcomma":false,"loopfunc":false,"multistr":false,"noyield":false,"phantom":false,"plusplus":false,"scripturl":false,"strict":false,"sub":false,"supernew":false,"validthis":false,"withstmt":false},"_id":"graphql@0.0.2","_shasum":"e8a5a6c02b71e6b190f3d01cf1dc1b079a85b869","_from":".","_npmVersion":"2.2.0","_nodeVersion":"0.10.35","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"maintainers":[{"name":"anonymous","email":"andrew.cobby@gmail.com"},{"name":"anonymous","email":"lee@leebyron.com"}],"dist":{"shasum":"e8a5a6c02b71e6b190f3d01cf1dc1b079a85b869","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.0.2.tgz"},"directories":{}},"0.1.0":{"name":"graphql","version":"0.1.0","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD","homepage":"https://github.com/facebook/graphql","bugs":{"url":"https://github.com/facebook/graphql/issues"},"repository":{"type":"git","url":"http://github.com/facebook/graphql.git"},"main":"lib/index.js","directories":{"lib":"./lib"},"files":["lib","README.md","LICENSE","PATENTS"],"options":{"mocha":"--require scripts/mocha-bootload src/**/__tests__/**/*.js"},"scripts":{"pretest":"npm run lint","test":"mocha $npm_package_options_mocha && npm run check","lint":"eslint src","check":"flow check","cover":"babel-node node_modules/.bin/isparta cover --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","build":"rm -rf lib/* & babel src --ignore __tests__ --optional runtime --out-dir lib","watch":"babel --optional runtime scripts/watch.js | node"},"dependencies":{"babel-runtime":"5.5.5"},"devDependencies":{"babel":"5.5.5","babel-core":"5.5.5","babel-eslint":"3.1.15","bluebird":"2.9.27","chai":"3.0.0","chai-as-promised":"5.1.0","chai-subset":"1.0.1","eslint":"0.22.1","flow-bin":"0.13.1","isparta":"3.0.3","mocha":"2.2.5","sane":"1.1.2"},"eslintConfig":{"parser":"babel-eslint","arrowFunctions":true,"blockBindings":true,"classes":true,"defaultParams":true,"destructuring":true,"forOf":true,"generators":true,"modules":true,"objectLiteralComputedProperties":true,"objectLiteralShorthandMethods":true,"objectLiteralShorthandProperties":true,"spread":true,"templateStrings":true,"env":{"node":true,"es6":true},"rules":{"comma-dangle":0,"no-cond-assign":2,"no-console":0,"no-constant-condition":2,"no-control-regex":0,"no-debugger":0,"no-dupe-args":2,"no-dupe-keys":2,"no-duplicate-case":2,"no-empty":2,"no-empty-class":2,"no-ex-assign":2,"no-extra-boolean-cast":2,"no-extra-parens":0,"no-extra-semi":2,"no-func-assign":2,"no-inner-declarations":[2,"functions"],"no-invalid-regexp":2,"no-irregular-whitespace":2,"no-negated-in-lhs":2,"no-obj-calls":2,"no-regex-spaces":2,"no-reserved-keys":0,"no-sparse-arrays":2,"no-unreachable":2,"use-isnan":2,"valid-jsdoc":0,"valid-typeof":2,"block-scoped-var":0,"complexity":0,"consistent-return":0,"curly":[2,"all"],"default-case":0,"dot-notation":0,"eqeqeq":2,"guard-for-in":2,"no-alert":2,"no-caller":2,"no-div-regex":2,"no-empty-label":2,"no-eq-null":0,"no-eval":2,"no-extend-native":2,"no-extra-bind":2,"no-fallthrough":2,"no-floating-decimal":2,"no-implied-eval":2,"no-iterator":2,"no-labels":0,"no-lone-blocks":0,"no-loop-func":0,"no-multi-spaces":2,"no-multi-str":2,"no-native-reassign":0,"no-new":2,"no-new-func":0,"no-new-wrappers":2,"no-octal":2,"no-octal-escape":2,"no-param-reassign":2,"no-process-env":0,"no-proto":2,"no-redeclare":2,"no-return-assign":2,"no-script-url":2,"no-self-compare":0,"no-sequences":2,"no-throw-literal":2,"no-unused-expressions":2,"no-void":2,"no-warning-comments":0,"no-with":2,"radix":2,"vars-on-top":0,"wrap-iife":2,"yoda":[2,"never",{"exceptRange":true}],"strict":0,"no-catch-shadow":2,"no-delete-var":2,"no-label-var":2,"no-shadow":2,"no-shadow-restricted-names":2,"no-undef":2,"no-undef-init":2,"no-undefined":0,"no-unused-vars":[2,{"vars":"all","args":"after-used"}],"no-use-before-define":0,"handle-callback-err":[2,"error"],"no-mixed-requires":[2,true],"no-new-require":2,"no-path-concat":2,"no-process-exit":0,"no-restricted-modules":0,"no-sync":2,"indent":[2,2,{"indentSwitchCase":true}],"brace-style":[2,"1tbs",{"allowSingleLine":true}],"camelcase":[2,{"properties":"always"}],"comma-spacing":0,"comma-style":[2,"last"],"consistent-this":0,"eol-last":2,"func-names":0,"func-style":0,"key-spacing":[2,{"beforeColon":false,"afterColon":true}],"max-nested-callbacks":0,"new-cap":0,"new-parens":2,"newline-after-var":0,"no-array-constructor":2,"no-inline-comments":0,"no-lonely-if":2,"no-mixed-spaces-and-tabs":2,"no-multiple-empty-lines":0,"no-nested-ternary":0,"no-new-object":2,"no-spaced-func":2,"no-ternary":0,"no-trailing-spaces":2,"no-underscore-dangle":0,"no-wrap-func":2,"one-var":[2,"never"],"operator-assignment":[2,"always"],"padded-blocks":0,"quote-props":[2,"as-needed"],"quotes":[2,"single"],"semi":[2,"always"],"semi-spacing":[2,{"before":false,"after":true}],"sort-vars":0,"space-after-keywords":[2,"always"],"space-before-blocks":[2,"always"],"space-before-function-paren":[2,{"anonymous":"always","named":"never"}],"space-in-brackets":0,"space-in-parens":0,"space-infix-ops":[2,{"int32Hint":false}],"space-return-throw-case":[2,"always"],"space-unary-ops":[2,{"words":true,"nonwords":false}],"spaced-line-comment":[2,"always"],"wrap-regex":0,"no-var":0,"max-len":80}},"gitHead":"b5ed31e6e3136accba13c3a4a5b7f61c36d7dcb4","_id":"graphql@0.1.0","_shasum":"d37e417ff4f07163de3760dda1e0ee8e0d2eb967","_from":".","_npmVersion":"2.7.3","_nodeVersion":"0.10.35","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"}],"dist":{"shasum":"d37e417ff4f07163de3760dda1e0ee8e0d2eb967","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.1.0.tgz"}},"0.1.1":{"name":"graphql","version":"0.1.1","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/facebook/graphql","bugs":{"url":"https://github.com/facebook/graphql/issues"},"repository":{"type":"git","url":"http://github.com/facebook/graphql.git"},"main":"lib/index.js","directories":{"lib":"./lib"},"files":["lib","README.md","LICENSE","PATENTS"],"options":{"mocha":"--require scripts/mocha-bootload src/**/__tests__/**/*.js"},"scripts":{"pretest":"npm run lint","test":"mocha $npm_package_options_mocha && npm run check","lint":"eslint src","check":"flow check","cover":"babel-node node_modules/.bin/isparta cover --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","build":"rm -rf lib/* & babel src --ignore __tests__ --optional runtime --out-dir lib","watch":"babel --optional runtime scripts/watch.js | node"},"dependencies":{"babel-runtime":"5.5.5"},"devDependencies":{"babel":"5.5.5","babel-core":"5.5.5","babel-eslint":"3.1.15","chai":"3.0.0","chai-as-promised":"5.1.0","chai-subset":"1.0.1","eslint":"0.22.1","flow-bin":"0.13.1","isparta":"3.0.3","mocha":"2.2.5","sane":"1.1.2"},"gitHead":"03df01cfd79e5f1ae280f6dae31cf7cce957a685","_id":"graphql@0.1.1","_shasum":"c804e403c8fdd2d4d8dcba3d7f88f22f558aebc7","_from":".","_npmVersion":"2.7.3","_nodeVersion":"0.10.35","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"}],"dist":{"shasum":"c804e403c8fdd2d4d8dcba3d7f88f22f558aebc7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.1.1.tgz"}},"0.1.2":{"name":"graphql","version":"0.1.2","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/facebook/graphql","bugs":{"url":"https://github.com/facebook/graphql/issues"},"repository":{"type":"git","url":"http://github.com/facebook/graphql.git"},"main":"lib/index.js","directories":{"lib":"./lib"},"files":["lib","README.md","LICENSE","PATENTS"],"options":{"mocha":"--require scripts/mocha-bootload src/**/__tests__/**/*.js"},"scripts":{"pretest":"npm run lint","test":"mocha $npm_package_options_mocha && npm run check","lint":"eslint src","check":"flow check","cover":"babel-node node_modules/.bin/isparta cover --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","build":"rm -rf lib/* & babel src --ignore __tests__ --optional runtime --out-dir lib","watch":"babel --optional runtime scripts/watch.js | node"},"dependencies":{"babel-runtime":"5.5.5"},"devDependencies":{"babel":"5.5.5","babel-core":"5.5.5","babel-eslint":"3.1.15","chai":"3.0.0","chai-as-promised":"5.1.0","chai-subset":"1.0.1","eslint":"0.22.1","flow-bin":"0.13.1","isparta":"3.0.3","mocha":"2.2.5","sane":"1.1.2"},"gitHead":"3c2bfcdcba13a01b6fcb3a0286784174684e8c47","_id":"graphql@0.1.2","_shasum":"b3ec22ef1b7afb172dae060783b16c706824e6f7","_from":".","_npmVersion":"2.7.3","_nodeVersion":"0.10.35","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"}],"dist":{"shasum":"b3ec22ef1b7afb172dae060783b16c706824e6f7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.1.2.tgz"}},"0.1.3":{"name":"graphql","version":"0.1.3","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/facebook/graphql","bugs":{"url":"https://github.com/facebook/graphql/issues"},"repository":{"type":"git","url":"http://github.com/facebook/graphql.git"},"main":"lib/index.js","directories":{"lib":"./lib"},"files":["lib","README.md","LICENSE","PATENTS"],"options":{"mocha":"--require scripts/mocha-bootload src/**/__tests__/**/*.js"},"scripts":{"prepublish":"npm test && npm run build","test":"npm run lint && npm run check && mocha $npm_package_options_mocha","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","cover":"babel-node node_modules/.bin/isparta cover --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","build":"rm -rf lib/* && babel src --ignore __tests__ --optional runtime --out-dir lib","watch":"babel --optional runtime scripts/watch.js | node","coveralls":"babel-node node_modules/.bin/isparta cover --report html node_modules/.bin/_mocha --report lcovonly -- $npm_package_options_mocha && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"},"dependencies":{"babel-runtime":"5.6.12"},"devDependencies":{"babel":"5.6.12","babel-core":"5.6.12","babel-eslint":"3.1.23","chai":"3.0.0","chai-as-promised":"5.1.0","chai-subset":"1.0.1","coveralls":"2.11.2","eslint":"0.24.0","flow-bin":"0.13.1","isparta":"3.0.3","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"89265ec40bec6f895bff8685919b53be64fae564","_id":"graphql@0.1.3","_shasum":"729a4a03757ecf0b7f3157aa429f602019bee057","_from":".","_npmVersion":"2.7.3","_nodeVersion":"0.10.35","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"}],"dist":{"shasum":"729a4a03757ecf0b7f3157aa429f602019bee057","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.1.3.tgz"}},"0.1.4":{"name":"graphql","version":"0.1.4","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"main":"lib/index.js","directories":{"lib":"./lib"},"files":["lib","README.md","LICENSE","PATENTS"],"options":{"mocha":"--require scripts/mocha-bootload src/**/__tests__/**/*.js"},"scripts":{"prepublish":"npm test && npm run build","test":"npm run lint && npm run check && mocha $npm_package_options_mocha","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","cover":"babel-node node_modules/.bin/isparta cover --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","build":"rm -rf lib/* && babel src --ignore __tests__ --optional runtime --out-dir lib","watch":"babel --optional runtime scripts/watch.js | node","coveralls":"babel-node node_modules/.bin/isparta cover --report html node_modules/.bin/_mocha --report lcovonly -- $npm_package_options_mocha && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"},"dependencies":{"babel-runtime":"5.6.12"},"devDependencies":{"babel":"5.6.14","babel-core":"5.6.20","babel-eslint":"3.1.23","chai":"3.0.0","chai-as-promised":"5.1.0","chai-subset":"1.0.1","coveralls":"2.11.2","eslint":"0.24.0","flow-bin":"0.13.1","isparta":"3.0.3","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"11f0290638b660f4928cfd542f38b2319fd9483c","_id":"graphql@0.1.4","_shasum":"a6c6618dca307f2dc830e6927e4afa6eec5c4685","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"anonymous","email":"dschafer@fb.com"},"dist":{"shasum":"a6c6618dca307f2dc830e6927e4afa6eec5c4685","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.1.4.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"}]},"0.1.5":{"name":"graphql","version":"0.1.5","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"http://github.com/graphql/graphql-js.git"},"main":"lib/index.js","directories":{"lib":"./lib"},"files":["lib","README.md","LICENSE","PATENTS"],"options":{"mocha":"--require scripts/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"prepublish":"npm test && npm run build","test":"npm run lint && npm run check && mocha $npm_package_options_mocha","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"rm -rf lib/* && babel src --ignore __tests__ --out-dir lib","watch":"babel scripts/watch.js | node","coveralls":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"},"dependencies":{"babel-runtime":"5.7.0"},"devDependencies":{"babel":"5.6.23","babel-core":"5.7.2","babel-eslint":"3.1.23","chai":"3.0.0","chai-subset":"1.0.1","coveralls":"2.11.2","eslint":"0.24.0","flow-bin":"0.13.1","isparta":"3.0.3","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"2c6fa9545c8784d566d3b7a385c5f924bb2da9ac","_id":"graphql@0.1.5","_shasum":"35387ff2dcbc522328e0a1d328018d8809b1e48a","_from":".","_npmVersion":"2.7.3","_nodeVersion":"0.10.35","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"}],"dist":{"shasum":"35387ff2dcbc522328e0a1d328018d8809b1e48a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.1.5.tgz"}},"0.1.6":{"name":"graphql","version":"0.1.6","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"http://github.com/graphql/graphql-js.git"},"main":"lib/index.js","directories":{"lib":"./lib"},"files":["lib","README.md","LICENSE","PATENTS"],"options":{"mocha":"--require scripts/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"prepublish":"npm test && npm run build","test":"npm run lint && npm run check && mocha $npm_package_options_mocha","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"rm -rf lib/* && babel src --ignore __tests__ --out-dir lib","watch":"babel scripts/watch.js | node","coveralls":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"},"dependencies":{"babel-runtime":"5.7.0"},"devDependencies":{"babel":"5.6.23","babel-core":"5.7.2","babel-eslint":"3.1.23","chai":"3.0.0","chai-subset":"1.0.1","coveralls":"2.11.2","eslint":"0.24.0","flow-bin":"0.13.1","isparta":"3.0.3","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"b242fce65ebfb5b380e87f8e663ee8ac1a0f35e9","_id":"graphql@0.1.6","_shasum":"8f9ecda8a3b2f0045de95dbf6abea20e45ffd552","_from":".","_npmVersion":"2.7.3","_nodeVersion":"0.10.35","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"}],"dist":{"shasum":"8f9ecda8a3b2f0045de95dbf6abea20e45ffd552","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.1.6.tgz"}},"0.1.7":{"name":"graphql","version":"0.1.7","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"main":"lib/index.js","directories":{"lib":"./lib"},"files":["lib","README.md","LICENSE","PATENTS"],"options":{"mocha":"--require scripts/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"prepublish":"npm test && npm run build","test":"npm run lint && npm run check && mocha $npm_package_options_mocha","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"rm -rf lib/* && babel src --ignore __tests__ --out-dir lib","watch":"babel scripts/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","coveralls":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"},"dependencies":{"babel-runtime":"5.8.3"},"devDependencies":{"babel":"5.8.3","babel-core":"5.8.3","babel-eslint":"3.1.26","chai":"3.0.0","chai-subset":"1.0.1","coveralls":"2.11.2","eslint":"0.24.0","flow-bin":"0.13.1","isparta":"3.0.3","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"c518e9a1e4a7d93ca104a8ef457c3c0cbb1ffe8b","_id":"graphql@0.1.7","_shasum":"fc703ea9127cab5e62498b8406847baef70ad4dc","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"anonymous","email":"dschafer@fb.com"},"dist":{"shasum":"fc703ea9127cab5e62498b8406847baef70ad4dc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.1.7.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"}]},"0.1.8":{"name":"graphql","version":"0.1.8","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"http://github.com/graphql/graphql-js.git"},"main":"lib/index.js","directories":{"lib":"./lib"},"files":["lib","README.md","LICENSE","PATENTS"],"options":{"mocha":"--require scripts/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"prepublish":"npm test && npm run build","test":"npm run lint && npm run check && mocha $npm_package_options_mocha","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"rm -rf lib/* && babel src --ignore __tests__ --out-dir lib","watch":"babel scripts/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","coveralls":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"},"dependencies":{"babel-runtime":"5.8.3"},"devDependencies":{"babel":"5.8.3","babel-core":"5.8.3","babel-eslint":"3.1.26","chai":"3.0.0","chai-subset":"1.0.1","coveralls":"2.11.2","eslint":"0.24.0","flow-bin":"0.13.1","isparta":"3.0.3","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"aafa4d32b8cef208ad3748f13af1b7bc802a758d","_id":"graphql@0.1.8","_shasum":"3133fbf4fcbd2e4778c3940c834f81942685163b","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"anonymous","email":"schrockn@gmail.com"},"dist":{"shasum":"3133fbf4fcbd2e4778c3940c834f81942685163b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.1.8.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}]},"0.1.9":{"name":"graphql","version":"0.1.9","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"http://github.com/graphql/graphql-js.git"},"main":"lib/index.js","directories":{"lib":"./lib"},"files":["lib","README.md","LICENSE","PATENTS"],"options":{"mocha":"--require scripts/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"prepublish":"npm test && npm run build","test":"npm run lint && npm run check && mocha $npm_package_options_mocha","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"rm -rf lib/* && babel src --ignore __tests__ --out-dir lib","watch":"babel scripts/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","coveralls":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"},"dependencies":{"babel-runtime":"5.8.3"},"devDependencies":{"babel":"5.8.3","babel-core":"5.8.3","babel-eslint":"4.0.5","bluebird":"2.9.34","chai":"3.0.0","chai-subset":"1.0.1","coveralls":"2.11.2","eslint":"0.24.0","flow-bin":"0.13.1","isparta":"3.0.3","minimist":"1.1.2","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"c46ec69abfcc4bef442db386a1f3a0b661dca6a9","_id":"graphql@0.1.9","_shasum":"7f2c6ee51c945961fe9a863f54e9a3e54bc02402","_from":".","_npmVersion":"2.7.3","_nodeVersion":"0.10.35","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"dist":{"shasum":"7f2c6ee51c945961fe9a863f54e9a3e54bc02402","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.1.9.tgz"}},"0.1.10":{"name":"graphql","version":"0.1.10","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"main":"lib/index.js","directories":{"lib":"./lib"},"files":["lib","README.md","LICENSE","PATENTS"],"options":{"mocha":"--require scripts/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"prepublish":"npm test && npm run build","test":"npm run lint && npm run check && mocha $npm_package_options_mocha","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"rm -rf lib/* && babel src --ignore __tests__ --out-dir lib","watch":"babel scripts/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","coveralls":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"},"dependencies":{"babel-runtime":"5.8.3"},"devDependencies":{"babel":"5.8.3","babel-core":"5.8.3","babel-eslint":"4.0.5","bluebird":"2.9.34","chai":"3.0.0","chai-subset":"1.0.1","coveralls":"2.11.2","eslint":"0.24.0","flow-bin":"0.13.1","isparta":"3.0.3","minimist":"1.1.2","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"9820c05f22b8818621d1f72521c57f8d92643ca0","_id":"graphql@0.1.10","_shasum":"ae6e6d5a9a1c5bb2f1ef84eaefc54d180f476e67","_from":".","_npmVersion":"2.13.0","_nodeVersion":"2.4.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"ae6e6d5a9a1c5bb2f1ef84eaefc54d180f476e67","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.1.10.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}]},"0.1.11":{"name":"graphql","version":"0.1.11","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require scripts/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"test":"npm run lint && npm run check && mocha $npm_package_options_mocha","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","watch":"babel scripts/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","coveralls":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js","preversion":"npm test","prepublish":"not-in-install && (if [ \"$CI\" = true ]; then babel src --ignore __tests__ --out-dir ./; else echo 'Only CI can publish. Read CONTRIBUTING.md' 1>&2; exit 1; fi) || exit 0"},"dependencies":{"babel-runtime":"5.8.3"},"devDependencies":{"babel":"5.8.3","babel-core":"5.8.3","babel-eslint":"4.0.5","bluebird":"2.9.34","chai":"3.0.0","chai-subset":"1.0.1","coveralls":"2.11.2","eslint":"0.24.0","flow-bin":"0.13.1","in-publish":"2.0.0","isparta":"3.0.3","minimist":"1.1.2","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"d16f75d8a3f5a5a240e9affb3664567e157aa67f","_id":"graphql@0.1.11","_shasum":"92b3ea6a21f211714bed3adafe2084b6ca1ac766","_from":".","_npmVersion":"2.11.0","_nodeVersion":"2.2.1","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"92b3ea6a21f211714bed3adafe2084b6ca1ac766","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.1.11.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"directories":{}},"0.1.12":{"name":"graphql","version":"0.1.12","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require scripts/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"test":"npm run lint && npm run check && mocha $npm_package_options_mocha","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","watch":"babel scripts/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","coveralls":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js","preversion":"npm test","prepublish":"not-in-install && (if [ \"$CI\" = true ]; then babel src --ignore __tests__ --out-dir ./; else echo 'Only CI can publish. Read CONTRIBUTING.md' 1>&2; exit 1; fi) || in-install"},"dependencies":{"babel-runtime":"5.8.3"},"devDependencies":{"babel":"5.8.3","babel-core":"5.8.3","babel-eslint":"4.0.5","bluebird":"2.9.34","chai":"3.0.0","chai-subset":"1.0.1","coveralls":"2.11.2","eslint":"0.24.0","flow-bin":"0.13.1","in-publish":"2.0.0","isparta":"3.0.3","minimist":"1.1.2","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"7a3b9312a80aaf1b46fb33378ebd989e793be7b0","_id":"graphql@0.1.12","_shasum":"6b3a40c76962d03370855486a8ddf94ba8b8fa79","_from":".","_npmVersion":"2.13.0","_nodeVersion":"2.4.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"6b3a40c76962d03370855486a8ddf94ba8b8fa79","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.1.12.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"directories":{}},"0.2.0":{"name":"graphql","version":"0.2.0","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require scripts/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"],"plugins":["flow-comments"],"blacklist":["flow"]},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"mkdir dist && babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel scripts/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":"npm test","prepublish":". ./scripts/prepublish.sh"},"dependencies":{"babel-runtime":"5.8.3"},"devDependencies":{"babel":"5.8.3","babel-core":"5.8.3","babel-eslint":"4.0.5","babel-plugin-flow-comments":"1.0.9","bluebird":"2.9.34","chai":"3.0.0","chai-subset":"1.0.1","coveralls":"2.11.2","eslint":"0.24.0","flow-bin":"0.14.0","isparta":"3.0.3","minimist":"1.1.2","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"532bdd03ac8bbadf41c23ae7b158edada23f5d65","_id":"graphql@0.2.0","_shasum":"065fbf25edba196bb646aa0d343d52a1b5da6a6f","_from":".","_npmVersion":"2.13.2","_nodeVersion":"2.5.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"065fbf25edba196bb646aa0d343d52a1b5da6a6f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.2.0.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"directories":{}},"0.2.1":{"name":"graphql","version":"0.2.1","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require scripts/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel scripts/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":"npm test","prepublish":". ./scripts/prepublish.sh"},"dependencies":{"babel-runtime":"5.8.3"},"devDependencies":{"babel":"5.8.3","babel-core":"5.8.3","babel-eslint":"4.0.5","bluebird":"2.9.34","chai":"3.0.0","chai-subset":"1.0.1","coveralls":"2.11.2","eslint":"0.24.0","flow-bin":"0.14.0","isparta":"3.0.3","minimist":"1.1.2","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"7812eda5e9c6f8c537a67f8dcd1c860b6da1041e","_id":"graphql@0.2.1","_shasum":"e2f7fcbcbe1ddcbec8038ba78f19767c3bca70bd","_from":".","_npmVersion":"2.13.2","_nodeVersion":"2.5.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"e2f7fcbcbe1ddcbec8038ba78f19767c3bca70bd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.2.1.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"directories":{}},"0.2.2":{"name":"graphql","version":"0.2.2","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require scripts/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel scripts/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":"npm test","prepublish":". ./scripts/prepublish.sh"},"dependencies":{"babel-runtime":"5.8.3"},"devDependencies":{"babel":"5.8.3","babel-core":"5.8.3","babel-eslint":"4.0.5","bluebird":"2.9.34","chai":"3.0.0","chai-subset":"1.0.1","coveralls":"2.11.2","eslint":"0.24.0","flow-bin":"0.14.0","isparta":"3.0.3","minimist":"1.1.2","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"9f3effc6589f0cba3ce35a597536b274249bc7c8","_id":"graphql@0.2.2","_shasum":"71367335cf31f419ed0a28d30eb38cbe6f7ffaa8","_from":".","_npmVersion":"2.13.2","_nodeVersion":"2.5.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"71367335cf31f419ed0a28d30eb38cbe6f7ffaa8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.2.2.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"directories":{}},"0.2.3":{"name":"graphql","version":"0.2.3","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require scripts/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel scripts/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":"npm test","prepublish":". ./scripts/prepublish.sh"},"dependencies":{"babel-runtime":"5.8.3"},"devDependencies":{"babel":"5.8.3","babel-core":"5.8.3","babel-eslint":"4.0.5","bluebird":"2.9.34","chai":"3.0.0","chai-subset":"1.0.1","coveralls":"2.11.2","eslint":"0.24.0","flow-bin":"0.14.0","isparta":"3.0.3","minimist":"1.1.2","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"b092215120b516b072591db8c81036bb8d2da730","_id":"graphql@0.2.3","_shasum":"e6221f90397c90f62ebe5804237097fcc115937d","_from":".","_npmVersion":"2.13.2","_nodeVersion":"2.5.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"e6221f90397c90f62ebe5804237097fcc115937d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.2.3.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"directories":{}},"0.2.4":{"name":"graphql","version":"0.2.4","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require scripts/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel scripts/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":"npm test","prepublish":". ./scripts/prepublish.sh"},"dependencies":{"babel-runtime":"5.8.3"},"devDependencies":{"babel":"5.8.3","babel-core":"5.8.3","babel-eslint":"4.0.5","bluebird":"2.9.34","chai":"3.0.0","chai-subset":"1.0.1","coveralls":"2.11.2","eslint":"0.24.0","flow-bin":"0.14.0","isparta":"3.0.3","minimist":"1.1.2","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"84138db91bfb23b0c095406cc768ec8df021121d","_id":"graphql@0.2.4","_shasum":"af1011d8e6a57c866747ae93ae32b54a89b8d764","_from":".","_npmVersion":"2.13.2","_nodeVersion":"2.5.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"af1011d8e6a57c866747ae93ae32b54a89b8d764","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.2.4.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"directories":{}},"0.2.5":{"name":"graphql","version":"0.2.5","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require scripts/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel scripts/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":"npm test","prepublish":". ./scripts/prepublish.sh"},"dependencies":{"babel-runtime":"5.8.3"},"devDependencies":{"babel":"5.8.3","babel-core":"5.8.3","babel-eslint":"4.0.5","bluebird":"2.9.34","chai":"3.0.0","chai-subset":"1.0.1","coveralls":"2.11.2","eslint":"0.24.0","flow-bin":"0.14.0","isparta":"3.0.3","minimist":"1.1.2","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"a74082134a56d51ab0edc7dabd4590e263123481","_id":"graphql@0.2.5","_shasum":"f1c19c5a9f7b823dfc9bfcb876093f115abb618f","_from":".","_npmVersion":"2.13.3","_nodeVersion":"3.0.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"f1c19c5a9f7b823dfc9bfcb876093f115abb618f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.2.5.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"directories":{}},"0.2.6":{"name":"graphql","version":"0.2.6","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require scripts/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel scripts/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":"npm test","prepublish":". ./scripts/prepublish.sh"},"dependencies":{"babel-runtime":"5.8.3"},"devDependencies":{"babel":"5.8.3","babel-core":"5.8.3","babel-eslint":"4.0.5","bluebird":"2.9.34","chai":"3.0.0","chai-subset":"1.0.1","coveralls":"2.11.2","eslint":"0.24.0","flow-bin":"0.14.0","isparta":"3.0.3","minimist":"1.1.2","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"f5f6946ea74aaf9c9b2c098b63110f88714a716f","_id":"graphql@0.2.6","_shasum":"e51cf4777e55b5298ee163a8e86689c7585a9825","_from":".","_npmVersion":"2.13.3","_nodeVersion":"3.0.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"e51cf4777e55b5298ee163a8e86689c7585a9825","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.2.6.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"directories":{}},"0.3.0":{"name":"graphql","version":"0.3.0","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require scripts/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel scripts/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":"npm test","prepublish":". ./scripts/prepublish.sh"},"dependencies":{"babel-runtime":"^5.8.x"},"devDependencies":{"babel":"5.8.21","babel-core":"5.8.22","babel-eslint":"4.0.5","bluebird":"2.9.34","chai":"3.2.0","chai-subset":"1.0.1","coveralls":"2.11.3","eslint":"1.1.0","flow-bin":"0.14.0","isparta":"3.0.3","minimist":"1.1.3","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"e988b9ac8efbe73017c51007715ff84472dc8f47","_id":"graphql@0.3.0","_shasum":"5f63be31c048dac17c2049a411a48c12d71ff90e","_from":".","_npmVersion":"2.13.3","_nodeVersion":"3.0.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"5f63be31c048dac17c2049a411a48c12d71ff90e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.3.0.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"directories":{}},"0.4.1":{"name":"graphql","version":"0.4.1","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require resources/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel resources/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"babel-runtime":"^5.8.x"},"devDependencies":{"babel":"5.8.21","babel-core":"5.8.22","babel-eslint":"4.0.5","bluebird":"2.9.34","chai":"3.2.0","chai-subset":"1.0.1","coveralls":"2.11.3","eslint":"1.1.0","flow-bin":"0.14.0","isparta":"3.0.3","minimist":"1.1.3","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"a4c5605badb28e5182e8822073689167725aede8","_id":"graphql@0.4.1","_shasum":"34ffbdd73b55f852396fef718e8171b53d16e34d","_from":".","_npmVersion":"2.13.3","_nodeVersion":"3.0.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"34ffbdd73b55f852396fef718e8171b53d16e34d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.4.1.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"directories":{}},"0.4.2":{"name":"graphql","version":"0.4.2","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require resources/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel resources/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"babel-runtime":"^5.8.x"},"devDependencies":{"babel":"5.8.21","babel-core":"5.8.22","babel-eslint":"4.0.5","bluebird":"2.9.34","chai":"3.2.0","chai-subset":"1.0.1","coveralls":"2.11.3","eslint":"1.1.0","flow-bin":"0.14.0","isparta":"3.0.3","minimist":"1.1.3","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"8d5c1239b75476ff951c3e285518146d16275361","_id":"graphql@0.4.2","_shasum":"c4e45e92b2590fe04d2ca998554f9113090b1e5a","_from":".","_npmVersion":"2.13.3","_nodeVersion":"3.0.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"c4e45e92b2590fe04d2ca998554f9113090b1e5a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.4.2.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"directories":{}},"0.4.3":{"name":"graphql","version":"0.4.3","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require resources/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel resources/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"babel-runtime":"^5.8.x"},"devDependencies":{"babel":"5.8.21","babel-core":"5.8.22","babel-eslint":"4.0.10","bluebird":"2.9.34","chai":"3.2.0","chai-subset":"1.0.1","coveralls":"2.11.3","eslint":"1.1.0","eslint-plugin-babel":"^2.1.1","flow-bin":"0.14.0","isparta":"3.0.3","minimist":"1.1.3","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"3bc93a74400bbfac727ee97b4a4a38c253c640b5","_id":"graphql@0.4.3","_shasum":"67e41812bfaff2a6f44d9cb410f0ad6fba3254c1","_from":".","_npmVersion":"2.13.3","_nodeVersion":"3.2.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"67e41812bfaff2a6f44d9cb410f0ad6fba3254c1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.4.3.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"directories":{}},"0.4.4":{"name":"graphql","version":"0.4.4","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require resources/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel resources/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"babel-runtime":"^5.8.x"},"devDependencies":{"babel":"5.8.21","babel-core":"5.8.22","babel-eslint":"4.0.10","bluebird":"2.9.34","chai":"3.2.0","chai-subset":"1.0.1","coveralls":"2.11.3","eslint":"1.1.0","eslint-plugin-babel":"^2.1.1","flow-bin":"0.14.0","isparta":"3.0.3","minimist":"1.1.3","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"0ca1946e5ff5421ced715fc057f36c62461b90b4","_id":"graphql@0.4.4","_shasum":"37d25698c810c3486376b3f6d9cf635799fbeecb","_from":".","_npmVersion":"2.13.3","_nodeVersion":"3.3.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"37d25698c810c3486376b3f6d9cf635799fbeecb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.4.4.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"directories":{}},"0.4.5":{"name":"graphql","version":"0.4.5","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require resources/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel resources/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"babel-runtime":"^5.8.x"},"devDependencies":{"babel":"5.8.21","babel-core":"5.8.22","babel-eslint":"4.0.10","bluebird":"2.9.34","chai":"3.2.0","chai-subset":"1.0.1","coveralls":"2.11.3","eslint":"1.1.0","eslint-plugin-babel":"^2.1.1","flow-bin":"0.16.0","isparta":"3.0.3","minimist":"1.1.3","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"59ea82470804393d3d8697a4b78f380beb5c6dd7","_id":"graphql@0.4.5","_shasum":"bed7bc37445e31f03ac8a3a79c3cde3898ba76e7","_from":".","_npmVersion":"2.14.3","_nodeVersion":"3.3.1","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"bed7bc37445e31f03ac8a3a79c3cde3898ba76e7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.4.5.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"directories":{}},"0.4.6":{"name":"graphql","version":"0.4.6","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require resources/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel resources/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"babel-runtime":"^5.8.x"},"devDependencies":{"babel":"5.8.21","babel-core":"5.8.22","babel-eslint":"4.0.10","bluebird":"2.9.34","chai":"3.2.0","chai-subset":"1.0.1","coveralls":"2.11.3","eslint":"1.1.0","eslint-plugin-babel":"^2.1.1","flow-bin":"0.16.0","isparta":"3.0.3","minimist":"1.1.3","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"b6a326bfd3bef649b8cd82edea29c9677bef3838","_id":"graphql@0.4.6","_shasum":"2abf20cb512980b8f63fab2f07f33d364637831a","_from":".","_npmVersion":"2.14.3","_nodeVersion":"3.3.1","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"2abf20cb512980b8f63fab2f07f33d364637831a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.4.6.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"directories":{}},"0.4.7":{"name":"graphql","version":"0.4.7","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require resources/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel resources/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"babel-runtime":"^5.8.x"},"devDependencies":{"babel":"5.8.21","babel-core":"5.8.22","babel-eslint":"4.0.10","bluebird":"2.9.34","chai":"3.2.0","chai-subset":"1.0.1","coveralls":"2.11.3","eslint":"1.1.0","eslint-plugin-babel":"^2.1.1","flow-bin":"0.16.0","isparta":"3.0.3","minimist":"1.1.3","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"a941554fc56d607fecebe2188a7ca8848835c2a8","_id":"graphql@0.4.7","_shasum":"cec9ce9c7beb3bd803089192542ee02ee81e2ef0","_from":".","_npmVersion":"2.14.3","_nodeVersion":"3.3.1","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"cec9ce9c7beb3bd803089192542ee02ee81e2ef0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.4.7.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"directories":{}},"0.4.8":{"name":"graphql","version":"0.4.8","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require resources/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel resources/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"babel-runtime":"^5.8.x"},"devDependencies":{"babel":"5.8.21","babel-core":"5.8.22","babel-eslint":"4.0.10","bluebird":"2.9.34","chai":"3.2.0","chai-subset":"1.0.1","coveralls":"2.11.3","eslint":"1.1.0","eslint-plugin-babel":"^2.1.1","flow-bin":"0.16.0","isparta":"3.0.3","minimist":"1.1.3","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"defbb036174063b7d867c614d5c140464c5c44f1","_id":"graphql@0.4.8","_shasum":"effa8e0f34354fc84bef9556bedb050fa9a23601","_from":".","_npmVersion":"2.14.3","_nodeVersion":"3.3.1","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"effa8e0f34354fc84bef9556bedb050fa9a23601","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.4.8.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"directories":{}},"0.4.9":{"name":"graphql","version":"0.4.9","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require resources/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel resources/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"babel-runtime":"^5.8.x"},"devDependencies":{"babel":"5.8.21","babel-core":"5.8.22","babel-eslint":"4.0.10","bluebird":"2.9.34","chai":"3.2.0","chai-subset":"1.0.1","coveralls":"2.11.3","eslint":"1.1.0","eslint-plugin-babel":"^2.1.1","flow-bin":"0.16.0","isparta":"3.0.3","minimist":"1.1.3","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"07708960b954e869bcbf75be305121df0193cf83","_id":"graphql@0.4.9","_shasum":"40fb6a7e54c79278865c6903a6a833ba16469513","_from":".","_npmVersion":"2.14.3","_nodeVersion":"3.3.1","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"40fb6a7e54c79278865c6903a6a833ba16469513","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.4.9.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"directories":{}},"0.4.10":{"name":"graphql","version":"0.4.10","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require resources/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel resources/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"babel-runtime":"^5.8.x"},"devDependencies":{"babel":"5.8.21","babel-core":"5.8.22","babel-eslint":"4.0.10","bluebird":"2.9.34","chai":"3.2.0","chai-subset":"1.0.1","coveralls":"2.11.3","eslint":"1.1.0","eslint-plugin-babel":"^2.1.1","flow-bin":"0.16.0","isparta":"3.0.3","minimist":"1.1.3","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"b160c58bf526c4792c50a2a61fbdbda405940cfd","_id":"graphql@0.4.10","_shasum":"80d3752a3f07fb5107c7b285d776aa520c293677","_from":".","_npmVersion":"2.14.3","_nodeVersion":"3.3.1","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"80d3752a3f07fb5107c7b285d776aa520c293677","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.4.10.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"directories":{}},"0.4.11":{"name":"graphql","version":"0.4.11","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require resources/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel resources/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"babel-runtime":"^5.8.x"},"devDependencies":{"babel":"5.8.21","babel-core":"5.8.22","babel-eslint":"4.0.10","bluebird":"2.9.34","chai":"3.2.0","chai-subset":"1.0.1","coveralls":"2.11.3","eslint":"1.1.0","eslint-plugin-babel":"^2.1.1","flow-bin":"0.16.0","isparta":"3.0.3","minimist":"1.1.3","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"dd41b83981b1ef4c39069349e9c4a7d39628e404","_id":"graphql@0.4.11","_shasum":"a4dc43ffc86d3936f086d67b673edd703b8f8168","_from":".","_npmVersion":"2.14.3","_nodeVersion":"3.3.1","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"a4dc43ffc86d3936f086d67b673edd703b8f8168","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.4.11.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"directories":{}},"0.4.12":{"name":"graphql","version":"0.4.12","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require resources/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"optional":["runtime","es7.asyncFunctions"]},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel resources/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"babel-runtime":"^5.8.x"},"devDependencies":{"babel":"5.8.21","babel-core":"5.8.22","babel-eslint":"4.0.10","bluebird":"2.9.34","chai":"3.2.0","chai-subset":"1.0.1","coveralls":"2.11.3","eslint":"1.1.0","eslint-plugin-babel":"^2.1.1","flow-bin":"0.16.0","isparta":"3.0.3","minimist":"1.1.3","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"60e55da31f761303f60bc8258a71d278939e52c0","_id":"graphql@0.4.12","_shasum":"2ff2a77d9ae01a81863800088f747e6a460c2c9b","_from":".","_npmVersion":"2.14.3","_nodeVersion":"3.3.1","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"2ff2a77d9ae01a81863800088f747e6a460c2c9b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.4.12.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"directories":{}},"0.4.13":{"name":"graphql","version":"0.4.13","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require resources/mocha-bootload src/**/__tests__/**/*.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","check":"flow check","build":"babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel --optional runtime resources/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"babel-runtime":"^5.8.x"},"devDependencies":{"babel":"5.8.21","babel-core":"5.8.22","babel-eslint":"4.0.10","bluebird":"2.9.34","chai":"3.2.0","chai-subset":"1.0.1","coveralls":"2.11.3","eslint":"1.1.0","eslint-plugin-babel":"^2.1.1","flow-bin":"0.18.1","isparta":"3.0.3","minimist":"1.1.3","mocha":"2.2.5","sane":"1.1.3"},"gitHead":"b14766205951f4fe6f712c9e24d47c0d117cc3bf","_id":"graphql@0.4.13","_shasum":"c882443a25393f7a0be80c01f1f0a4d69f277908","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"c882443a25393f7a0be80c01f1f0a4d69f277908","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.4.13.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"directories":{}},"0.4.14":{"name":"graphql","version":"0.4.14","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require resources/mocha-bootload src/**/__tests__/**/*.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","t":"mocha --require resources/mocha-bootload","lint":"eslint src","check":"flow check","build":"babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel --optional runtime resources/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"babel-runtime":"^5.8.x"},"devDependencies":{"babel":"5.8.21","babel-core":"5.8.22","babel-eslint":"4.1.6","chai":"3.4.1","chai-subset":"1.1.0","coveralls":"2.11.4","eslint":"1.10.1","eslint-plugin-babel":"^2.1.1","flow-bin":"0.18.1","isparta":"3.0.3","mocha":"2.3.4","sane":"1.3.0"},"gitHead":"a6bcc75d3c19ce31847cd77279a41fbc6ac032d2","_id":"graphql@0.4.14","_shasum":"ccd6206a56b63d13b2a2b102fe123cb2e94cf459","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"ccd6206a56b63d13b2a2b102fe123cb2e94cf459","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.4.14.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"directories":{}},"0.4.15":{"name":"graphql","version":"0.4.15","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require resources/mocha-bootload src/**/__tests__/**/*.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","t":"mocha --require resources/mocha-bootload","lint":"eslint src","check":"flow check","build":"babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel --optional runtime resources/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"babel-runtime":"^5.8.x"},"devDependencies":{"babel":"5.8.21","babel-core":"5.8.22","babel-eslint":"4.1.7","chai":"3.4.1","chai-subset":"1.1.0","coveralls":"2.11.4","eslint":"1.10.1","eslint-plugin-babel":"^2.1.1","flow-bin":"0.20.1","isparta":"3.0.3","mocha":"2.3.4","sane":"1.3.0"},"gitHead":"4977c9eedc4a61e443c56065218fdd96a6affb00","_id":"graphql@0.4.15","_shasum":"6bad5a5da3888709a855bc081267a0257e6b6b97","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.1","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"6bad5a5da3888709a855bc081267a0257e6b6b97","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.4.15.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/graphql-0.4.15.tgz_1454462297685_0.10822574980556965"},"directories":{}},"0.4.16":{"name":"graphql","version":"0.4.16","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require resources/mocha-bootload src/**/__tests__/**/*.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","t":"mocha --require resources/mocha-bootload","lint":"eslint src","check":"flow check","build":"babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel --optional runtime resources/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"babel-runtime":"^5.8.x"},"devDependencies":{"babel":"5.8.21","babel-core":"5.8.22","babel-eslint":"4.1.7","chai":"3.4.1","chai-subset":"1.1.0","coveralls":"2.11.4","eslint":"1.10.1","eslint-plugin-babel":"^2.1.1","flow-bin":"0.20.1","isparta":"3.0.3","mocha":"2.3.4","sane":"1.3.0"},"gitHead":"a9839693cd0722f9434b3e305f6ff9f2d56d29f0","_id":"graphql@0.4.16","_shasum":"ae9d2f5ee1b007d098b18700bdb5933eff235e0c","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.1","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"ae9d2f5ee1b007d098b18700bdb5933eff235e0c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.4.16.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/graphql-0.4.16.tgz_1454479387746_0.809328616829589"},"directories":{}},"0.4.17":{"name":"graphql","version":"0.4.17","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require resources/mocha-bootload src/**/__tests__/**/*.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","t":"mocha --require resources/mocha-bootload","lint":"eslint src","check":"flow check","build":"babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel --optional runtime resources/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"babel-runtime":"^5.8.x"},"devDependencies":{"babel":"5.8.21","babel-core":"5.8.22","babel-eslint":"4.1.7","chai":"3.4.1","chai-subset":"1.1.0","coveralls":"2.11.4","eslint":"1.10.1","eslint-plugin-babel":"^2.1.1","flow-bin":"0.20.1","isparta":"3.0.3","mocha":"2.3.4","sane":"1.3.0"},"gitHead":"9234c6da0edbc4d2d2f3ff5d544a5980168d69ac","_id":"graphql@0.4.17","_shasum":"66d9c6170c22846eaf967b94b3e7e34b19ff4ab4","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.1","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"66d9c6170c22846eaf967b94b3e7e34b19ff4ab4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.4.17.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/graphql-0.4.17.tgz_1455006443276_0.4481458645313978"},"directories":{}},"0.4.18":{"name":"graphql","version":"0.4.18","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require resources/mocha-bootload src/**/__tests__/**/*.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","t":"mocha --require resources/mocha-bootload","lint":"eslint src","check":"flow check","build":"babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel --optional runtime resources/watch.js | node","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"babel-runtime":"^5.8.x"},"devDependencies":{"babel":"5.8.21","babel-core":"5.8.22","babel-eslint":"4.1.7","chai":"3.4.1","chai-subset":"1.1.0","coveralls":"2.11.4","eslint":"1.10.1","eslint-plugin-babel":"^2.1.1","flow-bin":"0.20.1","isparta":"3.0.3","mocha":"2.3.4","sane":"1.3.0"},"gitHead":"75e7be00285a5aa3b1ef3397a4e544148d9b1660","_id":"graphql@0.4.18","_shasum":"80b923f2d801e5373df99316b9c5829f206c482c","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"80b923f2d801e5373df99316b9c5829f206c482c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.4.18.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/graphql-0.4.18.tgz_1455760186695_0.47671561944298446"},"directories":{}},"0.5.0-beta.1":{"name":"graphql","version":"0.5.0-beta.1","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"},"babel":{"presets":["es2015"],"plugins":["syntax-async-functions","transform-class-properties","transform-flow-strip-types","transform-object-rest-spread","transform-regenerator","transform-runtime"]},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha","t":"babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload","lint":"eslint src","check":"flow check","check-cover":"for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel-node ./resources/watch.js","cover":"babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha","cover:lcov":"babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"babel-runtime":">=6.0.0"},"devDependencies":{"babel-cli":"6.6.5","babel-eslint":"6.0.0-beta.5","babel-plugin-syntax-async-functions":"6.5.0","babel-plugin-transform-class-properties":"6.6.0","babel-plugin-transform-flow-strip-types":"6.7.0","babel-plugin-transform-object-rest-spread":"6.6.5","babel-plugin-transform-regenerator":"6.6.5","babel-plugin-transform-runtime":"6.6.0","babel-preset-es2015":"6.6.0","chai":"3.5.0","chai-subset":"1.2.2","coveralls":"2.11.9","eslint":"2.2.0","eslint-plugin-babel":"3.1.0","flow-bin":"0.20.1","isparta":"4.0.0","mocha":"2.4.5","sane":"1.3.3"},"gitHead":"c7e6a75277f4991290611207573d07affc9f69de","_id":"graphql@0.5.0-beta.1","_shasum":"b75c71d4a89c351880191cd724de62299d42084b","_from":".","_npmVersion":"3.8.3","_nodeVersion":"5.10.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"b75c71d4a89c351880191cd724de62299d42084b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.5.0-beta.1.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/graphql-0.5.0-beta.1.tgz_1459834325616_0.8648482116404921"},"directories":{}},"0.5.0":{"name":"graphql","version":"0.5.0","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"},"babel":{"presets":["es2015"],"plugins":["syntax-async-functions","transform-class-properties","transform-flow-strip-types","transform-object-rest-spread","transform-regenerator","transform-runtime"]},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha","t":"babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload","lint":"eslint src","check":"flow check","check-cover":"for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel-node ./resources/watch.js","cover":"babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha","cover:lcov":"babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"babel-runtime":">=6.0.0"},"devDependencies":{"babel-cli":"6.6.5","babel-eslint":"6.0.2","babel-plugin-syntax-async-functions":"6.5.0","babel-plugin-transform-class-properties":"6.6.0","babel-plugin-transform-flow-strip-types":"6.7.0","babel-plugin-transform-object-rest-spread":"6.6.5","babel-plugin-transform-regenerator":"6.6.5","babel-plugin-transform-runtime":"6.6.0","babel-preset-es2015":"6.6.0","chai":"3.5.0","chai-subset":"1.2.2","coveralls":"2.11.9","eslint":"2.7.0","eslint-plugin-babel":"3.2.0","flow-bin":"0.22.1","isparta":"4.0.0","mocha":"2.4.5","sane":"1.3.4"},"gitHead":"86db7340be200ce63091b8c7174dc84f1c409e38","_id":"graphql@0.5.0","_shasum":"1f03f8267128392df05d449889c48c4bd9ac34ce","_from":".","_npmVersion":"3.8.3","_nodeVersion":"5.10.1","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"1f03f8267128392df05d449889c48c4bd9ac34ce","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.5.0.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/graphql-0.5.0.tgz_1460079472921_0.04433994158171117"},"directories":{}},"0.6.0":{"name":"graphql","version":"0.6.0","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"},"babel":{"presets":["es2015"],"plugins":["syntax-async-functions","transform-class-properties","transform-flow-strip-types","transform-object-rest-spread","transform-regenerator","transform-runtime"]},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha","t":"babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload","lint":"eslint src","check":"flow check","check-cover":"for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel-node ./resources/watch.js","cover":"babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha","cover:lcov":"babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"babel-runtime":">=6.0.0"},"devDependencies":{"babel-cli":"6.6.5","babel-eslint":"6.0.2","babel-plugin-syntax-async-functions":"6.5.0","babel-plugin-transform-class-properties":"6.6.0","babel-plugin-transform-flow-strip-types":"6.7.0","babel-plugin-transform-object-rest-spread":"6.6.5","babel-plugin-transform-regenerator":"6.6.5","babel-plugin-transform-runtime":"6.6.0","babel-preset-es2015":"6.6.0","chai":"3.5.0","chai-subset":"1.2.2","coveralls":"2.11.9","eslint":"2.7.0","eslint-plugin-babel":"3.2.0","flow-bin":"0.22.1","isparta":"4.0.0","mocha":"2.4.5","sane":"1.3.4"},"gitHead":"359ec769ebfcb2c1ef15ea74abb412d0c4c9131e","_id":"graphql@0.6.0","_shasum":"6a0e04284e759bd1d4cb87257ec1a670b749cf4a","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.1.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"6a0e04284e759bd1d4cb87257ec1a670b749cf4a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.6.0.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/graphql-0.6.0.tgz_1462917617404_0.015267606591805816"},"directories":{}},"0.6.1":{"name":"graphql","version":"0.6.1","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha","t":"babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload","lint":"eslint src","check":"flow check","check-cover":"for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel-node ./resources/watch.js","cover":"babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha","cover:lcov":"babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"devDependencies":{"babel-cli":"6.10.1","babel-eslint":"6.1.0","babel-plugin-check-es2015-constants":"6.8.0","babel-plugin-syntax-async-functions":"6.8.0","babel-plugin-transform-class-properties":"6.10.2","babel-plugin-transform-es2015-arrow-functions":"6.8.0","babel-plugin-transform-es2015-block-scoped-functions":"6.8.0","babel-plugin-transform-es2015-block-scoping":"6.10.1","babel-plugin-transform-es2015-classes":"6.9.0","babel-plugin-transform-es2015-computed-properties":"6.8.0","babel-plugin-transform-es2015-destructuring":"6.9.0","babel-plugin-transform-es2015-duplicate-keys":"6.8.0","babel-plugin-transform-es2015-function-name":"6.9.0","babel-plugin-transform-es2015-literals":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.10.3","babel-plugin-transform-es2015-object-super":"6.8.0","babel-plugin-transform-es2015-parameters":"6.9.0","babel-plugin-transform-es2015-shorthand-properties":"6.8.0","babel-plugin-transform-es2015-spread":"6.8.0","babel-plugin-transform-es2015-template-literals":"6.8.0","babel-plugin-transform-flow-strip-types":"6.8.0","babel-plugin-transform-object-rest-spread":"6.8.0","babel-plugin-transform-regenerator":"6.9.0","chai":"3.5.0","chai-subset":"1.2.2","coveralls":"2.11.9","eslint":"2.11.1","eslint-plugin-babel":"3.2.0","eslint-plugin-flow-vars":"0.4.0","eslint-plugin-flowtype":"2.2.7","flow-bin":"0.28.0","isparta":"4.0.0","mocha":"2.5.3","sane":"1.3.4"},"gitHead":"826cba3b76e87dbd25a01db5150f89624adaab32","_id":"graphql@0.6.1","_shasum":"82daecd3ffa830222311f8c6891f22f2b8e38d09","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"82daecd3ffa830222311f8c6891f22f2b8e38d09","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.6.1.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/graphql-0.6.1.tgz_1467847257621_0.21950451913289726"},"directories":{}},"0.6.2":{"name":"graphql","version":"0.6.2","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha","t":"babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload","lint":"eslint src","check":"flow check","check-cover":"for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel-node ./resources/watch.js","cover":"babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha","cover:lcov":"babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"iterall":"1.0.2"},"devDependencies":{"babel-cli":"6.10.1","babel-eslint":"6.1.0","babel-plugin-check-es2015-constants":"6.8.0","babel-plugin-syntax-async-functions":"6.8.0","babel-plugin-transform-class-properties":"6.10.2","babel-plugin-transform-es2015-arrow-functions":"6.8.0","babel-plugin-transform-es2015-block-scoped-functions":"6.8.0","babel-plugin-transform-es2015-block-scoping":"6.10.1","babel-plugin-transform-es2015-classes":"6.9.0","babel-plugin-transform-es2015-computed-properties":"6.8.0","babel-plugin-transform-es2015-destructuring":"6.9.0","babel-plugin-transform-es2015-duplicate-keys":"6.8.0","babel-plugin-transform-es2015-function-name":"6.9.0","babel-plugin-transform-es2015-literals":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.10.3","babel-plugin-transform-es2015-object-super":"6.8.0","babel-plugin-transform-es2015-parameters":"6.9.0","babel-plugin-transform-es2015-shorthand-properties":"6.8.0","babel-plugin-transform-es2015-spread":"6.8.0","babel-plugin-transform-es2015-template-literals":"6.8.0","babel-plugin-transform-flow-strip-types":"6.8.0","babel-plugin-transform-object-rest-spread":"6.8.0","babel-plugin-transform-regenerator":"6.9.0","chai":"3.5.0","chai-json-equal":"0.0.1","chai-subset":"1.2.2","coveralls":"2.11.9","eslint":"3.1.1","eslint-plugin-babel":"3.3.0","eslint-plugin-flow-vars":"0.4.0","eslint-plugin-flowtype":"2.3.1","flow-bin":"0.29.0","isparta":"4.0.0","mocha":"2.5.3","sane":"1.3.4"},"gitHead":"2aa060007dda62be2cd5b480ada3b9270cee0454","_id":"graphql@0.6.2","_shasum":"19cdcb17e5862d64396a0684f92f7be64e90e7af","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"19cdcb17e5862d64396a0684f92f7be64e90e7af","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.6.2.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/graphql-0.6.2.tgz_1469135170549_0.9132720122579485"},"directories":{}},"0.7.0":{"name":"graphql","version":"0.7.0","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha","t":"babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload","lint":"eslint src","check":"flow check","check-cover":"for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel-node ./resources/watch.js","cover":"babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha","cover:lcov":"babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"iterall":"1.0.2"},"devDependencies":{"babel-cli":"6.10.1","babel-eslint":"6.1.0","babel-plugin-check-es2015-constants":"6.8.0","babel-plugin-syntax-async-functions":"6.8.0","babel-plugin-transform-class-properties":"6.10.2","babel-plugin-transform-es2015-arrow-functions":"6.8.0","babel-plugin-transform-es2015-block-scoped-functions":"6.8.0","babel-plugin-transform-es2015-block-scoping":"6.10.1","babel-plugin-transform-es2015-classes":"6.9.0","babel-plugin-transform-es2015-computed-properties":"6.8.0","babel-plugin-transform-es2015-destructuring":"6.9.0","babel-plugin-transform-es2015-duplicate-keys":"6.8.0","babel-plugin-transform-es2015-function-name":"6.9.0","babel-plugin-transform-es2015-literals":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.10.3","babel-plugin-transform-es2015-object-super":"6.8.0","babel-plugin-transform-es2015-parameters":"6.9.0","babel-plugin-transform-es2015-shorthand-properties":"6.8.0","babel-plugin-transform-es2015-spread":"6.8.0","babel-plugin-transform-es2015-template-literals":"6.8.0","babel-plugin-transform-flow-strip-types":"6.8.0","babel-plugin-transform-object-rest-spread":"6.8.0","babel-plugin-transform-regenerator":"6.9.0","chai":"3.5.0","chai-json-equal":"0.0.1","chai-subset":"1.2.2","coveralls":"2.11.9","eslint":"3.1.1","eslint-plugin-babel":"3.3.0","eslint-plugin-flow-vars":"0.4.0","eslint-plugin-flowtype":"2.3.1","flow-bin":"0.29.0","isparta":"4.0.0","mocha":"2.5.3","sane":"1.3.4"},"gitHead":"d85fa9f7c8e2fe4f05489ba40f333c326d22166e","_id":"graphql@0.7.0","_shasum":"5701492838edc6c673c184075eb8f06b11a7e451","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.4.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"5701492838edc6c673c184075eb8f06b11a7e451","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.7.0.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/graphql-0.7.0.tgz_1472167912626_0.3299356517381966"},"directories":{}},"0.7.1":{"name":"graphql","version":"0.7.1","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha","t":"babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload","lint":"eslint src","check":"flow check","check-cover":"for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel-node ./resources/watch.js","cover":"babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha","cover:lcov":"babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"iterall":"1.0.2"},"devDependencies":{"babel-cli":"6.10.1","babel-eslint":"6.1.0","babel-plugin-check-es2015-constants":"6.8.0","babel-plugin-syntax-async-functions":"6.8.0","babel-plugin-transform-class-properties":"6.10.2","babel-plugin-transform-es2015-arrow-functions":"6.8.0","babel-plugin-transform-es2015-block-scoped-functions":"6.8.0","babel-plugin-transform-es2015-block-scoping":"6.10.1","babel-plugin-transform-es2015-classes":"6.9.0","babel-plugin-transform-es2015-computed-properties":"6.8.0","babel-plugin-transform-es2015-destructuring":"6.9.0","babel-plugin-transform-es2015-duplicate-keys":"6.8.0","babel-plugin-transform-es2015-function-name":"6.9.0","babel-plugin-transform-es2015-literals":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.10.3","babel-plugin-transform-es2015-object-super":"6.8.0","babel-plugin-transform-es2015-parameters":"6.9.0","babel-plugin-transform-es2015-shorthand-properties":"6.8.0","babel-plugin-transform-es2015-spread":"6.8.0","babel-plugin-transform-es2015-template-literals":"6.8.0","babel-plugin-transform-flow-strip-types":"6.8.0","babel-plugin-transform-object-rest-spread":"6.8.0","babel-plugin-transform-regenerator":"6.9.0","chai":"3.5.0","chai-json-equal":"0.0.1","chai-subset":"1.2.2","coveralls":"2.11.9","eslint":"3.1.1","eslint-plugin-babel":"3.3.0","eslint-plugin-flow-vars":"0.4.0","eslint-plugin-flowtype":"2.3.1","flow-bin":"0.32.0","isparta":"4.0.0","mocha":"2.5.3","sane":"1.3.4"},"gitHead":"b93a516a2a278a78810914a4a68d8a002629ec9b","_id":"graphql@0.7.1","_shasum":"3918e6b8a1f93c0e174573e51f705165294c43c6","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"3918e6b8a1f93c0e174573e51f705165294c43c6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.7.1.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/graphql-0.7.1.tgz_1475114261329_0.9148315121419728"},"directories":{}},"0.7.2":{"name":"graphql","version":"0.7.2","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha","t":"babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload","lint":"eslint src","check":"flow check","check-cover":"for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done","build":"babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/","watch":"babel-node ./resources/watch.js","cover":"babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha","cover:lcov":"babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"iterall":"1.0.2"},"devDependencies":{"babel-cli":"6.10.1","babel-eslint":"6.1.0","babel-plugin-check-es2015-constants":"6.8.0","babel-plugin-syntax-async-functions":"6.8.0","babel-plugin-transform-class-properties":"6.10.2","babel-plugin-transform-es2015-arrow-functions":"6.8.0","babel-plugin-transform-es2015-block-scoped-functions":"6.8.0","babel-plugin-transform-es2015-block-scoping":"6.10.1","babel-plugin-transform-es2015-classes":"6.9.0","babel-plugin-transform-es2015-computed-properties":"6.8.0","babel-plugin-transform-es2015-destructuring":"6.9.0","babel-plugin-transform-es2015-duplicate-keys":"6.8.0","babel-plugin-transform-es2015-function-name":"6.9.0","babel-plugin-transform-es2015-literals":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.10.3","babel-plugin-transform-es2015-object-super":"6.8.0","babel-plugin-transform-es2015-parameters":"6.9.0","babel-plugin-transform-es2015-shorthand-properties":"6.8.0","babel-plugin-transform-es2015-spread":"6.8.0","babel-plugin-transform-es2015-template-literals":"6.8.0","babel-plugin-transform-flow-strip-types":"6.8.0","babel-plugin-transform-object-rest-spread":"6.8.0","babel-plugin-transform-regenerator":"6.9.0","chai":"3.5.0","chai-json-equal":"0.0.1","chai-subset":"1.2.2","coveralls":"2.11.9","eslint":"3.1.1","eslint-plugin-babel":"3.3.0","eslint-plugin-flow-vars":"0.4.0","eslint-plugin-flowtype":"2.3.1","flow-bin":"0.32.0","isparta":"4.0.0","mocha":"2.5.3","sane":"1.3.4"},"gitHead":"73513d35747cdea255156edbe30d85d9bd0c1b81","_id":"graphql@0.7.2","_shasum":"cc894a32823399b8a0cb012b9e9ecad35cd00f72","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"cc894a32823399b8a0cb012b9e9ecad35cd00f72","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.7.2.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/graphql-0.7.2.tgz_1476123246763_0.5612394695635885"},"directories":{}},"0.8.0-beta1":{"name":"graphql","version":"0.8.0-beta1","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha","t":"babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload","lint":"eslint src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)","check":"flow check","check-cover":"for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done","build":"babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/ && npm run build-dot-flow","build-dot-flow":"find ./src -name '*.js' -not -path '*/__tests__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/dist\\//g'`.flow; done","watch":"babel-node ./resources/watch.js","cover":"babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha","cover:lcov":"babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"iterall":"1.0.2"},"devDependencies":{"babel-cli":"6.18.0","babel-eslint":"7.1.0","babel-plugin-check-es2015-constants":"6.8.0","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.18.0","babel-plugin-transform-es2015-arrow-functions":"6.8.0","babel-plugin-transform-es2015-block-scoped-functions":"6.8.0","babel-plugin-transform-es2015-block-scoping":"6.18.0","babel-plugin-transform-es2015-classes":"6.18.0","babel-plugin-transform-es2015-computed-properties":"6.8.0","babel-plugin-transform-es2015-destructuring":"6.18.0","babel-plugin-transform-es2015-duplicate-keys":"6.8.0","babel-plugin-transform-es2015-function-name":"6.9.0","babel-plugin-transform-es2015-literals":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0","babel-plugin-transform-es2015-object-super":"6.8.0","babel-plugin-transform-es2015-parameters":"6.18.0","babel-plugin-transform-es2015-shorthand-properties":"6.18.0","babel-plugin-transform-es2015-spread":"6.8.0","babel-plugin-transform-es2015-template-literals":"6.8.0","babel-plugin-transform-flow-strip-types":"6.18.0","babel-plugin-transform-object-rest-spread":"6.16.0","babel-plugin-transform-regenerator":"6.16.1","chai":"3.5.0","chai-json-equal":"0.0.1","chai-subset":"1.3.0","coveralls":"2.11.14","eslint":"3.9.1","eslint-plugin-babel":"3.3.0","eslint-plugin-flowtype":"2.25.0","flow-bin":"0.34.0","isparta":"4.0.0","mocha":"3.1.2","sane":"1.4.1"},"gitHead":"9792f75faac6340a9e193c068b962b70e7d453bf","_id":"graphql@0.8.0-beta1","_shasum":"e70585752a184ca215cd4c3d1ed7b4398c0e754d","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"e70585752a184ca215cd4c3d1ed7b4398c0e754d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.8.0-beta1.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/graphql-0.8.0-beta1.tgz_1478150989380_0.6900631943717599"},"directories":{}},"0.8.0-beta2":{"name":"graphql","version":"0.8.0-beta2","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha","t":"babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload","lint":"eslint src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)","check":"flow check","check-cover":"for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done","build":"babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/ && npm run build-dot-flow","build-dot-flow":"find ./src -name '*.js' -not -path '*/__tests__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/dist\\//g'`.flow; done","watch":"babel-node ./resources/watch.js","cover":"babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha","cover:lcov":"babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"iterall":"1.0.2"},"devDependencies":{"babel-cli":"6.18.0","babel-eslint":"7.1.0","babel-plugin-check-es2015-constants":"6.8.0","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.18.0","babel-plugin-transform-es2015-arrow-functions":"6.8.0","babel-plugin-transform-es2015-block-scoped-functions":"6.8.0","babel-plugin-transform-es2015-block-scoping":"6.18.0","babel-plugin-transform-es2015-classes":"6.18.0","babel-plugin-transform-es2015-computed-properties":"6.8.0","babel-plugin-transform-es2015-destructuring":"6.18.0","babel-plugin-transform-es2015-duplicate-keys":"6.8.0","babel-plugin-transform-es2015-function-name":"6.9.0","babel-plugin-transform-es2015-literals":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0","babel-plugin-transform-es2015-object-super":"6.8.0","babel-plugin-transform-es2015-parameters":"6.18.0","babel-plugin-transform-es2015-shorthand-properties":"6.18.0","babel-plugin-transform-es2015-spread":"6.8.0","babel-plugin-transform-es2015-template-literals":"6.8.0","babel-plugin-transform-flow-strip-types":"6.18.0","babel-plugin-transform-object-rest-spread":"6.16.0","babel-plugin-transform-regenerator":"6.16.1","chai":"3.5.0","chai-json-equal":"0.0.1","chai-subset":"1.3.0","coveralls":"2.11.14","eslint":"3.9.1","eslint-plugin-babel":"3.3.0","eslint-plugin-flowtype":"2.25.0","flow-bin":"0.34.0","isparta":"4.0.0","mocha":"3.1.2","sane":"1.4.1"},"gitHead":"b2e2d34af42d45db1addad95af3ef0dac4adc7f5","_id":"graphql@0.8.0-beta2","_shasum":"552403ee4e846936c61a3465860178e95d99ac6b","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"552403ee4e846936c61a3465860178e95d99ac6b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.8.0-beta2.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/graphql-0.8.0-beta2.tgz_1478218495507_0.40888915210962296"},"directories":{}},"0.8.0-beta3":{"name":"graphql","version":"0.8.0-beta3","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha","t":"babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload","lint":"eslint src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)","check":"flow check","check-cover":"for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done","build":"babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/ && npm run build-dot-flow","build-dot-flow":"find ./src -name '*.js' -not -path '*/__tests__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/dist\\//g'`.flow; done","watch":"babel-node ./resources/watch.js","cover":"babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha","cover:lcov":"babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"iterall":"1.0.2"},"devDependencies":{"babel-cli":"6.18.0","babel-eslint":"7.1.0","babel-plugin-check-es2015-constants":"6.8.0","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.18.0","babel-plugin-transform-es2015-arrow-functions":"6.8.0","babel-plugin-transform-es2015-block-scoped-functions":"6.8.0","babel-plugin-transform-es2015-block-scoping":"6.18.0","babel-plugin-transform-es2015-classes":"6.18.0","babel-plugin-transform-es2015-computed-properties":"6.8.0","babel-plugin-transform-es2015-destructuring":"6.18.0","babel-plugin-transform-es2015-duplicate-keys":"6.8.0","babel-plugin-transform-es2015-function-name":"6.9.0","babel-plugin-transform-es2015-literals":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0","babel-plugin-transform-es2015-object-super":"6.8.0","babel-plugin-transform-es2015-parameters":"6.18.0","babel-plugin-transform-es2015-shorthand-properties":"6.18.0","babel-plugin-transform-es2015-spread":"6.8.0","babel-plugin-transform-es2015-template-literals":"6.8.0","babel-plugin-transform-flow-strip-types":"6.18.0","babel-plugin-transform-object-rest-spread":"6.16.0","babel-plugin-transform-regenerator":"6.16.1","chai":"3.5.0","chai-json-equal":"0.0.1","chai-subset":"1.3.0","coveralls":"2.11.14","eslint":"3.9.1","eslint-plugin-babel":"3.3.0","eslint-plugin-flowtype":"2.25.0","flow-bin":"0.34.0","isparta":"4.0.0","mocha":"3.1.2","sane":"1.4.1"},"gitHead":"87a64689e85397144527e483cb7786b82e360a55","_id":"graphql@0.8.0-beta3","_shasum":"368bae12565b265dc15d537c897a002e2a0cef0d","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"368bae12565b265dc15d537c897a002e2a0cef0d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.8.0-beta3.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/graphql-0.8.0-beta3.tgz_1478218714831_0.4480675710365176"},"directories":{}},"0.8.0":{"name":"graphql","version":"0.8.0","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha","t":"babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload","lint":"eslint src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)","check":"flow check","check-cover":"for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done","build":"babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/ && npm run build-dot-flow","build-dot-flow":"find ./src -name '*.js' -not -path '*/__tests__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/dist\\//g'`.flow; done","watch":"babel-node ./resources/watch.js","cover":"babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha","cover:lcov":"babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"iterall":"1.0.2"},"devDependencies":{"babel-cli":"6.18.0","babel-eslint":"7.1.0","babel-plugin-check-es2015-constants":"6.8.0","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.18.0","babel-plugin-transform-es2015-arrow-functions":"6.8.0","babel-plugin-transform-es2015-block-scoped-functions":"6.8.0","babel-plugin-transform-es2015-block-scoping":"6.18.0","babel-plugin-transform-es2015-classes":"6.18.0","babel-plugin-transform-es2015-computed-properties":"6.8.0","babel-plugin-transform-es2015-destructuring":"6.18.0","babel-plugin-transform-es2015-duplicate-keys":"6.8.0","babel-plugin-transform-es2015-function-name":"6.9.0","babel-plugin-transform-es2015-literals":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0","babel-plugin-transform-es2015-object-super":"6.8.0","babel-plugin-transform-es2015-parameters":"6.18.0","babel-plugin-transform-es2015-shorthand-properties":"6.18.0","babel-plugin-transform-es2015-spread":"6.8.0","babel-plugin-transform-es2015-template-literals":"6.8.0","babel-plugin-transform-flow-strip-types":"6.18.0","babel-plugin-transform-object-rest-spread":"6.16.0","babel-plugin-transform-regenerator":"6.16.1","chai":"3.5.0","chai-json-equal":"0.0.1","chai-subset":"1.3.0","coveralls":"2.11.14","eslint":"3.9.1","eslint-plugin-babel":"3.3.0","eslint-plugin-flowtype":"2.25.0","flow-bin":"0.34.0","isparta":"4.0.0","mocha":"3.1.2","sane":"1.4.1"},"gitHead":"1806976d9e1c96b3810c52221685068e9f5c2314","_id":"graphql@0.8.0","_shasum":"ef76ac5785a808c3f25ba3daa4a59a603b0c4cfe","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.1.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"ef76ac5785a808c3f25ba3daa4a59a603b0c4cfe","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.8.0.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/graphql-0.8.0.tgz_1478805948003_0.7555441081058234"},"directories":{}},"0.8.1":{"name":"graphql","version":"0.8.1","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha","t":"babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload","lint":"eslint src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)","check":"flow check","check-cover":"for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done","build":"babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/ && npm run build-dot-flow","build-dot-flow":"find ./src -name '*.js' -not -path '*/__tests__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/dist\\//g'`.flow; done","watch":"babel-node ./resources/watch.js","cover":"babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha","cover:lcov":"babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"iterall":"1.0.2"},"devDependencies":{"babel-cli":"6.18.0","babel-eslint":"7.1.0","babel-plugin-check-es2015-constants":"6.8.0","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.18.0","babel-plugin-transform-es2015-arrow-functions":"6.8.0","babel-plugin-transform-es2015-block-scoped-functions":"6.8.0","babel-plugin-transform-es2015-block-scoping":"6.18.0","babel-plugin-transform-es2015-classes":"6.18.0","babel-plugin-transform-es2015-computed-properties":"6.8.0","babel-plugin-transform-es2015-destructuring":"6.18.0","babel-plugin-transform-es2015-duplicate-keys":"6.8.0","babel-plugin-transform-es2015-function-name":"6.9.0","babel-plugin-transform-es2015-literals":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0","babel-plugin-transform-es2015-object-super":"6.8.0","babel-plugin-transform-es2015-parameters":"6.18.0","babel-plugin-transform-es2015-shorthand-properties":"6.18.0","babel-plugin-transform-es2015-spread":"6.8.0","babel-plugin-transform-es2015-template-literals":"6.8.0","babel-plugin-transform-flow-strip-types":"6.18.0","babel-plugin-transform-object-rest-spread":"6.16.0","babel-plugin-transform-regenerator":"6.16.1","chai":"3.5.0","chai-json-equal":"0.0.1","chai-subset":"1.3.0","coveralls":"2.11.15","eslint":"3.10.0","eslint-plugin-babel":"3.3.0","eslint-plugin-flowtype":"2.25.0","flow-bin":"0.35.0","isparta":"4.0.0","mocha":"3.1.2","sane":"1.4.1"},"gitHead":"b3e3e36d062c37aae330297346efcfddefd5ed80","_id":"graphql@0.8.1","_shasum":"189c4216e32a1d61448148c0db1d0456a7a83e29","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.1.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"189c4216e32a1d61448148c0db1d0456a7a83e29","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.8.1.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/graphql-0.8.1.tgz_1478901838018_0.4443529797717929"},"directories":{}},"0.8.2":{"name":"graphql","version":"0.8.2","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha","t":"babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload","lint":"eslint src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)","check":"flow check","check-cover":"for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done","build":"babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/ && npm run build-dot-flow","build-dot-flow":"find ./src -name '*.js' -not -path '*/__tests__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/dist\\//g'`.flow; done","watch":"babel-node ./resources/watch.js","cover":"babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha","cover:lcov":"babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"iterall":"1.0.2"},"devDependencies":{"babel-cli":"6.18.0","babel-eslint":"7.1.0","babel-plugin-check-es2015-constants":"6.8.0","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.18.0","babel-plugin-transform-es2015-arrow-functions":"6.8.0","babel-plugin-transform-es2015-block-scoped-functions":"6.8.0","babel-plugin-transform-es2015-block-scoping":"6.18.0","babel-plugin-transform-es2015-classes":"6.18.0","babel-plugin-transform-es2015-computed-properties":"6.8.0","babel-plugin-transform-es2015-destructuring":"6.18.0","babel-plugin-transform-es2015-duplicate-keys":"6.8.0","babel-plugin-transform-es2015-function-name":"6.9.0","babel-plugin-transform-es2015-literals":"6.8.0","babel-plugin-transform-es2015-modules-commonjs":"6.18.0","babel-plugin-transform-es2015-object-super":"6.8.0","babel-plugin-transform-es2015-parameters":"6.18.0","babel-plugin-transform-es2015-shorthand-properties":"6.18.0","babel-plugin-transform-es2015-spread":"6.8.0","babel-plugin-transform-es2015-template-literals":"6.8.0","babel-plugin-transform-flow-strip-types":"6.18.0","babel-plugin-transform-object-rest-spread":"6.16.0","babel-plugin-transform-regenerator":"6.16.1","chai":"3.5.0","chai-json-equal":"0.0.1","chai-subset":"1.3.0","coveralls":"2.11.15","eslint":"3.10.2","eslint-plugin-babel":"3.3.0","eslint-plugin-flowtype":"2.25.0","flow-bin":"0.35.0","isparta":"4.0.0","mocha":"3.1.2","sane":"1.4.1"},"gitHead":"30811fac78f122e75bd7282062ca1845b83de07a","_id":"graphql@0.8.2","_shasum":"eb1bb524b38104bbf2c9157f9abc67db2feba7d2","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.1.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"eb1bb524b38104bbf2c9157f9abc67db2feba7d2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.8.2.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/graphql-0.8.2.tgz_1479262390716_0.26954432018101215"},"directories":{}},"0.9.0":{"name":"graphql","version":"0.9.0","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha","t":"babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload","lint":"eslint src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)","check":"flow check","check-cover":"for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done","build":"babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/ && npm run build-dot-flow","build-dot-flow":"find ./src -name '*.js' -not -path '*/__tests__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/dist\\//g'`.flow; done","watch":"babel-node ./resources/watch.js","cover":"babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha","cover:lcov":"babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"iterall":"1.0.3"},"devDependencies":{"babel-cli":"6.22.2","babel-eslint":"7.1.1","babel-plugin-check-es2015-constants":"6.22.0","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-arrow-functions":"6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"6.22.0","babel-plugin-transform-es2015-block-scoping":"6.22.0","babel-plugin-transform-es2015-classes":"6.22.0","babel-plugin-transform-es2015-computed-properties":"6.22.0","babel-plugin-transform-es2015-destructuring":"6.22.0","babel-plugin-transform-es2015-duplicate-keys":"6.22.0","babel-plugin-transform-es2015-function-name":"6.22.0","babel-plugin-transform-es2015-literals":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.22.0","babel-plugin-transform-es2015-object-super":"6.22.0","babel-plugin-transform-es2015-parameters":"6.22.0","babel-plugin-transform-es2015-shorthand-properties":"6.22.0","babel-plugin-transform-es2015-spread":"6.22.0","babel-plugin-transform-es2015-template-literals":"6.22.0","babel-plugin-transform-flow-strip-types":"6.22.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-regenerator":"6.22.0","chai":"3.5.0","chai-json-equal":"0.0.1","chai-subset":"1.4.0","coveralls":"2.11.15","eslint":"3.14.0","eslint-plugin-babel":"4.0.1","eslint-plugin-flowtype":"2.30.0","flow-bin":"0.38.0","isparta":"4.0.0","mocha":"3.2.0","sane":"1.5.0"},"gitHead":"43cd3bb10778d4f547f551fb73924cf314b7572f","_id":"graphql@0.9.0","_shasum":"ff9748a86ae81d4ecd2f2ba27fe5ac7a77734b1d","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"ff9748a86ae81d4ecd2f2ba27fe5ac7a77734b1d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.9.0.tgz"},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"schrockn@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/graphql-0.9.0.tgz_1485290265903_0.08772687381133437"},"directories":{}},"0.9.1":{"name":"graphql","version":"0.9.1","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha","t":"babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload","lint":"eslint src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)","check":"flow check","check-cover":"for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done","build":"babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/ && npm run build-dot-flow","build-dot-flow":"find ./src -name '*.js' -not -path '*/__tests__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/dist\\//g'`.flow; done","watch":"babel-node ./resources/watch.js","cover":"babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha","cover:lcov":"babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"iterall":"1.0.3"},"devDependencies":{"babel-cli":"6.22.2","babel-eslint":"7.1.1","babel-plugin-check-es2015-constants":"6.22.0","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-arrow-functions":"6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"6.22.0","babel-plugin-transform-es2015-block-scoping":"6.22.0","babel-plugin-transform-es2015-classes":"6.22.0","babel-plugin-transform-es2015-computed-properties":"6.22.0","babel-plugin-transform-es2015-destructuring":"6.22.0","babel-plugin-transform-es2015-duplicate-keys":"6.22.0","babel-plugin-transform-es2015-function-name":"6.22.0","babel-plugin-transform-es2015-literals":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.22.0","babel-plugin-transform-es2015-object-super":"6.22.0","babel-plugin-transform-es2015-parameters":"6.22.0","babel-plugin-transform-es2015-shorthand-properties":"6.22.0","babel-plugin-transform-es2015-spread":"6.22.0","babel-plugin-transform-es2015-template-literals":"6.22.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-flow-strip-types":"6.22.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-regenerator":"6.22.0","chai":"3.5.0","chai-json-equal":"0.0.1","chai-subset":"1.4.0","coveralls":"2.11.15","eslint":"3.14.1","eslint-plugin-babel":"4.0.1","eslint-plugin-flowtype":"2.30.0","flow-bin":"0.38.0","isparta":"4.0.0","mocha":"3.2.0","sane":"1.5.0"},"gitHead":"8122ba7f6fddbb2b0de9653b9d935cb2aec77be2","_id":"graphql@0.9.1","_shasum":"f4d154cbec054d4a5d3b1be95f23435c09aa86c8","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"f4d154cbec054d4a5d3b1be95f23435c09aa86c8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.9.1.tgz"},"maintainers":[{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"schrockn@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/graphql-0.9.1.tgz_1485466136021_0.4396125222556293"},"directories":{}},"0.9.2":{"name":"graphql","version":"0.9.2","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha","t":"babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload","lint":"eslint src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)","check":"flow check","check-cover":"for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done","build":"babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/ && npm run build-dot-flow","build-dot-flow":"find ./src -name '*.js' -not -path '*/__tests__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/dist\\//g'`.flow; done","watch":"babel-node ./resources/watch.js","cover":"babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha","cover:lcov":"babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"iterall":"1.0.3"},"devDependencies":{"babel-cli":"6.22.2","babel-eslint":"7.2.1","babel-plugin-check-es2015-constants":"6.22.0","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-arrow-functions":"6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"6.22.0","babel-plugin-transform-es2015-block-scoping":"6.22.0","babel-plugin-transform-es2015-classes":"6.22.0","babel-plugin-transform-es2015-computed-properties":"6.22.0","babel-plugin-transform-es2015-destructuring":"6.23.0","babel-plugin-transform-es2015-duplicate-keys":"6.22.0","babel-plugin-transform-es2015-function-name":"6.22.0","babel-plugin-transform-es2015-literals":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.24.0","babel-plugin-transform-es2015-object-super":"6.22.0","babel-plugin-transform-es2015-parameters":"6.22.0","babel-plugin-transform-es2015-shorthand-properties":"6.22.0","babel-plugin-transform-es2015-spread":"6.22.0","babel-plugin-transform-es2015-template-literals":"6.22.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-flow-strip-types":"6.22.0","babel-plugin-transform-object-rest-spread":"6.23.0","babel-plugin-transform-regenerator":"6.22.0","chai":"3.5.0","chai-json-equal":"0.0.1","chai-subset":"1.5.0","coveralls":"2.13.0","eslint":"3.18.0","eslint-plugin-babel":"4.1.1","eslint-plugin-flowtype":"2.30.4","flow-bin":"0.42.0","isparta":"4.0.0","mocha":"3.2.0","sane":"1.6.0"},"gitHead":"5ba817e13f7547ce99c4963ee74a805ed3f74dd8","_id":"graphql@0.9.2","_shasum":"2cb5c635de13f790a77c5879649cb401b1589386","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"2cb5c635de13f790a77c5879649cb401b1589386","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.9.2.tgz"},"maintainers":[{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"opensource+npm@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"greg@hurrell.net"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/graphql-0.9.2.tgz_1490980577024_0.647849062923342"},"directories":{}},"0.9.3":{"name":"graphql","version":"0.9.3","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha","t":"babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload","lint":"eslint src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)","check":"flow check","check-cover":"for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done","build":"babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/ && npm run build-dot-flow","build-dot-flow":"find ./src -name '*.js' -not -path '*/__tests__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/dist\\//g'`.flow; done","watch":"babel-node ./resources/watch.js","cover":"babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha","cover:lcov":"babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"iterall":"1.0.3"},"devDependencies":{"babel-cli":"6.24.1","babel-eslint":"7.2.2","babel-plugin-check-es2015-constants":"6.22.0","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-arrow-functions":"6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"6.22.0","babel-plugin-transform-es2015-block-scoping":"6.24.1","babel-plugin-transform-es2015-classes":"6.24.1","babel-plugin-transform-es2015-computed-properties":"6.24.1","babel-plugin-transform-es2015-destructuring":"6.23.0","babel-plugin-transform-es2015-duplicate-keys":"6.24.1","babel-plugin-transform-es2015-function-name":"6.24.1","babel-plugin-transform-es2015-literals":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-es2015-object-super":"6.24.1","babel-plugin-transform-es2015-parameters":"6.24.1","babel-plugin-transform-es2015-shorthand-properties":"6.24.1","babel-plugin-transform-es2015-spread":"6.22.0","babel-plugin-transform-es2015-template-literals":"6.22.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-flow-strip-types":"6.22.0","babel-plugin-transform-object-rest-spread":"6.23.0","babel-plugin-transform-regenerator":"6.24.1","chai":"3.5.0","chai-json-equal":"0.0.1","chai-subset":"1.5.0","coveralls":"2.13.0","eslint":"3.19.0","eslint-plugin-babel":"4.1.1","eslint-plugin-flowtype":"2.30.4","flow-bin":"0.43.1","isparta":"4.0.0","mocha":"3.2.0","sane":"1.6.0"},"gitHead":"1407c057b1d6f0d6492eed23a4a41402346f440b","_id":"graphql@0.9.3","_shasum":"71fc0fa331bffb9c20678485861cfb370803118e","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"71fc0fa331bffb9c20678485861cfb370803118e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.9.3.tgz"},"maintainers":[{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"opensource+npm@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"greg@hurrell.net"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/graphql-0.9.3.tgz_1492018691923_0.4918577936477959"},"directories":{}},"0.9.4":{"name":"graphql","version":"0.9.4","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha","t":"babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload","lint":"eslint src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)","check":"flow check","check-cover":"for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done","build":"babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/ && npm run build-dot-flow","build-dot-flow":"find ./src -name '*.js' -not -path '*/__tests__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/dist\\//g'`.flow; done","watch":"babel-node ./resources/watch.js","cover":"babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha","cover:lcov":"babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"iterall":"1.0.3"},"devDependencies":{"babel-cli":"6.24.1","babel-eslint":"7.2.3","babel-plugin-check-es2015-constants":"6.22.0","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-arrow-functions":"6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"6.22.0","babel-plugin-transform-es2015-block-scoping":"6.24.1","babel-plugin-transform-es2015-classes":"6.24.1","babel-plugin-transform-es2015-computed-properties":"6.24.1","babel-plugin-transform-es2015-destructuring":"6.23.0","babel-plugin-transform-es2015-duplicate-keys":"6.24.1","babel-plugin-transform-es2015-function-name":"6.24.1","babel-plugin-transform-es2015-literals":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-es2015-object-super":"6.24.1","babel-plugin-transform-es2015-parameters":"6.24.1","babel-plugin-transform-es2015-shorthand-properties":"6.24.1","babel-plugin-transform-es2015-spread":"6.22.0","babel-plugin-transform-es2015-template-literals":"6.22.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-plugin-transform-flow-strip-types":"6.22.0","babel-plugin-transform-object-rest-spread":"6.23.0","babel-plugin-transform-regenerator":"6.24.1","chai":"3.5.0","chai-json-equal":"0.0.1","chai-subset":"1.5.0","coveralls":"2.13.0","eslint":"3.19.0","eslint-plugin-babel":"4.1.1","eslint-plugin-flowtype":"2.32.1","flow-bin":"0.45.0","isparta":"4.0.0","mocha":"3.3.0","sane":"1.6.0"},"gitHead":"604bf1aba08e27fe973e19f7114f6201add1ba26","_id":"graphql@0.9.4","_shasum":"04c8d5804139539995f2d9c3c97d8090dd1480fe","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"04c8d5804139539995f2d9c3c97d8090dd1480fe","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.9.4.tgz"},"maintainers":[{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"opensource+npm@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"greg@hurrell.net"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/graphql-0.9.4.tgz_1493337869331_0.5180585046764463"},"directories":{}},"0.9.5":{"name":"graphql","version":"0.9.5","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha","t":"babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload","lint":"eslint src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)","check":"flow check","check-cover":"for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done","build":"babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/ && npm run build-dot-flow","build-dot-flow":"find ./src -name '*.js' -not -path '*/__tests__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/dist\\//g'`.flow; done","watch":"babel-node ./resources/watch.js","cover":"babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha","cover:lcov":"babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"iterall":"^1.0.0"},"devDependencies":{"babel-cli":"6.24.1","babel-eslint":"7.2.3","babel-plugin-check-es2015-constants":"6.22.0","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-arrow-functions":"6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"6.22.0","babel-plugin-transform-es2015-block-scoping":"6.24.1","babel-plugin-transform-es2015-classes":"6.24.1","babel-plugin-transform-es2015-computed-properties":"6.24.1","babel-plugin-transform-es2015-destructuring":"6.23.0","babel-plugin-transform-es2015-duplicate-keys":"6.24.1","babel-plugin-transform-es2015-function-name":"6.24.1","babel-plugin-transform-es2015-literals":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-es2015-object-super":"6.24.1","babel-plugin-transform-es2015-parameters":"6.24.1","babel-plugin-transform-es2015-shorthand-properties":"6.24.1","babel-plugin-transform-es2015-spread":"6.22.0","babel-plugin-transform-es2015-template-literals":"6.22.0","babel-plugin-transform-es3-property-literals":"6.22.0","babel-plugin-transform-flow-strip-types":"6.22.0","babel-plugin-transform-object-rest-spread":"6.23.0","babel-plugin-transform-regenerator":"6.24.1","chai":"3.5.0","chai-json-equal":"0.0.1","chai-subset":"1.5.0","coveralls":"2.13.1","eslint":"3.19.0","eslint-plugin-babel":"4.1.1","eslint-plugin-flowtype":"2.32.1","flow-bin":"0.45.0","isparta":"4.0.0","mocha":"3.3.0","sane":"1.6.0"},"gitHead":"903368586e8c3097774e2ef2643d10e1bf2d1496","_id":"graphql@0.9.5","_shasum":"efe588b98fe3ce036d7d55b4ad940daed56c4622","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"efe588b98fe3ce036d7d55b4ad940daed56c4622","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.9.5.tgz"},"maintainers":[{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"opensource+npm@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"greg@hurrell.net"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/graphql-0.9.5.tgz_1493433230905_0.9189931659493595"},"directories":{}},"0.9.6":{"name":"graphql","version":"0.9.6","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha","t":"babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload","lint":"eslint src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)","check":"flow check","check-cover":"for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done","build":"babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/ && npm run build-dot-flow","build-dot-flow":"find ./src -name '*.js' -not -path '*/__tests__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/dist\\//g'`.flow; done","watch":"babel-node ./resources/watch.js","cover":"babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha","cover:lcov":"babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh"},"dependencies":{"iterall":"^1.0.0"},"devDependencies":{"babel-cli":"6.24.1","babel-eslint":"7.2.3","babel-plugin-check-es2015-constants":"6.22.0","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-arrow-functions":"6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"6.22.0","babel-plugin-transform-es2015-block-scoping":"6.24.1","babel-plugin-transform-es2015-classes":"6.24.1","babel-plugin-transform-es2015-computed-properties":"6.24.1","babel-plugin-transform-es2015-destructuring":"6.23.0","babel-plugin-transform-es2015-duplicate-keys":"6.24.1","babel-plugin-transform-es2015-function-name":"6.24.1","babel-plugin-transform-es2015-literals":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-es2015-object-super":"6.24.1","babel-plugin-transform-es2015-parameters":"6.24.1","babel-plugin-transform-es2015-shorthand-properties":"6.24.1","babel-plugin-transform-es2015-spread":"6.22.0","babel-plugin-transform-es2015-template-literals":"6.22.0","babel-plugin-transform-es3-property-literals":"6.22.0","babel-plugin-transform-flow-strip-types":"6.22.0","babel-plugin-transform-object-rest-spread":"6.23.0","babel-plugin-transform-regenerator":"6.24.1","chai":"3.5.0","chai-json-equal":"0.0.1","chai-spies":"0.7.1","chai-subset":"1.5.0","coveralls":"2.13.1","eslint":"3.19.0","eslint-plugin-babel":"4.1.1","eslint-plugin-flowtype":"2.32.1","flow-bin":"0.45.0","isparta":"4.0.0","mocha":"3.3.0","sane":"1.6.0"},"gitHead":"3c0a536688ae53df362c9777170e91aa66114760","_id":"graphql@0.9.6","_shasum":"514421e9d225c29dfc8fd305459abae58815ef2c","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"514421e9d225c29dfc8fd305459abae58815ef2c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.9.6.tgz"},"maintainers":[{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"opensource+npm@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"greg@hurrell.net"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/graphql-0.9.6.tgz_1493684533334_0.14308515866287053"},"directories":{}},"0.10.0":{"name":"graphql","version":"0.10.0","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha","t":"babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload","lint":"eslint src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)","check":"flow check","check-cover":"for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done","build":"babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/ && npm run build-dot-flow","build-dot-flow":"find ./src -name '*.js' -not -path '*/__tests__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/dist\\//g'`.flow; done","watch":"babel-node ./resources/watch.js","cover":"babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha","cover:lcov":"babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh","gitpublish":". ./resources/gitpublish.sh"},"dependencies":{"iterall":"^1.1.0"},"devDependencies":{"babel-cli":"6.24.1","babel-eslint":"7.2.3","babel-plugin-check-es2015-constants":"6.22.0","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-syntax-async-generators":"6.13.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-arrow-functions":"6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"6.22.0","babel-plugin-transform-es2015-block-scoping":"6.24.1","babel-plugin-transform-es2015-classes":"6.24.1","babel-plugin-transform-es2015-computed-properties":"6.24.1","babel-plugin-transform-es2015-destructuring":"6.23.0","babel-plugin-transform-es2015-duplicate-keys":"6.24.1","babel-plugin-transform-es2015-function-name":"6.24.1","babel-plugin-transform-es2015-literals":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-es2015-object-super":"6.24.1","babel-plugin-transform-es2015-parameters":"6.24.1","babel-plugin-transform-es2015-shorthand-properties":"6.24.1","babel-plugin-transform-es2015-spread":"6.22.0","babel-plugin-transform-es2015-template-literals":"6.22.0","babel-plugin-transform-es3-property-literals":"6.22.0","babel-plugin-transform-flow-strip-types":"6.22.0","babel-plugin-transform-object-rest-spread":"6.23.0","babel-plugin-transform-regenerator":"6.24.1","chai":"3.5.0","chai-json-equal":"0.0.1","chai-spies":"0.7.1","chai-subset":"1.5.0","coveralls":"2.13.1","eslint":"3.19.0","eslint-plugin-babel":"4.1.1","eslint-plugin-flowtype":"2.33.0","flow-bin":"0.46.0","isparta":"4.0.0","mocha":"3.4.2","sane":"1.7.0"},"gitHead":"797e7e3a175a56f85cf2ca07d2c26bb4a154f5e6","_id":"graphql@0.10.0","_shasum":"29e4f83d85e79245f8496f40a2232e6e5c5baaee","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"29e4f83d85e79245f8496f40a2232e6e5c5baaee","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.10.0.tgz"},"maintainers":[{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"opensource+npm@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"greg@hurrell.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-0.10.0.tgz_1495747661961_0.8769698354881257"},"directories":{}},"0.10.1":{"name":"graphql","version":"0.10.1","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha","t":"babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload","lint":"eslint src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)","check":"flow check","check-cover":"for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done","build":"babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/ && npm run build-dot-flow","build-dot-flow":"find ./src -name '*.js' -not -path '*/__tests__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/dist\\//g'`.flow; done","watch":"babel-node ./resources/watch.js","cover":"babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha","cover:lcov":"babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh","gitpublish":". ./resources/gitpublish.sh"},"dependencies":{"iterall":"^1.1.0"},"devDependencies":{"babel-cli":"6.24.1","babel-eslint":"7.2.3","babel-plugin-check-es2015-constants":"6.22.0","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-syntax-async-generators":"6.13.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-arrow-functions":"6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"6.22.0","babel-plugin-transform-es2015-block-scoping":"6.24.1","babel-plugin-transform-es2015-classes":"6.24.1","babel-plugin-transform-es2015-computed-properties":"6.24.1","babel-plugin-transform-es2015-destructuring":"6.23.0","babel-plugin-transform-es2015-duplicate-keys":"6.24.1","babel-plugin-transform-es2015-function-name":"6.24.1","babel-plugin-transform-es2015-literals":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-es2015-object-super":"6.24.1","babel-plugin-transform-es2015-parameters":"6.24.1","babel-plugin-transform-es2015-shorthand-properties":"6.24.1","babel-plugin-transform-es2015-spread":"6.22.0","babel-plugin-transform-es2015-template-literals":"6.22.0","babel-plugin-transform-es3-property-literals":"6.22.0","babel-plugin-transform-flow-strip-types":"6.22.0","babel-plugin-transform-object-rest-spread":"6.23.0","babel-plugin-transform-regenerator":"6.24.1","chai":"3.5.0","chai-json-equal":"0.0.1","chai-spies":"0.7.1","chai-subset":"1.5.0","coveralls":"2.13.1","eslint":"3.19.0","eslint-plugin-babel":"4.1.1","eslint-plugin-flowtype":"2.33.0","flow-bin":"0.47.0","isparta":"4.0.0","mocha":"3.4.2","sane":"1.7.0"},"gitHead":"73839cd9ca08523adb2dd3e43bd829f956ed66e1","_id":"graphql@0.10.1","_shasum":"75c93c2ce73aeb5bae2eefb555a8e9e39c36027d","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"75c93c2ce73aeb5bae2eefb555a8e9e39c36027d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.10.1.tgz"},"maintainers":[{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"opensource+npm@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"greg@hurrell.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-0.10.1.tgz_1495837173466_0.10679833241738379"},"directories":{}},"0.10.2":{"name":"graphql","version":"0.10.2","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha","t":"babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload","lint":"eslint src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)","check":"flow check","check-cover":"for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done","build":"babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/ && npm run build-dot-flow","build-dot-flow":"find ./src -name '*.js' -not -path '*/__tests__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/dist\\//g'`.flow; done","watch":"babel-node ./resources/watch.js","cover":"babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha","cover:lcov":"babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh","gitpublish":". ./resources/gitpublish.sh"},"dependencies":{"iterall":"^1.1.0"},"devDependencies":{"babel-cli":"6.24.1","babel-eslint":"7.2.3","babel-plugin-check-es2015-constants":"6.22.0","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-syntax-async-generators":"6.13.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-arrow-functions":"6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"6.22.0","babel-plugin-transform-es2015-block-scoping":"6.24.1","babel-plugin-transform-es2015-classes":"6.24.1","babel-plugin-transform-es2015-computed-properties":"6.24.1","babel-plugin-transform-es2015-destructuring":"6.23.0","babel-plugin-transform-es2015-duplicate-keys":"6.24.1","babel-plugin-transform-es2015-function-name":"6.24.1","babel-plugin-transform-es2015-literals":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-es2015-object-super":"6.24.1","babel-plugin-transform-es2015-parameters":"6.24.1","babel-plugin-transform-es2015-shorthand-properties":"6.24.1","babel-plugin-transform-es2015-spread":"6.22.0","babel-plugin-transform-es2015-template-literals":"6.22.0","babel-plugin-transform-es3-property-literals":"6.22.0","babel-plugin-transform-flow-strip-types":"6.22.0","babel-plugin-transform-object-rest-spread":"6.23.0","babel-plugin-transform-regenerator":"6.24.1","chai":"4.0.2","chai-json-equal":"0.0.1","chai-spies-next":"^0.8.0","chai-subset":"1.5.0","coveralls":"2.13.1","eslint":"3.19.0","eslint-plugin-babel":"4.1.1","eslint-plugin-flowtype":"2.34.0","flow-bin":"0.48.0","isparta":"4.0.0","mocha":"3.4.2","sane":"1.7.0"},"gitHead":"6a85e88655e196773bf35c1b16bc22315ab127ff","_id":"graphql@0.10.2","_shasum":"13edb309c056e2332b03f56a7fd34da9f1f32e2c","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"13edb309c056e2332b03f56a7fd34da9f1f32e2c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.10.2.tgz"},"maintainers":[{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"opensource+npm@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"greg@hurrell.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-0.10.2.tgz_1497991042129_0.7852729181759059"},"deprecated":"Please use v0.10.1 or v0.10.3 or greater.","directories":{}},"0.10.3":{"name":"graphql","version":"0.10.3","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--require ./resources/mocha-bootload --check-leaks --full-trace src/**/__tests__/**/*-test.js"},"scripts":{"test":"npm run lint && npm run check && npm run testonly","testonly":"babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha","t":"babel-node ./node_modules/.bin/_mocha --require ./resources/mocha-bootload","lint":"eslint src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)","check":"flow check","check-cover":"for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done","build":"babel src --optional runtime --ignore __tests__ --out-dir dist/ && cp package.json dist/ && npm run build-dot-flow","build-dot-flow":"find ./src -name '*.js' -not -path '*/__tests__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/dist\\//g'`.flow; done","watch":"babel-node ./resources/watch.js","cover":"babel-node ./node_modules/.bin/isparta cover --root src --report html _mocha -- $npm_package_options_mocha","cover:lcov":"babel-node ./node_modules/.bin/isparta cover --root src --report lcovonly _mocha -- $npm_package_options_mocha","preversion":". ./resources/checkgit.sh && npm test","prepublish":". ./resources/prepublish.sh","gitpublish":". ./resources/gitpublish.sh"},"dependencies":{"iterall":"^1.1.0"},"devDependencies":{"babel-cli":"6.24.1","babel-eslint":"7.2.3","babel-plugin-check-es2015-constants":"6.22.0","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-syntax-async-generators":"6.13.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-arrow-functions":"6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"6.22.0","babel-plugin-transform-es2015-block-scoping":"6.24.1","babel-plugin-transform-es2015-classes":"6.24.1","babel-plugin-transform-es2015-computed-properties":"6.24.1","babel-plugin-transform-es2015-destructuring":"6.23.0","babel-plugin-transform-es2015-duplicate-keys":"6.24.1","babel-plugin-transform-es2015-function-name":"6.24.1","babel-plugin-transform-es2015-literals":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-es2015-object-super":"6.24.1","babel-plugin-transform-es2015-parameters":"6.24.1","babel-plugin-transform-es2015-shorthand-properties":"6.24.1","babel-plugin-transform-es2015-spread":"6.22.0","babel-plugin-transform-es2015-template-literals":"6.22.0","babel-plugin-transform-es3-property-literals":"6.22.0","babel-plugin-transform-flow-strip-types":"6.22.0","babel-plugin-transform-object-rest-spread":"6.23.0","babel-plugin-transform-regenerator":"6.24.1","chai":"4.0.2","chai-json-equal":"0.0.1","chai-spies-next":"^0.8.0","chai-subset":"1.5.0","coveralls":"2.13.1","eslint":"3.19.0","eslint-plugin-babel":"4.1.1","eslint-plugin-flowtype":"2.34.0","flow-bin":"0.48.0","isparta":"4.0.0","mocha":"3.4.2","sane":"1.7.0"},"gitHead":"70b8827388f10a8cd866b82f323b9be0f402fecb","_id":"graphql@0.10.3","_shasum":"c313afd5518e673351bee18fb63e2a0e487407ab","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"shasum":"c313afd5518e673351bee18fb63e2a0e487407ab","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.10.3.tgz"},"maintainers":[{"name":"anonymous","email":"dschafer@fb.com"},{"name":"anonymous","email":"opensource+npm@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"greg@hurrell.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-0.10.3.tgz_1497992484278_0.6903162791859359"},"directories":{}},"0.10.4":{"name":"graphql","version":"0.10.4","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"dependencies":{"iterall":"^1.1.0"},"gitHead":"b42a8eab5c2cb4c826e891bbc8a63dcabd7625bf","_id":"graphql@0.10.4","_npmVersion":"5.0.3","_nodeVersion":"8.1.4","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"integrity":"sha512-ZUFhgyWBVlpdmjCIXZcniUxxe0//PDKMwSJJkvRAbb52uXRPGIIPSDuLehO5wmZWsdtvs98tq4ggiAu9bJDiYg==","shasum":"55ae6857ae521e3592aec4265587e5e94c477667","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.10.4.tgz"},"maintainers":[{"email":"greg@hurrell.net","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-0.10.4.tgz_1500070702020_0.23247875133529305"},"directories":{}},"0.10.5":{"name":"graphql","version":"0.10.5","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"dependencies":{"iterall":"^1.1.0"},"gitHead":"6938c1ab65264616805889c6e19fb3b74ce95658","_id":"graphql@0.10.5","_npmVersion":"5.0.3","_nodeVersion":"8.1.4","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"integrity":"sha512-Q7cx22DiLhwHsEfUnUip1Ww/Vfx7FS0w6+iHItNuN61+XpegHSa3k5U0+6M5BcpavQImBwFiy0z3uYwY7cXMLQ==","shasum":"c9be17ca2bdfdbd134077ffd9bbaa48b8becd298","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.10.5.tgz"},"maintainers":[{"email":"greg@hurrell.net","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-0.10.5.tgz_1500311735588_0.6818210377823561"},"directories":{}},"0.11.0":{"name":"graphql","version":"0.11.0","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"dependencies":{"iterall":"^1.1.0"},"gitHead":"d7a80b6e643b9988572626851e90d2f1b4e8b782","_id":"graphql@0.11.0","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"integrity":"sha512-s9y4oilKM8IFFwr+QVFzx8W3hsYqGlZaIj4zYcRl2HqTdEvHk+bdHilIFd4P6nB5cpab70KTqQAcS4Oskdnqng==","shasum":"a72561b0b9396a622128228bc34f3801c255fbdb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.11.0.tgz"},"maintainers":[{"email":"greg@hurrell.net","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-0.11.0.tgz_1503692378776_0.05396442883647978"},"directories":{}},"0.11.1":{"name":"graphql","version":"0.11.1","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"dependencies":{"iterall":"^1.1.0"},"gitHead":"8ef2d04d4d51517d715c02df4138329e4a06cfc2","_id":"graphql@0.11.1","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"integrity":"sha512-6jucrsK21OSRmFgQz5cHtGuLEGbQE/hH6UEcDITzwua62PgwfsGdDJuvbt166kbw0jMijh92N+dG9/GiaP9U+g==","shasum":"c9f004255db946a7f5f48ada0041290b9bd02c3d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.11.1.tgz"},"maintainers":[{"email":"greg@hurrell.net","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-0.11.1.tgz_1503709218198_0.04131191968917847"},"directories":{}},"0.11.2":{"name":"graphql","version":"0.11.2","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"dependencies":{"iterall":"^1.1.0"},"gitHead":"96a869af951e7b7216e7b79ccfcb170b779ad4e9","_id":"graphql@0.11.2","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"integrity":"sha512-g+hsqCqge/XtsUspTlWWsDgbdWSKR8TtZnrBdSoe+XBOaNHjSggS/Gl1vOn4zTD5EdNkfAnvwK9eQJqOV09Nkw==","shasum":"13edb9f982f3571dd68ec4e9f3d6aca7e1ba57ef","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.11.2.tgz"},"maintainers":[{"email":"greg@hurrell.net","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-0.11.2.tgz_1504015605395_0.06967814126983285"},"directories":{}},"0.11.3":{"name":"graphql","version":"0.11.3","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"BSD-3-Clause","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"dependencies":{"iterall":"^1.1.0"},"gitHead":"b84b69fd723e703f089f6524db9851341aa98d50","_id":"graphql@0.11.3","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"integrity":"sha512-/WGU673BlQaCw3gDECmqL5+l8kg4Sm3XHvuzPtZLiI/y8Xm7fKq+C0mtJmAImuHJvTBsMtCuX/R9BUQqPm4tzw==","shasum":"9934e2df28f17d397a85f83cb39d1d179bffef47","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.11.3.tgz"},"maintainers":[{"email":"greg@hurrell.net","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-0.11.3.tgz_1504675997869_0.32985274749808013"},"directories":{}},"0.11.4":{"name":"graphql","version":"0.11.4","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"MIT","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"dependencies":{"iterall":"1.1.2"},"gitHead":"a501a9cc819bf7657d30e9cfc66ab0fc724c326e","_id":"graphql@0.11.4","_npmVersion":"5.3.0","_nodeVersion":"8.5.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"integrity":"sha512-w+PAJWuUsghxXPqUqiHSHmhiEDkg1PMK6un/pftttnf5P8by0xQb4Id20P21KEGfpkyNG8953GwVH+DZ5iGLew==","shasum":"03e0f86f35a252a5cab79d921a1aaabc7eec621c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.11.4.tgz"},"maintainers":[{"email":"greg@hurrell.net","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-0.11.4.tgz_1506453927196_0.7990630262065679"},"directories":{}},"0.11.5":{"name":"graphql","version":"0.11.5","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"MIT","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"dependencies":{"iterall":"1.1.2"},"gitHead":"01365675cc0b3e6c1387fcdbf209ed63298a8db2","_id":"graphql@0.11.5","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"integrity":"sha512-BA/7FG9WaWE+I6EprEAo+le9RwZoW3ipRymBaz5dYu5AAe1bUgbiJ1ztftmToCZy84ByBOFLiSY0jJusQioF+Q==","shasum":"9744b3578ab760687e4a861b4e07ff9f1c5286d1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.11.5.tgz"},"maintainers":[{"email":"greg@hurrell.net","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-0.11.5.tgz_1506661800956_0.05205474072135985"},"directories":{}},"0.11.6":{"name":"graphql","version":"0.11.6","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"MIT","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"dependencies":{"iterall":"1.1.3"},"gitHead":"efcfae616254bab5d391fd7cecd5f1422c754157","_id":"graphql@0.11.6","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"integrity":"sha512-V4Wi1Ct6+W5qPdWfremu+flBDdYbAGg8scLrhCrhONyI2E2PHXdhqFwyAbGpVBauAaAiOO2ZQu/bZANSLoG8KA==","shasum":"f0146b5dc1480fda579c21bb6238970fd5cf5aa3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.11.6.tgz"},"maintainers":[{"email":"greg@hurrell.net","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-0.11.6.tgz_1506703424038_0.4083793321624398"},"directories":{}},"0.11.7":{"name":"graphql","version":"0.11.7","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"MIT","main":"index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"dependencies":{"iterall":"1.1.3"},"gitHead":"e236ca23e26bff89de2e05cc95ba179d253662fd","_id":"graphql@0.11.7","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"integrity":"sha512-x7uDjyz8Jx+QPbpCFCMQ8lltnQa4p4vSYHx6ADe8rVYRTdsyhCJbvSty5DAsLVmU6cGakl+r8HQYolKHxk/tiw==","shasum":"e5abaa9cb7b7cccb84e9f0836bf4370d268750c6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.11.7.tgz"},"maintainers":[{"email":"greg@hurrell.net","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-0.11.7.tgz_1507054917987_0.9215495882090181"},"directories":{}},"0.12.0":{"name":"graphql","version":"0.12.0","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"MIT","main":"index.js","module":"module/index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"dependencies":{"iterall":"1.1.3"},"gitHead":"9d8b2977e4bc776ba1f9f76d6dbcf45255d50cd0","_id":"graphql@0.12.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.3","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"integrity":"sha512-ZxOV6ilO1yWntO1K7mFBFjRtj9KJvaxN9D2Ig/KfOlhz4yP/4uQDrbL4wU1fAKuxym8aYmFXRU0lVcoWq3sYaQ==","shasum":"a62576995f67f7a94a02f3e57e91d752bae70055","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.12.0.tgz"},"maintainers":[{"email":"greg@hurrell.net","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-0.12.0.tgz_1513391986046_0.19704196229577065"},"directories":{}},"0.12.1":{"name":"graphql","version":"0.12.1","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"MIT","main":"index.js","module":"module/index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"dependencies":{"iterall":"1.1.3"},"gitHead":"a471980d04b5bc4d530b1b044a5232fcf3c8fe84","_id":"graphql@0.12.1","_npmVersion":"5.5.1","_nodeVersion":"8.9.3","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"integrity":"sha512-o1/sjAnJRXdlG/oEuBIQB4iSKIWj+1Zzl1/h7iwOdbjvrHgl3VVyktZy3cm95CTofG2dTAvwl/y0q2WW849YDg==","shasum":"b9470344b0e5fa42ae1035623c4824368f7a98ae","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.12.1.tgz"},"maintainers":[{"email":"greg@hurrell.net","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-0.12.1.tgz_1513478546834_0.6310023511759937"},"directories":{}},"0.12.2":{"name":"graphql","version":"0.12.2","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"MIT","main":"index.js","module":"module/index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"dependencies":{"iterall":"1.1.3"},"gitHead":"e6a8e3149b03654291397d4a0c99d70845de004e","_id":"graphql@0.12.2","_npmVersion":"5.5.1","_nodeVersion":"8.9.3","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"integrity":"sha512-sETqsvaYMlo13C1xBi5WrY+te8LBtIWp3s1OXYXC4ITaffUCeMXscnRvWslNmX2NNiNM4lAgWNlVKG5o4iOeUw==","shasum":"115ee745308a2ac2f030e881df2655e45a97a508","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.12.2.tgz"},"maintainers":[{"email":"greg@hurrell.net","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-0.12.2.tgz_1513484268839_0.3312770847696811"},"directories":{}},"0.12.3":{"name":"graphql","version":"0.12.3","description":"A Query Language and Runtime which can target any service.","contributors":[{"name":"Lee Byron","email":"lee@leebyron.com","url":"http://leebyron.com/"},{"name":"Nicholas Schrock","email":"schrockn@fb.com"},{"name":"Daniel Schafer","email":"dschafer@fb.com"}],"license":"MIT","main":"index.js","module":"module/index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"dependencies":{"iterall":"1.1.3"},"gitHead":"81a88eb348d1661fd32c5d3059b0d8e55da3d589","_id":"graphql@0.12.3","_npmVersion":"5.5.1","_nodeVersion":"8.9.3","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"integrity":"sha512-Hn9rdu4zacplKXNrLCvR8YFiTGnbM4Zw/UH8FDmzBDsH7ou40lSNH4tIlsxcYnz2TGNVJCpu1WxCM23yd6kzhA==","shasum":"11668458bbe28261c0dcb6e265f515ba79f6ce07","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.12.3.tgz"},"maintainers":[{"email":"greg@hurrell.net","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-0.12.3.tgz_1513485303331_0.6530112060718238"},"directories":{}},"0.13.0-rc.1":{"name":"graphql","version":"0.13.0-rc.1","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index.js","module":"module/index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"dependencies":{"iterall":"1.1.x"},"_id":"graphql@0.13.0-rc.1","_npmVersion":"5.6.0","_nodeVersion":"9.4.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"integrity":"sha512-9v5/Uzrm5SnAVABsE+e/d5Dd7S17ulh7XZEQjDCk/rZZP2QBJz2knxFXPj+8HCIZEjDq19+tFZXxJdBSGA1YcA==","shasum":"7e392e90bfb15d483c7b462943fb0ac040bebaae","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.13.0-rc.1.tgz"},"maintainers":[{"email":"greg@hurrell.net","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-0.13.0-rc.1.tgz_1517263422215_0.7600902414415032"},"directories":{},"contributors":[]},"0.13.0":{"name":"graphql","version":"0.13.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index.js","module":"module/index.js","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"dependencies":{"iterall":"1.1.x"},"gitHead":"5f50543f7608d52403b1440d1a617626f412a63f","_id":"graphql@0.13.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"integrity":"sha512-WlO+ZJT9aY3YrBT+H5Kk+eVb3OVVehB9iRD/xqeHdmrrn4AFl5FIcOpfHz/vnBr6Y6JthGMlnFqU8XRnDjSR7A==","shasum":"d1b44a282279a9ce0a6ec1037329332f4c1079b6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.13.0.tgz","fileCount":423,"unpackedSize":2092195},"maintainers":[{"email":"opensource+npm@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_0.13.0_1518030847437_0.3023068384850749"},"_hasShrinkwrap":false,"contributors":[]},"0.13.1":{"name":"graphql","version":"0.13.1","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"dependencies":{"iterall":"^1.2.0"},"gitHead":"31ae8a8e8312494b858b69b2ab27b1837e2d8b1e","_id":"graphql@0.13.1","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"integrity":"sha512-awNp3LTrQ7dJDSX3p3PBuxNDC+WFSOrWeV6+l4Xeh2PQJVOFyQ9SZPonXRz2WZc7aIxLZsf2nDZuuuc0qyEq/A==","shasum":"9b3db3d8e40d1827e4172404bfdd2e4e17a58b55","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.13.1.tgz","fileCount":318,"unpackedSize":1561119},"maintainers":[{"email":"opensource+npm@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_0.13.1_1518735425334_0.9347642883413936"},"_hasShrinkwrap":false,"contributors":[]},"0.13.2":{"name":"graphql","version":"0.13.2","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"dependencies":{"iterall":"^1.2.1"},"gitHead":"f995c1f92e94d9c451104b6a0db8034165ef8640","_id":"graphql@0.13.2","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"integrity":"sha512-QZ5BL8ZO/B20VA8APauGBg3GyEgZ19eduvpLWoq5x7gMmWnHoy8rlQWPLmWgFvo1yNgjSEFMesmS4R6pPr7xog==","shasum":"4c740ae3c222823e7004096f832e7b93b2108270","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.13.2.tgz","fileCount":318,"unpackedSize":1559323},"maintainers":[{"email":"opensource+npm@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_0.13.2_1521233988433_0.7954081585631396"},"_hasShrinkwrap":false,"contributors":[]},"14.0.0-rc.1":{"name":"graphql","version":"14.0.0-rc.1","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--check-leaks --full-trace --timeout 15000 src/**/__tests__/**/*-test.js"},"engines":{"node":"6.x || 8.x || 9.x || >= 10.x"},"dependencies":{"iterall":"^1.2.2"},"gitHead":"84f41aadcfe3f86833d3f37914c995416091d9f1","_id":"graphql@14.0.0-rc.1","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"integrity":"sha512-jwo9la9Myt2Z6nuegRrmRhaS/EVCrrTZeEhqv4I5SyCJWx5KeonwMrz3gv6vNItSTPrZ84FSPsdIN4U2JBH0uQ==","shasum":"12e52018202c1aae4c65a9d60767b05a9993b6b6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-14.0.0-rc.1.tgz","fileCount":327,"unpackedSize":1586477,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbGggfCRA9TVsSAnZWagAAJ2QQAJLsWtFatz0MY9hefuNr\ni4+VUrMzCFzBnwNe23/lp6bJfYiwXbTgMbs2799lw4X8lO1AuOCAMW8JUYPE\n1deZ1G6+YvpIUGC2TzXp27cgKpXQR2NbxLdw1TaCfXO8h7yeMxMxlij0JBgU\nSTgozqjCc0tg1xzUU5Q+e9VgPhEEwsnmAFzHuqUDbK56XT01ZZS1Kxwa2ZSB\nVVxJJG3Dtsblc2iCdITckWiyQGh1Y3/Rr9svlj4bfthG9gWaKTzeqfS1uWhS\nR0leW0DifdsNKptHRVH6XAkCCTKywsIL4/LRRQBRXQCStxoY6sVzx1hVPS69\nmOyBCDoNIUDug1U02yNuultixPy/qnGFhYmwucafqRZe7MTfTmas+We7GXFh\nX5d/vO4ziLBEJ0ONNDNxMSrQ0M5at037TSdOdOLI1CV7CDv5tHYoFcj8Lk05\nnBU2lKywnB+KzQXa4N4ictS/obHVQ4rzdA+j7WMLJePSIKCHAlQSIRHfzLZY\nANnLTDZ7INDYtwVm1zoStuiwp/5FI0lPLIo5ZirZ3Y4X9aCDF1Uc0/nZF1PR\nYJyjAJBhnUzbs5PqqEMwfx16G5PNVpDFyq7gyt5XmL9Lui2NMO68SyrKaHi2\nQU7RRlosWbkwT2ivGhbmc4nzWB/LTHr3OfM68VP6LapOawC83yckAwdeXjUJ\nDRQG\r\n=a9NH\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_14.0.0-rc.1_1528432670452_0.6708706397270114"},"_hasShrinkwrap":false,"contributors":[]},"14.0.0-rc.2":{"name":"graphql","version":"14.0.0-rc.2","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"options":{"mocha":"--check-leaks --full-trace --timeout 15000 src/**/__tests__/**/*-test.js"},"engines":{"node":"6.x || 8.x || 9.x || >= 10.x"},"dependencies":{"iterall":"^1.2.2"},"gitHead":"9925e5022162b681c7647a147c47ca8e6124a930","_id":"graphql@14.0.0-rc.2","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"integrity":"sha512-0DYl0/Cnrgeyk052LhHhsr5zS9BpG26IgyENImdJJKbKGKqauUZqW6fTGvoBNCu3OuE7Hj24nmG99y/7eQ33cQ==","shasum":"a5d6795e6c08b6f04abf471d7c0565b7fa79ea10","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-14.0.0-rc.2.tgz","fileCount":327,"unpackedSize":1585258,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbGu7eCRA9TVsSAnZWagAAbuMP/00ij123k+Xa45rJhWq0\n6TzoJMt2MBEYEWP5W1MwgsCpEUo/+BZmCkTRVXnGAqHCzgNmZCsh1LHnKyY2\nW3qddaLc39gH3Lh63D0HMqe0g89AxJ+VpYIhzp48QLdjtY4yjV39GQ1F1lVq\n8LdXjiHyVE9VrX8byVw/9Fn72UQy+J9ZtKT1bOxeVNV0Tha4FYM6Ut7kiq9h\nAgGoXGulnxeLz2dAWBD9SL19tuQh4CPiuVgEb7fMOiuijL2l3yzk8RH6SIOQ\nc+tO28p2kYDjgJj3rVCJH3tdpo+jScA+NF4fZEGgUphqubeJpU63VHSE2p+r\na8098ezzowT/rONk9pTT2J6hENV49yWK7GFExm7wOU34w5xa6G1vc/VJbzDc\nrZi9Ug+S9TLjj0AhtL0S1bbIQalaS/Jt8KUNd8n8cvVptElajZ446LKn/RdW\nqGq2GnCdvJFif+pbseSUbUQavY9/2XZbMLLkQXq3yQCzobWLRJ7NjVcMCrGN\nL89xYNKOKyNjFSbhBflkxid4NhOj5ND+MsoQuILNj0fQ+6NZm/Tak17WLFEf\nMLVEcIQBzfxMaQrG0trCwSoc2ZamzU1WYMOD3byqYQOga1YIq3b5pA8hGd8l\nM+hozc6EZN/ekyyKRwlFm3TmtCnZEQX1ZvXss9FYyqB4OiQ82iPE2Uujzt24\naqJx\r\n=55GE\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_14.0.0-rc.2_1528491741595_0.7588693786239646"},"_hasShrinkwrap":false,"contributors":[]},"14.0.0":{"name":"graphql","version":"14.0.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"engines":{"node":"6.x || 8.x || >= 10.x"},"dependencies":{"iterall":"^1.2.2"},"_id":"graphql@14.0.0","_npmVersion":"6.1.0","_nodeVersion":"10.5.0","_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"dist":{"integrity":"sha512-HGVcnO6B25YZcSt6ZsH6/N+XkYuPA7yMqJmlJ4JWxWlS4Tr8SHI56R1Ocs8Eor7V7joEZPRXPDH8RRdll1w44Q==","shasum":"4ee771c5266d08cb75df2d3ac41e8dd51ce3d599","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-14.0.0.tgz","fileCount":339,"unpackedSize":1725185,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbiCfnCRA9TVsSAnZWagAAniEP/3bbDCU55jZbF961f1L8\nJzETDjEQtwN58RRTTZHiDg2RCLAH5L5bP/ls1jvF4An6ivzrs3VV/uX5HDfs\naU4U9mWOh+giJ4pebh96gIDdmLhh845KsMQ8Y9aSkz0P9CDPT8C/mcRjYcxj\nN3/r2dhMtVGGnuWk823ZbCR60qftAKbjFykI4vG/Agw6TC3Vc7Cvpylf3Mi2\nwULHpRe9uI3TS5ykmXlCZ6bKuRl8/QEbUH68GP6CYOz8zHM6U697ARxlUBwW\n+9AnhDw0PTEdxCfSqdJqygWxq6yDMq2MR6yhEvPt2dCNCxGzx0eXls9WWi3y\nzaS08T0w7gwrnxWdc8GIo2ftN66619BMUBSDp2hgomGGoUolHNsmDZTkE8LF\nxVeYgQgjmqO2Kfxt+09cBZERVLN7FSwpmi1YzLN0hZ+2wmNIL7Vn+wSWtFxz\n2KXFcdlm2KpH3Kc6SdakrtJM60UUj0O4VMYS/JXf4zHVXUz2AhuIASzjWc/s\n8AoOAErM1u5kWPQFAdr8WgqVXSz7rru5LqXOQS5sOJnXiBZ2CymoLOSLxscK\nmEoK7d4lEyhD+fxYGBT2Q6kiPbg7rW+MZg5eOUmlM+tbaDFdaCT0hEmaaUvs\n0iBmQoTGd8h34H0hzy0GA4jxesZv44Vg4PPN8uJLwZIZUr+I9tehvKU8c+Rf\nRl27\r\n=VIs0\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_14.0.0_1535649766931_0.2171941689715009"},"_hasShrinkwrap":false,"contributors":[]},"14.0.1":{"name":"graphql","version":"14.0.1","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 6.x"},"dependencies":{"iterall":"^1.2.2"},"gitHead":"d1c4e7d0c86bcc921c778ad692e644c828d017bd","_id":"graphql@14.0.1","_npmVersion":"6.1.0","_nodeVersion":"10.6.0","_npmUser":{"name":"anonymous","email":"mahoney.mattj@gmail.com"},"dist":{"integrity":"sha512-csQRZ5iKbqiJblYGvPHRSdGG8ArwXxST/iCYJ97ykQvDBoiwffrw0nxl9vAXMsFLugMfWKHJdjfmj1JtW/Jq6g==","shasum":"a00d82fd10c51f842de7499446d068cd788dece9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-14.0.1.tgz","fileCount":339,"unpackedSize":1726363,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbkZW6CRA9TVsSAnZWagAAKhgP/2r3unvDLgC6ylVRB7mq\n5anN7vqGY/mfibEdfmRzGk5X1vbKPc6AMBezgAUb9JjhACRrsrrvUClY4ZJf\nF3qxV7J/thrHR26IgPuXc+nv+fTFeN9TlysuBiSe04qw5h8HBkfH4Huvs5Zq\nB6Bb4SFrvZ+1UycvUzqdzgVZNeLQKVbZRqSV1KxJ4vY1K+/PGTAzByCKnckS\nwwTrgS4zB6Xzt4c0w1S/CmjVOjejDZcwZm7hb+4JPNlaqZCFUo6wH13CAlnt\nyiz9X6LmG3ynxVOIyxVmLcXhpi4oWQCpun3hm6cT1m5Eyy2ISeWhNeGJrGQH\nTL7u6zATwPmqXbcopuP62/cb8HMK+4vspQR99L+yM0p+J1SfciUnmNGLv7lg\n9Z3qPfKvLCzvsAG/lFkeyKgvqqZ2ND4d9AnC256lbqUk7i9kFzniaIaaHDnt\nzyfQ9VpCHMU5ie9KGeGXtr5KDkxJRxzkilZ58IDQsTJupAHB6GwHWmpW62uY\nhPvFoDIW0YT35KNfcTPcWcEvITl436SoUtftJQlsC7kTFEzkvJWqnoX+08d6\nb3V1Qic0cL99/t9U0SJRcT8mEDLuP6aMTTvQu77gYusSdNZwRKnr6xLXStok\nnoVHhIByjCIa7P83pxytAR/YgUE3KlnBtwAb6nbInBgsPXDiuckNUh7KFjtM\n6ks8\r\n=4Qga\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_14.0.1_1536267705520_0.33613437155207837"},"_hasShrinkwrap":false,"contributors":[]},"14.0.2":{"name":"graphql","version":"14.0.2","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 6.x"},"dependencies":{"iterall":"^1.2.2"},"gitHead":"3595ea922613f3e13a07185407dd70ed45de7a66","_id":"graphql@14.0.2","_npmVersion":"6.1.0","_nodeVersion":"10.6.0","_npmUser":{"name":"anonymous","email":"mahoney.mattj@gmail.com"},"dist":{"integrity":"sha512-gUC4YYsaiSJT1h40krG3J+USGlwhzNTXSb4IOZljn9ag5Tj+RkoXrWp+Kh7WyE3t1NCfab5kzCuxBIvOMERMXw==","shasum":"7dded337a4c3fd2d075692323384034b357f5650","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-14.0.2.tgz","fileCount":339,"unpackedSize":1726363,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbkZgTCRA9TVsSAnZWagAALbwP/i0NP84mQSnQuAm/4j1c\n3AHyH29DM8AGf0tv/FT1in0UydRvhJb3FYHU5PheYFzT9+uRLrgQJiD2GzKv\ntrhfn54IBGw3e/Bkf4elOXaYRn2vzGq9+d1cdQiS5ssC0DLs+2P0p1G7lMrk\nGudNaV3AJuOgvopBlyheZ7IPVa0DFO6dPzIcinEzliR5lYDMqKtkX6WlkpyW\nSjoZiBrhvsOuHh640tPXZKtsrZT3TaJ72jW9Bu7b8K7NFyO/x2ZlOAq3PVII\nfh4BMMrA5yjXm5/sbO6egQmEaTlS33QOTps7x/bMCs7oO8SP6IzAzROxNLqy\nUs65qNndlrb/LwaA6b17JgQJsTV1okqVqfEQ5jWl2Vmb0KFjWURsgsnVyLkI\n658UwkgocD2UHqW1eM70B64oWmpyGMaXFz18rIXHxandretKwlbQAdPy+8cP\nyfea0uljLa1rPzcuZOLIqlVSUjHNXm54UNn5KLgBO3JNdv5c5ArCUaHEruXN\natE7UqgksHdt8eGC7hdwPYhMcMPsC79ktD1lgQ63gByYzE7cVMWUbvwLlvL8\nPPCPQACBYvHABoXoZgWgF35aSrUd2QheGOj3vfUtXPIlW8gAawXNKaZDbEJV\nED89nxEMh53xeTpqzy8fwJlnwVLU9FWNRHTOoDcywwBememdEuPxKbMJl9wU\n1Omk\r\n=unMe\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_14.0.2_1536268306834_0.7239914800318246"},"_hasShrinkwrap":false,"contributors":[]},"14.1.0":{"name":"graphql","version":"14.1.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 6.x"},"dependencies":{"iterall":"^1.2.2"},"publishConfig":{"tag":"latest"},"gitHead":"da61380e4728da6090850a61300d86979d8a8b15","_id":"graphql@14.1.0","_npmVersion":"6.5.0-next.0","_nodeVersion":"11.6.0","_npmUser":{"name":"anonymous","email":"mahoney.mattj@gmail.com"},"dist":{"integrity":"sha512-1dFYdyjS3A2BmoYXXwmpNIr2SoSpcPkF6gXB4UqZh2mWKBLfyUaQbk2POigqrKvlCimphJoPgkb0SFxDgJwSXQ==","shasum":"f38eb11bf9b4678a9a7741de795a3d25d46a7490","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-14.1.0.tgz","fileCount":366,"unpackedSize":1775009,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPmumCRA9TVsSAnZWagAAyfIP/jH8wbd+b1kIEDINYOMk\nI10GuS9//3KnEpmkLUPPMmTl0SHdDxovS1GHGdVbpHLpklhFmluLMTerSXnc\nM0QzudQo0HJkICRWDRXfzs0D/MsrLoGUoSXpVfwXz8Sgn0DhzGvNfDJbmWH5\nAVnpBOVhYkMkkASbiiKPzRVe9Uk3UMo98EsbsqLR+F89TTmmRzizlnJymp4X\ng9JGip0h3Z9IKRnvuzIB2IaVJE9xkfl8byCFCrX2WfsVqPCZcoGCOD3IV1FU\nRbMaXAQhmdzhe8UzF0chTKmh+Fr2JtgrpRlXoXl7gUTb6i1BD/fpFhl5Oeox\nP9xO4m9Q0cIcEJFviFuRysLIywlopHW051mniWLYeI9MRRZ7BUd66gKhrsBt\nF7euQd5zCdQqFdma67xgRgeEof+pxupJk8mjTYHdy/JCS+gqvpC6JNf7JBCj\nxeUQyPAqrj+tkPbZuOgl91IVKxsfXyWb+u/IKe9620T3/32Y0TQ/Z7KGrJYd\nP4/PxL6Lk4nPF0cyHoXXJ/YmsbDJ4zXQjO8TLvGCtrF+vz7aAmtk1TOHwgkE\n2oswBZ4ygJj5mKEAr54XlqzEZF42AvoPRCy5Ey3Lfk21zLADX6ZcLViuCz1I\ny9mQO+5lMbgmTbdjhpPMuSn9cTHm71zEvfEfkxPaRxZXPkySW+Pa5QUULbcO\nVHhu\r\n=4zwM\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_14.1.0_1547594662206_0.4971626523626833"},"_hasShrinkwrap":false,"contributors":[]},"14.1.1":{"name":"graphql","version":"14.1.1","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 6.x"},"dependencies":{"iterall":"^1.2.2"},"publishConfig":{"tag":"latest"},"gitHead":"7dd2b2bed841b9fd0c40c328826363ec79cc65c4","_id":"graphql@14.1.1","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"anonymous","email":"mahoney.mattj@gmail.com"},"dist":{"integrity":"sha512-C5zDzLqvfPAgTtP8AUPIt9keDabrdRAqSWjj2OPRKrKxI9Fb65I36s1uCs1UUBFnSWTdO7hyHi7z1ZbwKMKF6Q==","shasum":"d5d77df4b19ef41538d7215d1e7a28834619fac0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-14.1.1.tgz","fileCount":366,"unpackedSize":1777009,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcP4OMCRA9TVsSAnZWagAAuIsP/1JhjrL0WJAT2YoIEgIS\n6aougY9brtkAjjSjgYvERa2A1+HCtvBGucjvDZKH9//L8TvnxpoF96ZgoshQ\nLyYcrU17/3Ia2oquQqaB5hEgKIt1p1gDWFgcgX1btZset6SmluwOSU9DREQp\ngBMb93SYMBCZzcQOIp/U65lAGINULq34u9ohQP3Q//ocCQT+V5scaPQb/sv9\nZ9vbYM2FOQPXUmy1BF3x0UewxOLlMU62WzUo7RZyHqzmsCMb45aMgQmUoC7V\nW/OUvYrKL5MJVT+SeUOYPGdvLy9FB3zn/XXAHIPtnZtLG3HGL2ymQiOl8xl5\nkNqxL6DDE0u4yvQjAS1IPOyJGdPl4mV+sWaD4ckINrM44R7nEntjssJnPGZ8\nMk4jCXUZSe/hpV3jMA5BRHa+E12q/9NACTzOmI9ZqOtgkx8zUE+RRynJgpgA\n8LMxSgay8SGdfYheVb/M3FcErHY57+m9IeQ+vUA+4ZQ8uD00duNW9lYN5mP0\nw+bEWw7qaCRJ05ZkBUHGBqRzioUvoelRmYhqAwFZW6li9xL58NE3RwHjSDMR\niZwIfR6Q0+AC1ECOkmSUigwU9OwxPYj5D+S54Edkr7ad+na7qvDq64ZmPIyO\npbBr+q4jNRfd+e2hny1CI/k7fd2xgdrpUZgPkcYHiu3q9az4eYDgZ4FuX/oy\nkWZV\r\n=0Jj8\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_14.1.1_1547666316350_0.913458827220857"},"_hasShrinkwrap":false,"contributors":[]},"14.2.0":{"name":"graphql","version":"14.2.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 6.x"},"dependencies":{"iterall":"^1.2.2"},"publishConfig":{"tag":"latest"},"gitHead":"13218588b57fb447dc321c402b3da54efbeb0739","_id":"graphql@14.2.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"anonymous","email":"mahoney.mattj@gmail.com"},"dist":{"integrity":"sha512-dlFHRtxsL4sBy1C1e3v64IUd5ndZhAOHZ/z3Dr4Nm6+cvr9elrnz4BhMF9h9mRBBnhUCGLc4GH4xvPbKG6sUeA==","shasum":"ff25813ad6d186f3975977d56bc2d2434871f3b9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-14.2.0.tgz","fileCount":370,"unpackedSize":1775569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcmnppCRA9TVsSAnZWagAAdkAQAKSod6aQ13xM9fSZi6J4\nqfoobw8P2iDTbWLZWH/CEzooXncotBvjrQGh3vHjyWCpLo0c3aEeR+vHxLmT\n3YayKxlxDa4FxL1jXToFOqQ/iQkkPlnbY12OcrGQzxT6fh0YckdSDrMe4e1h\nhkozSOayIV8Vb1b4IfUtt+Be8oL5veGadU/ZiLL4hCFSWG/LZiRAg2hZ3US2\nhytlY8DyS/roQ8K2vhiTrVFrU+hegIqtQenvpb9eaYUnedL2VqEQ9kRzTGEb\nPE5X8XqO8hzQP5ksh3F0DQTRnO8zwQ1aWhr3dRvqdFngiwN+F3E3o5eJohqJ\nOjNIk70A/frri1eHBUckN91uYaPKJh/ntGyY3ZszPUk6zlxtHjTk9VUnmEmi\n4PtZBqSWG5sJaH2BzYE6TfzgOhCIWsTodwiL6IvDqFD2/OzNe2JQ4eN1rtN4\nFGZ08CCcrg13ecNfBZstJf2Op3mIiqbFfPaARwrsi7emJSYgNiLkPt9HbxIH\nBGolqkCR83kq1dVc+WegRziOT5yxBpV4N4oEdb9PmqQH778Equ8la1YQhr9z\nbDwPE51XjC12iKDa+/cQv+0fHGW26lORDN5O34TUgeS+52ntAf3HYaF9plzO\nXLY6UIySa249xIDIUdzWvaVvjobgqy8OtQ5vWKXet2A4368V73uMIuBfoE+3\naeOr\r\n=RK1T\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_14.2.0_1553627752426_0.47091041036836323"},"_hasShrinkwrap":false,"contributors":[]},"14.2.1":{"name":"graphql","version":"14.2.1","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 6.x"},"dependencies":{"iterall":"^1.2.2"},"publishConfig":{"tag":"latest"},"gitHead":"d2ffd7c0aa3488c7aaadc7610fe6102d6c4e8c07","_id":"graphql@14.2.1","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"anonymous","email":"mahoney.mattj@gmail.com"},"dist":{"integrity":"sha512-2PL1UbvKeSjy/lUeJqHk+eR9CvuErXoCNwJI4jm3oNFEeY+9ELqHNKO1ZuSxAkasPkpWbmT/iMRMFxd3cEL3tQ==","shasum":"779529bf9a01e7207b977a54c20670b48ca6e95c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-14.2.1.tgz","fileCount":370,"unpackedSize":1775444,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcoK8tCRA9TVsSAnZWagAAQ18P/1Gax0NWV1ES6FVg659a\nCdrcUdcH3wGGL9AniXycTJOV7p4MISmq35RJsYFikcIhUeKx15COhk/RKPYm\ntATUKz8OX8zcSVE+ipCtES/g4+Hbkk4Y2Zj9UVyH1wTpp7jhPIJySIxJ1M12\nmpDQqCZW5S8vPH2mRGMfBEU7JLX6oTXlDPMl03g5nxjpRchJ+NQK1iUUKSh2\nv8TViB6oP4GMiFywA6NIqrpjOAOt0Zemy4vHjcbT63Qo5exNWiD8BklidOQo\nYhs7GpKlugGWxSVTQWWH09hJz+qFKZMsPxHQO4PHgz8lLMSizPsgnrn2YUCR\nm+UNxZr3mvZP76RIpTL+yazoihIYViVbThHJ+Da/LVhBF4Al4W3VUJ3hRyu3\nNMW0XhsEfpGzykeJzzGSUepyCe+W3LjZ0na1Rg9qZGdPaqSZbfHB70mpSzzo\nF6I2LWlYoqWplj4suqfdQkHV8VOkGGRiVrq3C7+ix8bOCkTt+7cCkYjthi/9\nBe0G/gZEGvM1pnZK2G0TCiY2O8pOpfr1vS+h1L/FSpPgKLTex7R9xZIZJX8g\nGt32Y6Tze9/vyi0T61ubfkTcIkulT2UG/ytdlQjHfIWU8o/w1MM2XCrtONET\ntiC8M4LsFnZ4LZQxhnocUS0Zohuu7VKu6UykAkmqmpi3HxQCk1c2YLm4laML\n9dSK\r\n=xiCA\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_14.2.1_1554034476673_0.3995906802185125"},"_hasShrinkwrap":false,"contributors":[]},"14.3.0":{"name":"graphql","version":"14.3.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 6.x"},"dependencies":{"iterall":"^1.2.2"},"publishConfig":{"tag":"latest"},"gitHead":"4bd1a114f6e061677255e6aba8f5ebc48579851e","_id":"graphql@14.3.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"anonymous","email":"mahoney.mattj@gmail.com"},"dist":{"integrity":"sha512-MdfI4v7kSNC3NhB7cF8KNijDsifuWO2XOtzpyququqaclO8wVuChYv+KogexDwgP5sp7nFI9Z6N4QHgoLkfjrg==","shasum":"34dd36faa489ff642bcd25df6c3b4f988a1a2f3e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-14.3.0.tgz","fileCount":373,"unpackedSize":1790158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc0Vs3CRA9TVsSAnZWagAALOsQAJ44m562+vU9o7Jw0f88\nBKWNigEEnH2yIA55HNB5T1Z5KsQXC9ASbxi87dpWF6BJX0gBvuAFEnqleGt+\n/VjnoCepe2INz6AJrE2noa8xaJib2ghxBXrkN+N/l9vkJdG+ZrmSCPNCp9EO\nLD0ih7Huyh4MUrIi5Mr83s2a5tmZYCLB9kkYgpwCi47OmJAF5L/ftCX1G/6k\nXNDrRVZy9sUTSRsRX/Om7C9ppAnQn5OLm8ul/FvGt5MORxdYK0IBU5CTLEWw\ndadMZj6BfY5essA10KEwmgGTFTBfHYJx/qJmynKEgHUK7md8Dq1cO08mWc1U\n3SjndSfHVXJuWcAm0dG9sNSgpB6iHlj0aHejIFJUj5iVH4gjmJohLGns888a\nwpcwSc/6N267S6U69URY1hPAHWWkvfHPsHFz1o+v71qe/BqiMcpwqddxtW5u\ntvfq7fad9DRgHb2KDInmf/A54VKBSWGgMeR1ye/+n0f3T9Qn2AQBiXFj2VNo\nQvRLJ7JfoVAjL45MgBnUzhL6lzYkzerPsCchb3kjtlJFAtHAIPlms7rhcJ8s\n+i0C3gUUFPCdIwX47m+3SuDF+2Fkeb0ttEMZywMyFRrV+HFFw0Q2aLfIn7H3\nm3mlREmSUFkfyyglGGOostSa23BGfV7g1L0R3lqiWqCYyTbwx148CnpjTi7I\nwvfM\r\n=sPcJ\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_14.3.0_1557224246729_0.3109922364063902"},"_hasShrinkwrap":false,"contributors":[]},"14.3.1":{"name":"graphql","version":"14.3.1","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 6.x"},"dependencies":{"iterall":"^1.2.2"},"publishConfig":{"tag":"latest"},"_id":"graphql@14.3.1","_npmVersion":"6.5.0-next.0","_nodeVersion":"11.6.0","_npmUser":{"name":"anonymous","email":"mahoney.mattj@gmail.com"},"dist":{"integrity":"sha512-FZm7kAa3FqKdXy8YSSpAoTtyDFMIYSpCDOr+3EqlI1bxmtHu+Vv/I2vrSeT1sBOEnEniX3uo4wFhFdS/8XN6gA==","shasum":"b3aa50e61a841ada3c1f9ccda101c483f8e8c807","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-14.3.1.tgz","fileCount":372,"unpackedSize":1792815,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5tQ/CRA9TVsSAnZWagAAcI4P/jghW39rZ6jlWui+bTwj\n/twP3w6QNGqKiSsS/iuZvaENIJJqwHs6luUMqiNDKK7LpVOI6gLXeBCR2hgJ\n9Wc0UUTOErbIBE42ugrO3Ddy3CECy6DRaDR5FwX2yYDxBc1nb1W+3OCcFEkn\nBso2NPq5LlKPnsXNdtocfcxZsMYsV9h2lYi6pSpIUcEfO1NEyg9Vn0Hzp5VI\nvmVhilM6JSDzt0UOkL1dIt9IL6IIHtan25SxyIBBDUKIA+ADYFWd7xPk5Mjc\nOQg3ZrWfk/nYDOQac+TBIZ9hbBUQbbbdmiAVwJQ8AioJU67auTT/AMdQWodp\nYjs4sRzNIayZyLS8Nzsk/pPxMxVNs14YDQHihcMPn2unPLtbkIJrrQUYu5gS\n2S8pGo2aI0g7sPrhnL8AK9YeERkpf9cwCiutwqwsgQfYJlQZMW+LPLjNvSJH\ngBsHlloYVex2fuo3+ugUxcSsSDyPfJHxceSBs9L6cVm2vj2h7MNfBN46ZhHm\nqnDBUOvBQC2e0+LqgKKImBrAfGY2peftqcng2C+Ir88zoDEYd3xJb6o4JqUm\n6ha8M81wcg9E+zswJp566Kb96mjUYU6FTjOwtcA1ankHbNk8bSxoG2mfOTGa\noKJyHvlqbml9kzUVixZm1mPOm2wYK0XtAOuScHQxIG/LjMbonpBvn8mIwQsE\nxXxs\r\n=ACjF\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"opensource+npm@fb.com","name":"anonymous"},{"email":"joesavona@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"mahoney.mattj@gmail.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_14.3.1_1558631486963_0.7715557778447717"},"_hasShrinkwrap":false,"contributors":[]},"14.4.0":{"name":"graphql","version":"14.4.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 6.x"},"dependencies":{"iterall":"^1.2.2"},"_id":"graphql@14.4.0","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"integrity":"sha512-E55z1oK6e4cGxCqlSsRWytYDPcIUxky3XkbuQUf6TIjCmn6C7CuBJpmkMF1066q95yPAGOZVPTVT7jABKbRFSA==","shasum":"e97086acfc0338e4fdc8f7dba519c6b8a6badfd9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-14.4.0.tgz","fileCount":381,"unpackedSize":1718754,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdE7ndCRA9TVsSAnZWagAAt2wP/16PnAdpp5yl5diJ/V0y\n/jArKhit8OCocWP5W4dQW4RNgYrHQ5ZXp/L04F7rqw3BDY8YxzmXRgXsCQbD\nj8vyLlODVijrX5EDjJnLqDwKJIZ3It4+9uZQfVD9+D0aGWGwwTJym7Su3vVk\nZ9IZM5EaxP2TnGtH2H/1GmxhMuB3xrZWNF8qeRczPvkZ2ziPYXl0si/7ioYN\nr1l7CNWojEzIYrKNN/dM+SwaYZArMd08vafthbh1hu0Rj/j2If+RDyUOgORQ\nrreif3T/VL8k9s184Z/eLC5Eb+Zv9Ro4pbWU890UxR4ozJK2jTIRX7zOqtX+\nr4HD/OUyGvO3KXWRhuGWoHCn4L6MN60naiPXdXBAAJ7RzhZZIGQZw6VEl6Xl\nYhFFf5coTGRPnJg+6Eyg7u8JE9FDLIDvCq03+pXB/zKyGJ2AdDmn2PDkRow+\n682276/C3HMDuNxX0I9bPTED9pZZcAF67pr/C6QoYnEDFMJQEsIQAY7EOoIt\nZ5kIqFryPNRQl1X5mbhfW7ACrLQo/EJaBT0jjcVeHmcVvNccZgL/iGKm+rVE\ne6Eyg3wBYy3xgEADX7734XR9QqH3yKQSAKMN4uysDrgSRSgkSlWUytQ7CfWV\nP5Ly3rXuI6EqUwl4SGYIxhDQWSouxWP98soxuUnUdsmxMhRotuCRiXq9jPt5\na/+/\r\n=7bvp\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"joesavona@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"mahoney.mattj@gmail.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_14.4.0_1561573852380_0.3083886983258721"},"_hasShrinkwrap":false,"contributors":[]},"14.4.1":{"name":"graphql","version":"14.4.1","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 6.x"},"dependencies":{"iterall":"^1.2.2"},"_id":"graphql@14.4.1","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"integrity":"sha512-g4HUH26CohlMjaHneXMAtvG3QtO6peJIUTFxrPW4g5LNnXkUuFoBI6Bk1c14Q5kW8+FyjM/tTbePTgpiVB/2hQ==","shasum":"7a7818d3f63f66b9528ba5416b6c88460db62280","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-14.4.1.tgz","fileCount":381,"unpackedSize":1718913,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdFpZ3CRA9TVsSAnZWagAAfGcQAIAYsqZ8CUZoe9IVUxeS\nUOVgUxYVD0Yqar1VQsO8S4lQ14HtV9TWyHCWe+dVO5DUAHohh0ciBtdX6tnG\nAJgBzXkbvNkXwr3t+ZEFjOA3+b3Qe1ZjlZImEhdXaWiTNmYDF1H+0IgqBlbi\npEsMBnUqjkNF8qycjz2piz9sgKbB/Mu0EdFHLBpR747hJP9m5SP2tknG0m+F\nADzAtPfnQXk42FINXafhCp1mE+ITL4mz9QC9RNz6W4dLwOvx29I3SjJX7uRg\n3Ud/Zc97+ZS8G7LtPm/8Xk6zW3YewYo0qy5LN56Bg787ONLDnjfImnoKA/sa\nRC5/96pZB6dO7R+7rJWpeIYXgtdRgRpS+b7TBKnWt2Oyy9wuZQko4anslk2y\nAQup/x7Fshco7P4mnOBHLCymqo7tmmyhHrXb4sscCa/eonk3PAndy0JJHvWw\n7G3rgsoGJO9IlMUOmp1F4rejIWR8IlCuX8d5HZKrJo/mVzENKbMTWSwHtaF+\nLffB7w3vi6Ir7p/++srYnVnyxoaqTuCgLEePbhB3OFDvfntirQA7YrEJpeLq\nvZl6744m+I4DRywg8nxjthm18JvL0TTK5o1Xvh4oDE+tRSqFRSQikgzUYemv\nrck6AlkPysWLPb7MwtTTvRO8pj1xJG8/baHiIGwv6F46fKRCA4z2Go9o8iKB\niPMo\r\n=AOMz\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"joesavona@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"mahoney.mattj@gmail.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_14.4.1_1561761398564_0.8347941909811962"},"_hasShrinkwrap":false,"contributors":[]},"14.4.2":{"name":"graphql","version":"14.4.2","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 6.x"},"dependencies":{"iterall":"^1.2.2"},"_id":"graphql@14.4.2","_nodeVersion":"12.3.1","_npmVersion":"6.9.2","dist":{"integrity":"sha512-6uQadiRgnpnSS56hdZUSvFrVcQ6OF9y6wkxJfKquFtHlnl7+KSuWwSJsdwiK1vybm1HgcdbpGkCpvhvsVQ0UZQ==","shasum":"553a7d546d524663eda49ed6df77577be3203ae3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-14.4.2.tgz","fileCount":381,"unpackedSize":1718889,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdHMMECRA9TVsSAnZWagAA0KAP+wQDScPZab2Bnq8Y1eut\nkpTuQk3dNa++Up+un4i4wSCGlnShTD5zhl0xtypryHGv5W2s4/hWTglBnlrx\nnL2iVVMTZ5mHk4NM+YnIOIm+bCvDoyc7XrsVO+A1UrPA0QLZYm36H306cLDm\nqH6AaEviFD4/mC9tJEoHDEplGe7omolFQFDC07vObiYHPKpr/60FPRy7mmMY\nr1Hyn6A5kO9Ur13Q/l2VsQyTmdcu+tZK2TvAZL3DxrqR1STq98Su4J9oJ3at\nUFFoKJBHllqMKYTgku21kzL4RCAqrWCtzVY/d9WsciIqFpH9lcSWo1hUPfDS\nsaeorZSnr000QMd5IcXg8+vX5OZ/VJNwPyOWcOVvOOyzg/1t/P74VKatGqX5\nPw9v5VmWadaMFrMthSMWTklny3Av6q3YUArHxcQlHsFzfaiXL7uX74Fw0S80\noF73T1nyU35J3WuBsSGRUu7UxU+5OJ/N5vAsRW6gh+ncgsyfVUnQofDO0hl4\nYLEyYrXhMIy8dTaA8iIrIY6WAV3bnCHgKY/OeSqPcFYciXa7JeMD9GWx6Qw+\notf+QSmVQyN75yloTni186bkq0UDMCEbGuBtVm+B+rcrhnu2P0GFLyFFK0qA\ngPeJfW8rEyy/VSWNhdAFj0U9ttnU4N79WSIM7x+UbPidP4QbHoJYb2K/E7Lv\nSRs3\r\n=KVLO\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"joesavona@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"mahoney.mattj@gmail.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_14.4.2_1562166019552_0.581351740429116"},"_hasShrinkwrap":false,"contributors":[]},"14.5.0":{"name":"graphql","version":"14.5.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 6.x"},"dependencies":{"iterall":"^1.2.2"},"_id":"graphql@14.5.0","_nodeVersion":"12.7.0","_npmVersion":"6.11.1","dist":{"integrity":"sha512-wnGcTD181L2xPnIwHHjx/moV4ulxA2Kms9zcUY+B/SIrK+2N+iOC6WNgnR2zVTmg1Z8P+CZq5KXibTnatg3WUw==","shasum":"4801e6460942c9c591944617f6dd224a9e531520","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-14.5.0.tgz","fileCount":485,"unpackedSize":1804142,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXoOWCRA9TVsSAnZWagAAdzgP/jZ6y++16tf3GyEz6S0r\nLffCfVrRsA38SY8/HLnnObE/9pgcstgeksjmP+WZ47DRi377aemPMc4gSX9U\nXyFukv4ZtTKzx8uBmU2Nnf9W5zIk39rMZDTkcW+l09wCNn5g1dm3E4LDnTu+\n5FZCmBAw7nthvDJFTP51vWVU8v2jlfG8daPuiPZHI0B+EiXljVDEoGIgJbP3\nwz9QNCgamOEBAr1vyHk2XL8+i+gvi8WmJnWLv6C5S4wgLiCHD15WzCp057wl\nVQWlF3429y7Km8rLc/jID4C0Ux+n5hYAP9LwE/MKwS2IRN9QBWDSIP4fix/7\n1UZDdi2RCf9H1rK8PixGlio3MOMGmbxUn+71VnCXDSRfzkqu4DDWFfVmpjoQ\nN84k42TfVFNxLkaF3GSuBfcLknqNg60Gung3rHxd8BT3/2+Rz1vlz778ke31\n7uloBG3CMgDCVwCUFs1LojNfl+11N7OpVwYzyTzazs8VS7ghZpt6NKFehoWY\nC71C5RtP4OVhHemnbYFgqbHRf7fHOnqYoNBmWaJ2/DmAbVzg8GKhf0CpmDM/\nEVRF8V10QOCBeQMu8nYjF+ACos7i1QAJ2//Fh/CqTIm2cV0OoGxnTV+krtod\nFYf+ajUHU+0/aeKaVIDje1eRlL2gE/FLaw1dyxdYXtMrRmOm6Snpzf1U2sQ7\nSjpd\r\n=1Jmb\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"joesavona@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"mahoney.mattj@gmail.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_14.5.0_1566475157851_0.4027020598956357"},"_hasShrinkwrap":false,"contributors":[]},"14.5.1":{"name":"graphql","version":"14.5.1","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 6.x"},"dependencies":{"iterall":"^1.2.2"},"_id":"graphql@14.5.1","_nodeVersion":"12.7.0","_npmVersion":"6.11.1","dist":{"integrity":"sha512-j1dEuS7q14QKdhv5xDaePDmJ54odK/cCZWdG8vT07KOEPoEEh8oj/SWzaboI/9zfwplbdE6UQv4aePnzJv7o6A==","shasum":"ee8c6f887e7231b5ecc266ae0841e78a9f7ddb88","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-14.5.1.tgz","fileCount":489,"unpackedSize":1809638,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdYBNvCRA9TVsSAnZWagAAFbkP/0mDgg5X4bPn3AdUFLRY\nRYwaU/JZ39Q2QWJCfBEoFoAcvEicqP8UobbPCYAYotPp6GVyMzn6THh4BZgW\nZG/E5kALOwJWK/G59YNnjdpszpXi/5ZMTIu9NydiECFs3Ug0LqNC3SFYsI8E\nKg8WUvh8HIwwH2SLKEsPpZqiiIW87Q3s5d1GFAjIJPqEc0ZpcfLlb5/fkDcf\nci3grJ7AxS8KKjynFV/Da4MYQuAHGJuKp5y+6FkT7ewNwI4Jd7iX+heu1kff\nEdGtTOOsNDTveM0jJ6A/Ul4WiV4EqZh7hN7g2zkM0FjR6RL7+K3eFTfc2tji\nM6G16cLYkfJRFz5urjda56AlqgehE/MW0xSJG4gQgg2HGlCr0DaMHvl8r/7d\ngvC0H+aZsgmW47BguW+QRCLWJYtHN08Lx0kQgj6FX47YPrF8qIWDLSx8avz5\nPFfFXl0DbSbK8RXVuNmGL3ly2RAqgNYk3FMrTbzPJvzYlwh8otwM9kSWPi4I\nOFb7aLzMaKHaD9jEj+/wyTb2nGEapm+usSP1S2aJRuOoiRcx9VhvWTRA+JHr\nMXwid2fUKxHxAEx/w6qIBGXTLJ/jOzpSY/FkoNp1yy0umhIzdMkCclYXpTCo\n85ipgPkA5Q2FD+McgWg1VYbT0Fuy5rTWPP4+g5qR7OLeNKd4U7ohEmMr1SkN\nndUb\r\n=kHXJ\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"joesavona@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"mahoney.mattj@gmail.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_14.5.1_1566577518714_0.9259208472721172"},"_hasShrinkwrap":false,"contributors":[]},"14.5.2":{"name":"graphql","version":"14.5.2","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 6.x"},"dependencies":{"iterall":"^1.2.2"},"_id":"graphql@14.5.2","_nodeVersion":"12.7.0","_npmVersion":"6.11.1","dist":{"integrity":"sha512-lq+7NLqdxQxglXHfHRH0Qkr6xOAvMtozxWOhxpX5tJXlN8SnKf55/zW0qbF7V7U0fh6sXenoJqaF2lP6Bp3NAQ==","shasum":"70e729167beb0472d9ddb9fcf933bb3a0ce64fc5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-14.5.2.tgz","fileCount":498,"unpackedSize":1818107,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdYG51CRA9TVsSAnZWagAAaMMP/0df17HCQsqY2utcNbJM\nPr8GS1z9+jrlQ9WwzTOXRbGzNNDHrs7JuauytVlNGE7BygFQiP9RHIOlYXb1\nrySCJqC0oNwUq1jR+pPGFkM7gDid2MBbueUcPLH3NqB5roVs/QgF8sOZKhR8\n64FK6b9ohI0sWfgetTq04pQ+oeRX2uH+kGr01cq4f/fnSONQvEtIwRd/x/OV\nfJbvuo4q5C3ec6umkHbEQj+y3vRA2f6jtKChEf8QI5UnOvxsXhBOrrnLOxTg\nTCH/GrD+/ohA//j7GSz9FDaWP1RGINvWu357o2r9gkZCS9bBgzwrVE0xDGUo\nso3WugAQpWyO7mGpps633eYhe3vYgCBlX2Ce+YpK7QX5HYKgK4wQspJON5Wa\nW7nSeNveVMA3I2zUFdzKsxjqNye5vSMhZ81DdL0WNsTNWjd5wMTajiZZVjkE\neiTnfsyTlNxulvCJ0K6NORaFRghPZX+xPHStkQIkjtW3Jknw+W5QxCzRFsU4\nscHU5TvzOWhQI2DvYSgBqoush8JsTbm0rvTnbTnCK8P14//8tWpNFgWa0axe\n4tMjBUeijTI2ZNyLeTBT10TkYjDNfg5HvA2U7PMRG3xhQ+4csRR4CdMZCpcv\n73zXwEOOq48tDkdpB3E2yuCPoueZqNpfVbNefTgrAZOpjWwi8IyGVot9kF91\ngdj+\r\n=lSSA\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"joesavona@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"mahoney.mattj@gmail.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_14.5.2_1566600821060_0.17258729192162048"},"_hasShrinkwrap":false,"contributors":[]},"14.5.3":{"name":"graphql","version":"14.5.3","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 6.x"},"dependencies":{"iterall":"^1.2.2"},"_id":"graphql@14.5.3","_nodeVersion":"12.7.0","_npmVersion":"6.11.1","dist":{"integrity":"sha512-W8A8nt9BsMg0ZK2qA3DJIVU6muWhxZRYLTmc+5XGwzWzVdUdPVlAAg5hTBjiTISEnzsKL/onasu6vl3kgGTbYg==","shasum":"e025851cc413e153220f4edbbb25d49f55104fa0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-14.5.3.tgz","fileCount":498,"unpackedSize":1818097,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdYIgaCRA9TVsSAnZWagAAPhsP/i/P5H+sYxNKNHthvseF\neMnr1ILjc2iMjTf2ykHdVLxg7RG6Fx4A1fKaOqimEC97MqJtd18maHDZwF+H\nPFnmZPzoqk0ikqYbWWMYqPkTVLRyKcz483XWtY1AR4sQedk/bT49eN3zM62D\nD1XIL1FirC5M5II2nZpE3o2rpIo50/sLnydpyk70Ivu0ND8xfGRmROH3TOzc\nkqJPNwCD+vluJQpsqQfGM/boxEIT8ju5BnsjXetbR3gIwSEyrxiFaLpAdbco\nUe3X3TBG4pOWClNQMuy9Fchjo5lvljLdsxEtl0HGkQLVj9QjbIe/wiEoUz+4\nXj1IT2fuNeT1jGxSAPqn2hiGA0Ac6XyOwsu5T9tvEWGKWkFJzz/75EvFIUrD\nGR+N7fUrNlEHaPU1twceUJV3LoH6WZPmcHXgQGrf3DyUx1nHGGkZiHT1pKqo\nVHtLyZzbR8Q394VUcWeJUtM/6akGHB2W0nJpVKnejz9eif7YxLcDqcLU6NB6\n8X5nOifXvLeQrBaHBM8tPtFR8Tb6fXvuMhkW0d5Epru88FnZZESOyRoIhqyf\nXYCjtTgEjEQaYxpuTg/iPdqpuTTq8dZjm+LI/pYrcGZ0n/KAWUWfWY2UMioV\n0sO18Q4PZivRe+jtNTcwD9wuS+QOf01dIpPMgW3nME6nLTIOYz5fWf2pG6pb\np3Nt\r\n=Dk+J\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"joesavona@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"mahoney.mattj@gmail.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_14.5.3_1566607385670_0.6776664010715616"},"_hasShrinkwrap":false,"contributors":[]},"14.5.4":{"name":"graphql","version":"14.5.4","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 6.x"},"dependencies":{"iterall":"^1.2.2"},"_id":"graphql@14.5.4","_nodeVersion":"12.7.0","_npmVersion":"6.11.1","dist":{"integrity":"sha512-dPLvHoxy5m9FrkqWczPPRnH0X80CyvRE6e7Fa5AWEqEAzg9LpxHvKh24po/482E6VWHigOkAmb4xCp6P9yT9gw==","shasum":"b33fe957854e90c10d4c07c7d26b6c8e9f159a13","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-14.5.4.tgz","fileCount":498,"unpackedSize":1818705,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZ8igCRA9TVsSAnZWagAAleAP/R5rwKakO1fyZMBWam4U\nO2BhVuUxYp0276j/4wYmj16l2v1zSeTlbmxDypvfCUKgOU22KsY9GHBDOcBo\nLPQXA6er0jltYZeNN+BlSLzYPAm38VbUKZ/vLX5V29jYGH+4tRUxyqPk6ksb\nZebkzRSxeKgodfEP4LlGclCAnPRppLdSPBWOf6PTe0QmxvmgF/L0jGcCLG13\ndTgl0pF9A5UHXZaJDYUVD5Qz5Cg1WN/Eo1tppdGKLlucsqLdxXVcFfSmgeCi\n9utptc/jvFfgBVbk5V0t2SfStFCgotnNBA7qzM8jYfxbilEQqZmuPx/9dEPa\nNBbVViWlKgKzNrbk2aUjY3zzfdbjve5lUdE9hcynipDlWl0eFtFHCFsb7qcl\nIFNRxuEpzNxM/lbT7yOjmnUByt0vuL8F1YSXNM8kNwi1XZomDtgEqGveklRn\nr2F2uZGDSotLSCGMSqbs5ANFT5lhg/yW8s2aPtUPXJIi8uGexrp3bGZ+8yJ9\nELnAKcNQDIp2bVSh92EakHTn6ga/HKhG8PcihGTit17Ip31JuNSUbwP61Z5r\nPW7EmN1gdFc+hUhaWPE9OCKLb/h6nZqX8DdtzbvYZk4wM/VX94eZltgsS8NF\n+3p9IwD2uRth3h/fogk8JSXdrzfCwmmPAKlgjwghfjTJfdvN6imdUzBCC4J3\nT3K/\r\n=+U70\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"joesavona@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"mahoney.mattj@gmail.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_14.5.4_1567082656120_0.5626487782540273"},"_hasShrinkwrap":false,"contributors":[]},"14.5.5":{"name":"graphql","version":"14.5.5","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 6.x"},"dependencies":{"iterall":"^1.2.2"},"_id":"graphql@14.5.5","_nodeVersion":"12.7.0","_npmVersion":"6.11.3","dist":{"integrity":"sha512-Ly+hS+HY+gHN79ee7KTP25ZLUJJTMfpOMoDa3LSRZNFUh7w0CLAAgzuyOpOZQFAPWFwooEuakixh0EbVe+vqAA==","shasum":"7ec9d4f79f4d3c95e64c7ff6727bfe7068049d43","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-14.5.5.tgz","fileCount":498,"unpackedSize":1823377,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJde7SFCRA9TVsSAnZWagAArYIP/225/0oefMgnbNpw5lIQ\nRGKR+XOKsMYDtwqLnm405okXi0CmHcLkr8Y7f9cew1YUZKgS9V1CBw08YSAN\nBAg5tnZaV+nJ/Qe3sFhR4+UItmO0ynMUiA2vynAqKe3pEtkC+KFmd48fX0uQ\nUdo6SABlo+e0vZ9QlXrTRjvFhKFGovAmLN9oXKbyAJEOnaTeBGF49WeCEwl8\nOMSXkz1GpEFb5OyZRwWjdVwTjeL64KBhFI5tSql+zrpRBGKEtKNwKZ0UznFa\n+aJGGsjk49icm2STexV18eB8MhRwRjZC+PVEEjs+mi8mRfaQDEHj9Of0M/Zn\nX5iX9PIykD4cFT++hpHb+2SRn2IoXo7nu18fEkWqTV05MGTN/jYPH91olBtw\n6SP2l92VZiu22NA9sVTOP3cmXnMhJaiOAYJV22k9Amk0zqurR87dxpHE3ciu\neNQGvlmqQNJCGTgmBWxMKoHvQZAWWZ2GwAhoSNBIf/NESErJMzQieuxUwk9o\nYjb1FHDN9/+YvnCM+gJ6ktgLpQgBDqsP/GzRzXR+jaITmFrtFn7pCxtFZBh3\nsZZPUSgMxtxU8lMbwCr0N8cS6Y8FMXi1oKAOj73IDYZyDc7j7hz3572elYsA\n5448kflQfbM6jaXfQSzyrAVowxElRSYVXMr6psbEVl2tUM2fmtdh0EkdbOWF\nwFB0\r\n=qhQa\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"joesavona@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"mahoney.mattj@gmail.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_14.5.5_1568388228695_0.05125261452105323"},"_hasShrinkwrap":false,"contributors":[]},"14.5.6":{"name":"graphql","version":"14.5.6","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 6.x"},"dependencies":{"iterall":"^1.2.2"},"_id":"graphql@14.5.6","_nodeVersion":"12.7.0","_npmVersion":"6.11.3","dist":{"integrity":"sha512-zJ6Oz8P1yptV4O4DYXdArSwvmirPetDOBnGFRBl0zQEC68vNW3Ny8qo8VzMgfr+iC8PKiRYJ+f2wub41oDCoQg==","shasum":"3fa12173b50e6ccdef953c31c82f37c50ef58bec","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-14.5.6.tgz","fileCount":498,"unpackedSize":1823415,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdfmvRCRA9TVsSAnZWagAAv/kP/jrmH7C/sXciLMAYyzXj\nM+A1FfeO9PKVvE5KAhv4sDeGjYYSvRhOj6rLSo8MVXaup3Eo7YXhbXmOmyAO\n7WJpL5/eBVVmfx4rwXWGEUtpIHIn2CQA7B9JkcEfxPG3rca1Cade5a1m3QEI\nAO0MuyjTCR8yIc+EwCYmKKXvAdC65fqTxo6IqY7n7imfZbOj8U+6SAlZvZ43\nNmM8DboF5Wic12mwBU2qQy4ACSo63seiqAiAQcPHoUgb2bGncLgb7FDhnwbE\nhtMQEKDwm8RaeMniTEVfQ0wJqeSFsKCPL+pA+ERgoNRS3iT9/ujqVksZFEFy\nLHBiu1F8sDMA0EWS7J6ovfbkE82l0xrjZ8FD6CKeIYa22vo5B4ggUuO/iQ9P\nduQeAV0LLMy9MoGc1wwZAE0t+LDDt67VeDlI/wsDu8cuVz44+yayH86Az2jl\nc+yJnicQmEc4276loOz4z9DkU4K3WFgQ0KsHRcekaeesh+nuQ3UJf176IZuR\ntD4r1wzgzgYKnvZpqd7SOL6hDLDhuoLn9IH1Zh8Vlr/vLgxloWWeZCE7bINW\nslj75PsJeFsGzG4JPkeVLLS7CFcQ5gfANj9+j95uK958mPPbieWGbCFmDV/P\n4CVqqMflEYl//wVyA1Jc8T2oL424bTWo/UuGekhM982mTQugt4KP1G15j6qs\nGLt7\r\n=hdg9\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"joesavona@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"mahoney.mattj@gmail.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_14.5.6_1568566224851_0.16916128482816406"},"_hasShrinkwrap":false,"contributors":[]},"14.5.7":{"name":"graphql","version":"14.5.7","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 6.x"},"dependencies":{"iterall":"^1.2.2"},"_id":"graphql@14.5.7","_nodeVersion":"12.7.0","_npmVersion":"6.11.3","dist":{"integrity":"sha512-as410RMJSUFqF8RcH2QWxZ5ioqHzsH9VWnWbaU+UnDXJ/6azMDIYPrtXCBPXd8rlunEVb7W8z6fuUnNHMbFu9A==","shasum":"8646a3fcc07922319cc3967eba4a64b32929f77f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-14.5.7.tgz","fileCount":498,"unpackedSize":1823409,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdhRUWCRA9TVsSAnZWagAAV0EP/1CfQAmeqOMDJC47uyhs\nsYbpCLssKgEmKCOaXKBs8IO1zRfCCsfeS9o2q2DrHlhzBmMhSgP/4j36+Cdl\n43mYI9Ig9vKNYO0peutNbTOoL7AOV7RBaK3a+Q1pHtTF99VfAtq6VAtTliZy\nb7OyPEZAYrItzTsTBj3k0RqqYsEffccaOMiPrlWYky2McBhNKq3yakoURcgm\nfrhQXc+Db5sivKWz/lEtMyTx472v1t6SlYY7HLjkFkfk1d3ICc5tW1c4HUWr\n7NPYOABZ44ZgeHKjwMsqHfqoJHGVZbgfsfnaSzOGmGgy2NQ5JH8vdSeHbjWK\nQPbsdpcLkaTqqQ9IbOKCuo9MTsbtes7Kfv5xS1q90q+3w+XEbzKR/zgizUaN\n0Coe5NtNHxkLrvpAcvpvXiOBzAJRUGTPKsVG3wGv/rrym2F4jg9kV5CVGq1x\nF7Gtp4Hkv/iEehLlkA/i8K0M4SHMrAM0MKNQAXjqYCAZHCBeDe2tnD4A2r38\n872zolrPtLMrUpEzB61gr+O7/e6jNisuHsckA1AO4AaXKdXznpZ5ujew4ihi\nXhSJknpANuGs9fuYpLiIZ9oyqcMMbMYHCSU19q664Jpfbsf2UZyx7jFfDTZ0\nCfJDiYw5T8NhxOpMw3uwudXiYvbGXndswwbL9oOecrplUT68S66T5Lxq8x8v\nhHUb\r\n=TXMU\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"joesavona@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"mahoney.mattj@gmail.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_14.5.7_1569002773330_0.5571995238433096"},"_hasShrinkwrap":false,"contributors":[]},"14.5.8":{"name":"graphql","version":"14.5.8","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 6.x"},"dependencies":{"iterall":"^1.2.2"},"_id":"graphql@14.5.8","_nodeVersion":"12.7.0","_npmVersion":"6.11.3","dist":{"integrity":"sha512-MMwmi0zlVLQKLdGiMfWkgQD7dY/TUKt4L+zgJ/aR0Howebod3aNgP5JkgvAULiR2HPVZaP2VEElqtdidHweLkg==","shasum":"504f3d3114cb9a0a3f359bbbcf38d9e5bf6a6b3c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-14.5.8.tgz","fileCount":498,"unpackedSize":1823364,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdi3N+CRA9TVsSAnZWagAAnyMP/2IcZvyFUnI074K2XumA\ndev8vDvssN2+Nqq5HhUxK4E80A3yqJtB+GclQSWtphTwlLCF11i3gVlLUdRW\nSG2M4rJq3hNDZkMLcgXhQ0lQ44mKkiPq5DVVN4SNY9Wgs2WrUnOvvODgYlFx\nRVmG08eUTElBS0wSHcVsIiyIq2NJML5541+MUue9fRX+VKV9fS4sJMBH+K4d\niUxZAfJbBSth5ZRrj3wtgo9Xb3setSSeeUIFE2SVwNXpFeaqhUzDjFk3/W9X\nkObpCW6+Ou8BlHCUEkze9pUy5x6aRVlAzRzABFaELfTf2nDZmCtLrhQitoLp\nM51ycWDkbm1okCJ/xbYqH2qUpLIpFTIGvJMDf0h7l6Fdx2ouLzV7oO0nvz/y\nSgLTn01K/gJ4aoUfbDXA3+J9ycX+3Bvkpn72/+ns9D0pvln1y1RzEtLc7xRK\nHi7dB1XjLIiQYR9sjCrvJeTIOm+iqkc1EkEUSoP4SD61M7H29gqF97XA6eSn\naiAGmVkkT1M8mjX3xHkkR5DmD05FalSMkLAkhPs3AJLWTdOwG/xkZW7lDuCK\n00R5eIGrN8qS6E1BErwXlwJG/roHL3hy4k7rzQvufPGL3G0vHH5umoFEjBR1\nkO2vVh4DShWNmLThm7PX92X4TyOKTqWer41k+iYanU6lLUxyXQzJzw9lrKpJ\n0cQ9\r\n=XfJ3\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"joesavona@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"mahoney.mattj@gmail.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_14.5.8_1569420157675_0.7271240948818118"},"_hasShrinkwrap":false,"contributors":[]},"15.0.0-alpha.1":{"name":"graphql","version":"15.0.0-alpha.1","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 8.x"},"dependencies":{"iterall":"^1.2.2"},"publishConfig":{"tag":"alpha"},"readmeFilename":"README.md","_id":"graphql@15.0.0-alpha.1","_nodeVersion":"12.7.0","_npmVersion":"6.12.0","dist":{"integrity":"sha512-TB/CnOxBPo7+mqtYX0cuKcLYWLiwy9VgCWad9XcsrwfoGMuijiQH1CMsGKEhCirMN8FmRjm1o4C3MPn8PcOxxg==","shasum":"87b9a6b8825a8863e57ea1b1f261b1d406e88c63","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-15.0.0-alpha.1.tgz","fileCount":486,"unpackedSize":1805353,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdpMhMCRA9TVsSAnZWagAAyugP/it1hyXiBm3ttIu5wTZh\nRdTXYc9xAyscKDONtQJEQQOvb8xeDCDEK0+yOIV5v/EdzC7DkMEX1MLsybg2\nqBaYQImzO78Pw824LDV/6RcgwvSLkRY3TIs0cHmB3EC2xJYmhTkLNByLNZ+9\nsJxyFlsE2O198odNvE1+Nn927+3YXS+e0InMBCWMVjXgxTUBx7tDDJF4M+Re\nbODNsD3sRCiaZHBGc7NbzOuKqhb5BfQwE7Vln8UhIWefSWn9qxySf7JuHZKG\nZJ1TGyvbsalq2RP2moPuaRZt8NmpZubMIrdXztbW2L7uwdU8L38pyhxlnolO\niuILrkt2ngFkqfB+v7xkhGxIL/6IQ0xXpRfc3H4RtnFbEg36bzAovsCX6RAa\nYNT5460uUzXPgyke0Cw+CAGPgOPYjR/Y0yOSWh39EjnDP9mizW6UUitsj3xB\nUPCMRU5+RSTFy1tnlXLxNPBJA7cee4Sq+GtapWeD5tyadJqVrAxKie3wmtGQ\nl4zdBFVrkwkZ59jxXYUjgOCxozZxK65qF5Z+gU0nP6v0UTheAz/fqaVZyjeg\n70JPWWwxf5YXk2ntbegFx9M8tD9XbTErbukvboZZ+p/C7AMH8xzS/MQjQyp7\nM0OLnH+llLRrMRuqfEP8sVK2xVuIh+EOP+uRrNZgZeikS1MUWXlkOVP9hkmW\nv/SR\r\n=RxER\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"joesavona@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"mahoney.mattj@gmail.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_15.0.0-alpha.1_1571080267565_0.7775191557192094"},"_hasShrinkwrap":false,"contributors":[]},"15.0.0-alpha.2":{"name":"graphql","version":"15.0.0-alpha.2","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 10.x"},"dependencies":{"iterall":"^1.2.2"},"publishConfig":{"tag":"alpha"},"readmeFilename":"README.md","_id":"graphql@15.0.0-alpha.2","_nodeVersion":"13.3.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-OwI3D5b168+zbIb0NnjJyKbgonYW/QBACzVNZzdYSlGv5Jid1/UI5C1JEzIUAwWCoOKMuxMufaPmsDeu6vDGDg==","shasum":"5c6277999702e7c649fbddb899e30039ff390436","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-15.0.0-alpha.2.tgz","fileCount":486,"unpackedSize":1802144,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeCFz+CRA9TVsSAnZWagAAf74P/i+NFmFZ3KlXzf3pxQTs\nUXgt/Iqx7JE495KMBrmhHEdfJ+6FUFOB9pxEnRI5xKJSkBgNOlsrbM4eZOoZ\nTr67FNbsc0VkVjsA3EXBVXjKifK4hHRxnEloPtVsNCuMMaxnOrbWC283LnGy\nNzysj3bz/T9dsM2QnqP+f6vwdYZp0OtmtGGiGQRoEIHQxEobbfXHg86vrELc\nmS8wJlTPi0JxYNNcrYMSlAY5GBUYwNNxqkjxMjoOmDYg6y8JFJzULv++Bm+e\nWCKxdFhurLMACXbeX7KUYDDROjJ3Wcrxbc8EQ97aC+3/xtegxJh6XtjhCgqL\nkjK/kihiAAJOqxEGGu+wtb2X7Fa1RZ8XH63jkGWCPAnEESCXLYX5caS45OXU\nV3+akMIQSKAOkMzKhP3F8a6gSD10gGhwsUR3JDgkVnRIjBqtMvcUrYZeHH1s\nh6sfqbsD22BsTDDHVIaBECZP2jQV7w22gmSbyAdMdkmgp223P3CzP1/m2epn\nsEecQnIetOedrMUuvR0zWhYbLk/35UrhjZbf3yysXcIOVJTC9V4iEda6nrmF\np3zZxfZRXUp1KfQ25FXCyOsG20c0by/E34g+mGsVg/3lcreKvHHw0jPYa6Zg\nh40VvSm41iXWVe67ssTIu1TGFkNBq+pgXNzkIs6jyJs+RyKRaIIXqf4OMLiD\nkU/s\r\n=nxCD\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"joesavona@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"mahoney.mattj@gmail.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_15.0.0-alpha.2_1577606398333_0.26193850106209693"},"_hasShrinkwrap":false,"contributors":[]},"15.0.0-rc.1":{"name":"graphql","version":"15.0.0-rc.1","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 10.x"},"dependencies":{"iterall":"^1.3.0"},"publishConfig":{"tag":"rc"},"readmeFilename":"README.md","_id":"graphql@15.0.0-rc.1","_nodeVersion":"13.3.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-yuuP9Pjtl6Pf2js/P9WKEcCBql3fTlYqBOX8EdW9Di/Y3VyK56tdK4KLULDsgIni5gcqv8GgtY5j/DMho+RXYw==","shasum":"246c5c02ee60d2fe2f670bf97847da9ad95e7e0c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-15.0.0-rc.1.tgz","fileCount":486,"unpackedSize":1808680,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeEyEfCRA9TVsSAnZWagAAMk4P+gPehXyDeDscYUp6jbht\n1/b2K564eD5YayMV4Ji1zIyaR2rQGxrR4ygiWfEz215wNBwiDsx5SJa40qas\nzPauJfv7CJ6IXBNOpB7JkcIaJciharrRZSgc3tU8rNWCxc7uXWBE2e8SY/9B\n4JI5HcfuABZEhdOx13j3RKe73yrFjt+OjaYWkY9WKcgzkr8t8WGuLM9zhUJY\nRlxk3Mm0jnuqSdFxlBfhWu/W5MAlwJtvindN7/gEAwIWOjraDtc8TlfJNkrg\nJy3EAyHrJD7AJHrUd3O2damcqtN6la85vx+wKkUn8SN1UGYKFX+3udDvHZso\nNXjSdlMFwUwMuNIiaFqCivSjAFmjbOsN+WYtzFHnzqIcxxnzucx4b1WNMX1D\ng4JqcVcxoEZTE6Nq7BWbMpRzNsVpuJN07kiFAZbj0sAEfZjp6M/CCzfi+ZbT\nV8CqdmgRIqMM58vSXalT65Jy5pSrcX5/unEfQS2SGlcH/In/IYDkuJ1z7VmZ\nLyozcurLrbgk7ZQw9wSibbBMI2iptE7Ss3Bf7NtbMxlF3ley2y4SmYD07AHJ\n0T4T82vaK40mRX8IYMCd+WvoOeJS9ax3RUECbZ2FSETmQoYV63EWBN4U6RFo\npQddeD6vH/GmaR1Hiw7sMoAlt7FyeLBJKbF+ZO4IaUS49xWrOJEnY5zrsCQ5\nur9E\r\n=5nyo\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"joesavona@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"mahoney.mattj@gmail.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_15.0.0-rc.1_1578311966917_0.5856137703713236"},"_hasShrinkwrap":false,"contributors":[]},"14.6.0":{"name":"graphql","version":"14.6.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 6.x"},"dependencies":{"iterall":"^1.2.2"},"_id":"graphql@14.6.0","_nodeVersion":"13.7.0","_npmVersion":"6.13.6","dist":{"integrity":"sha512-VKzfvHEKybTKjQVpTFrA5yUq2S9ihcZvfJAtsDBBCuV6wauPu1xl/f9ehgVf0FcEJJs4vz6ysb/ZMkGigQZseg==","shasum":"57822297111e874ea12f5cd4419616930cd83e49","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-14.6.0.tgz","fileCount":498,"unpackedSize":1830006,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeLb1iCRA9TVsSAnZWagAAofkQAICOcs8g+4JWExmS7XoW\ndMRuOU7YLbjMp0TdUyGwatH3iN08tYMKxzLmiZFpj5A4nUzPinKCaTsnOhGB\nzPzCcGU7o+wv8O9J+h1vGYq1TOSPhBA8lNrnlMnOZSLyUAn9d4E6DQNJio/d\nLkQLirB8c8dIYG8lZdpE04IgxP2sOg3JHDDO+rEYY9pO+2ue4G8F4zjQ0TYJ\np7P42LbB/aR7hqviSaLR5BmsJdfF6v3toT3vOD82K2Ai8b5Uekw/+lJ/z3+o\nu/OANyc0HNGTeAlffH34QcHvZVETSxQP9nFA+axm7foGimC0aeuqvGarptqq\nvQ1MjVYSnX2nqlWeIpAu5XQKL1DzAhZIjgUpTZaGz0Q6KuAE9b2orQPBvHW3\nl+ErDu7/m66AyaevelpKJIh/GzFJ1Kwzy/kL5bdFhzWh+1F9jaO/vM2XWMWi\nje4l0yXl9Jt18Sqj5ab31+yHNE6gcgvEtDuvtSPovdL8RpjB/RGV5tAjhHwI\n69XMQZcHjXIpwrrAIMJaLyEw6iXl/eHoB9BmHAdLVrynoCpOiZvgZ+EE0NVj\nu7+59+kFia0G7rr+k/dUGcURyfoTPmVrZCR+6bgR+35NiVw+lIti4BKu/bmy\nwX1iQ9LbO0RiEFuxiz+obk70L9sJVMR+BSAm4lOlHtvWi9N/3ANxFjyGE9O/\nCmfw\r\n=Lo8g\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"joesavona@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"mahoney.mattj@gmail.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_14.6.0_1580055904994_0.395855401909071"},"_hasShrinkwrap":false,"contributors":[]},"15.0.0-rc.2":{"name":"graphql","version":"15.0.0-rc.2","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 10.x"},"dependencies":{},"publishConfig":{"tag":"rc"},"readmeFilename":"README.md","_id":"graphql@15.0.0-rc.2","_nodeVersion":"13.7.0","_npmVersion":"6.13.6","dist":{"integrity":"sha512-X9ZybETBiZ5zndyXm/Yn3dd0nJqiCNZ7w06lnd0zMiCtBR/KQGgxJmnf47Y/P/Fy7JXM4QDF+MeeoH724yc3DQ==","shasum":"6549e52e5415ac08900c432b22d34500c0c3635f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-15.0.0-rc.2.tgz","fileCount":514,"unpackedSize":1879080,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQX9oCRA9TVsSAnZWagAAq1cQAIWKpa0BeWogsnq/LQ37\ncN8nveA6/HPipcKkZzsA8ALLzm7SUGExa++tGdScH29M52TFaAOU8wn5h86y\n9Qja72TKZF/Xjl+GAGsrLsVG+MAdcgRT6nTwjMoWKIcyHU29oa9Z6aM71r+F\nMwIHECOkMTtMUpMM0Mz0P+AEAxtaLqHuheZNYiwaTp3ttaR/TPwQRzQbSb+A\nIADQN0M1X4MLGySn8C6+8PVk28E5V38gCKUsy/fmhAOOgr1pMaPhjcYxO2Xe\n+B725zb87Ytjjd8BF6YIfA6AsaYPTZB/VQ+OZxkHasE6mAkYuxhATpGGWDGn\nQOi1YGvnxGXB/qdKbWswE6sLAFVf5QCSySlpNgu3Hutqe1EXn2rD6JbVW8hK\nuK8lb+A8ABqjEE4oVEk2+B8QQI7gz/4swnnTir6RhEc1y1hWbc0IZVimPURH\nIx31iijjPObSZ17WhlHjokE0WpxKyP8U5loKtF3a9iebKfw40nPsUdGTOE/q\nY5NoVWi0X11v+g+3zGznDIRWJ17qUzFonx3+mdyHmAPyPrGQDiqJCKcIRAPW\ndaWvaieEUM9FRVcv3yu5vEZfAUrNuwufLEJyclJqVfEv/kSDEt2c7+RXEITg\nge6G57UfrCJYC39xbiMVslhAIVc3OTRT+SJES5SZuVogKZD8Vatgb/ngmNSE\nA2fa\r\n=2qP/\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"joesavona@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"mahoney.mattj@gmail.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_15.0.0-rc.2_1581350760482_0.09324420240717823"},"_hasShrinkwrap":false,"contributors":[]},"15.0.0":{"name":"graphql","version":"15.0.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 10.x"},"dependencies":{},"_id":"graphql@15.0.0","_nodeVersion":"13.7.0","_npmVersion":"6.13.6","dist":{"integrity":"sha512-ZyVO1xIF9F+4cxfkdhOJINM+51B06Friuv4M66W7HzUOeFd+vNzUn4vtswYINPi6sysjf1M2Ri/rwZALqgwbaQ==","shasum":"042a5eb5e2506a2e2111ce41eb446a8e570b8be9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-15.0.0.tgz","fileCount":514,"unpackedSize":1887920,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehgFRCRA9TVsSAnZWagAAPUUP/i4CfQyEYOW14FjHb3ir\n3TK0AIADXOefn8d8eCsd6ACqMoqvuYBSoLBFwEgmQ72dn7THqjZXbnLNxjYr\ngAVxHpLmNcjYGjNR7crns0Vrg6FsmsQiXXUCuJcpGylW9rmtBaKmvCewisZ2\nK00qQYVVZe1x7SZAR3Cp002Icu85g/m9G4f1JvoL5VAb2kIRnHiDdfaoPKvl\nIvYujxFukroDPQcrbQJ1Qxmdo439jCdUbHoBkTfvgynmUyNIdJ684dTfpGKJ\n6vwsjMh8S4c4aWQm8mVSXCPG5MCzbOLK9k5onLpTFyLWWSP5/ZjO6B43opDU\nmEL7rc2CUys99cyQhvScgXOdsbquKJSQtAArW2PBkwMHLAa1eEefFUOmJtnh\nOrQNWf0b0vwFH2eB5CJxYsuow0jG1xHkPWchLuvYwMm3xMYhkU/AuAC97NgB\nfEE7ge+hoT49/jSZD3qUWvFjx0+sWSem/6xwcmAerdMM0sIYBWGujqaRYhTm\nf9Vw5FyqRvoXxM/irRUJ3Hb62p5Zg8n0arXe29UHUpwaW80dZXpKjqKYlrAl\nCD/ew5K/8meByyKox6YQEdmYOk24fHLdRab9c7EZeRKnAYhpJpl56l8ls52+\ncPv6yRAQEndoKRjTcHJfe8PjB0YfVXutb5OnHxZMS5ryCrrJRNtWqS5b30Od\nAwuy\r\n=Ikeb\r\n-----END PGP SIGNATURE-----\r\n"},"maintainers":[{"email":"asiandrummer@gmail.com","name":"anonymous"},{"email":"joesavona@fb.com","name":"anonymous"},{"email":"jkassens@fb.com","name":"anonymous"},{"email":"lee@leebyron.com","name":"anonymous"},{"email":"mahoney.mattj@gmail.com","name":"anonymous"},{"email":"greg@hurrell.net","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_15.0.0_1585840464632_0.389335110124299"},"_hasShrinkwrap":false,"contributors":[]},"15.1.0":{"name":"graphql","version":"15.1.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 10.x"},"dependencies":{},"_id":"graphql@15.1.0","_nodeVersion":"14.1.0","_npmVersion":"6.14.4","dist":{"shasum":"b93e28de805294ec08e1630d901db550cb8960a1","size":400585,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-15.1.0.tgz"},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"}],"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_15.1.0_1591548172841_0.6969759707526613"},"_hasShrinkwrap":false,"publish_time":1591548173015,"_cnpm_publish_time":1591548173015,"contributors":[]},"14.7.0":{"name":"graphql","version":"14.7.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 6.x"},"dependencies":{"iterall":"^1.2.2"},"_id":"graphql@14.7.0","_nodeVersion":"14.4.0","_npmVersion":"6.14.4","dist":{"shasum":"7fa79a80a69be4a31c27dda824dc04dac2035a72","size":388423,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-14.7.0.tgz"},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"}],"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_14.7.0_1594054570290_0.8331251323411255"},"_hasShrinkwrap":false,"publish_time":1594054570444,"_cnpm_publish_time":1594054570444,"contributors":[]},"15.3.0":{"name":"graphql","version":"15.3.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 10.x"},"dependencies":{},"_id":"graphql@15.3.0","_nodeVersion":"14.4.0","_npmVersion":"6.14.4","dist":{"shasum":"3ad2b0caab0d110e3be4a5a9b2aa281e362b5278","size":404572,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-15.3.0.tgz"},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"}],"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_15.3.0_1593976519965_0.4647055237866109"},"_hasShrinkwrap":false,"publish_time":1593976520148,"_cnpm_publish_time":1593976520148,"contributors":[]},"15.2.0":{"name":"graphql","version":"15.2.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 10.x"},"dependencies":{},"_id":"graphql@15.2.0","_nodeVersion":"14.4.0","_npmVersion":"6.14.4","dist":{"shasum":"d9c655a523a3196d4b23657ec6ec5963b3bd4970","size":404476,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-15.2.0.tgz"},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"}],"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_15.2.0_1593432415653_0.4205300562744523"},"_hasShrinkwrap":false,"publish_time":1593432415932,"_cnpm_publish_time":1593432415932,"contributors":[]},"15.4.0-experimental-stream-defer.1":{"name":"graphql","version":"15.4.0-experimental-stream-defer.1","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 10.x"},"dependencies":{},"publishConfig":{"tag":"experimental-stream-defer"},"readmeFilename":"README.md","_id":"graphql@15.4.0-experimental-stream-defer.1","_nodeVersion":"14.12.0","_npmVersion":"6.14.8","dist":{"shasum":"46ae3fd2b532284575e7ddcf6c4f08aa7fe53fa3","size":444800,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-15.4.0-experimental-stream-defer.1.tgz"},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"}],"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_15.4.0-experimental-stream-defer.1_1603896650697_0.0056538546981601545"},"_hasShrinkwrap":false,"publish_time":1603896650882,"_cnpm_publish_time":1603896650882,"contributors":[]},"15.4.0":{"name":"graphql","version":"15.4.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 10.x"},"dependencies":{},"_id":"graphql@15.4.0","_nodeVersion":"14.12.0","_npmVersion":"6.14.8","dist":{"shasum":"e459dea1150da5a106486ba7276518b5295a4347","size":432261,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-15.4.0.tgz"},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"}],"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_15.4.0_1603730250919_0.8862684346412686"},"_hasShrinkwrap":false,"publish_time":1603730251242,"_cnpm_publish_time":1603730251242,"contributors":[]},"15.5.0":{"name":"graphql","version":"15.5.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 10.x"},"_id":"graphql@15.5.0","_nodeVersion":"15.3.0","_npmVersion":"7.0.14","dist":{"shasum":"39d19494dbe69d1ea719915b578bf920344a69d5","size":434896,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-15.5.0.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_15.5.0_1611681949912_0.7926956532451304"},"_hasShrinkwrap":false,"publish_time":1611681950170,"_cnpm_publish_time":1611681950170,"contributors":[]},"16.0.0-alpha.1":{"name":"graphql","version":"16.0.0-alpha.1","description":"","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"alpha"},"readmeFilename":"README.md","_id":"graphql@16.0.0-alpha.1","_nodeVersion":"16.0.0","_npmVersion":"7.10.0","dist":{"shasum":"75629c42d436e97db3acd3af54994be4a4d97938","size":381433,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.0.0-alpha.1.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.0.0-alpha.1_1620998802027_0.793998929152842"},"_hasShrinkwrap":false,"publish_time":1620998802288,"_cnpm_publish_time":1620998802288,"contributors":[]},"16.0.0-alpha.2":{"name":"graphql","version":"16.0.0-alpha.2","description":"","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"alpha"},"readmeFilename":"README.md","_id":"graphql@16.0.0-alpha.2","_nodeVersion":"16.0.0","_npmVersion":"7.10.0","dist":{"shasum":"d439c7185be5f46131f877df02d6f9ccac169d8b","size":382384,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.0.0-alpha.2.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.0.0-alpha.2_1621903669625_0.8169399975596452"},"_hasShrinkwrap":false,"publish_time":1621903669808,"_cnpm_publish_time":1621903669808,"contributors":[]},"16.0.0-alpha.3":{"name":"graphql","version":"16.0.0-alpha.3","description":"","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"alpha"},"readmeFilename":"README.md","_id":"graphql@16.0.0-alpha.3","_nodeVersion":"16.0.0","_npmVersion":"7.10.0","dist":{"shasum":"ccd9fc60ff26e198d6541725d75ebdee0e9e4501","size":264996,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.0.0-alpha.3.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.0.0-alpha.3_1622761213305_0.8310189038298459"},"_hasShrinkwrap":false,"publish_time":1622761213455,"_cnpm_publish_time":1622761213455,"contributors":[]},"16.0.0-alpha.4":{"name":"graphql","version":"16.0.0-alpha.4","description":"","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"alpha"},"readmeFilename":"README.md","_id":"graphql@16.0.0-alpha.4","_nodeVersion":"16.0.0","_npmVersion":"7.10.0","dist":{"shasum":"a1570a68c5cfa80703c317183a6b2877d501de27","size":265746,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.0.0-alpha.4.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.0.0-alpha.4_1623660465544_0.681927636308695"},"_hasShrinkwrap":false,"publish_time":1623660465794,"_cnpm_publish_time":1623660465794,"contributors":[]},"16.0.0-alpha.3.experimental-stream-defer.2":{"name":"graphql","version":"16.0.0-alpha.3.experimental-stream-defer.2","description":"","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"alpha"},"readmeFilename":"README.md","_id":"graphql@16.0.0-alpha.3.experimental-stream-defer.2","_nodeVersion":"16.0.0","_npmVersion":"7.10.0","dist":{"shasum":"818d9340c842d26fdf531dbc5357508ecb8779ab","size":274238,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.0.0-alpha.3.experimental-stream-defer.2.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.0.0-alpha.3.experimental-stream-defer.2_1622821985373_0.4942398237424963"},"_hasShrinkwrap":false,"publish_time":1622821985616,"_cnpm_publish_time":1622821985616,"contributors":[]},"15.5.1":{"name":"graphql","version":"15.5.1","description":"","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 10.x"},"_id":"graphql@15.5.1","_nodeVersion":"16.0.0","_npmVersion":"7.10.0","dist":{"shasum":"f2f84415d8985e7b84731e7f3536f8bb9d383aad","size":431931,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-15.5.1.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_15.5.1_1624198989258_0.9399884480617031"},"_hasShrinkwrap":false,"publish_time":1624198989468,"_cnpm_publish_time":1624198989468,"contributors":[]},"16.0.0-alpha.5":{"name":"graphql","version":"16.0.0-alpha.5","description":"","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"alpha"},"readmeFilename":"README.md","_id":"graphql@16.0.0-alpha.5","_nodeVersion":"16.0.0","_npmVersion":"7.10.0","dist":{"shasum":"8ae76728e91a50c59197a03cdbad9beb7fb9f704","size":265921,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.0.0-alpha.5.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.0.0-alpha.5_1624179818895_0.022472520656792394"},"_hasShrinkwrap":false,"publish_time":1624179819129,"_cnpm_publish_time":1624179819129,"contributors":[]},"15.5.2":{"name":"graphql","version":"15.5.2","description":"","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 10.x"},"_id":"graphql@15.5.2","_nodeVersion":"16.0.0","_npmVersion":"7.10.0","dist":{"shasum":"efa19f8f2bf1a48eb7d5c85bf17e144ba8bb0480","size":434238,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-15.5.2.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_15.5.2_1630336784924_0.10829177545858548"},"_hasShrinkwrap":false,"publish_time":1630336785108,"_cnpm_publish_time":1630336785108,"contributors":[]},"16.0.0-rc.2.experimental-stream-defer.3":{"name":"graphql","version":"16.0.0-rc.2.experimental-stream-defer.3","description":"","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"experimental-stream-defer"},"readmeFilename":"README.md","_id":"graphql@16.0.0-rc.2.experimental-stream-defer.3","_nodeVersion":"16.0.0","_npmVersion":"7.10.0","dist":{"shasum":"3487d10c42eae8fff6b2a9f0d3fb8b59a7695f9f","size":279236,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.0.0-rc.2.experimental-stream-defer.3.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.0.0-rc.2.experimental-stream-defer.3_1630332405220_0.7612126200803402"},"_hasShrinkwrap":false,"publish_time":1630332405372,"_cnpm_publish_time":1630332405372,"contributors":[]},"16.0.0-rc.2":{"name":"graphql","version":"16.0.0-rc.2","description":"","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"rc"},"readmeFilename":"README.md","_id":"graphql@16.0.0-rc.2","_nodeVersion":"16.0.0","_npmVersion":"7.10.0","dist":{"shasum":"6b490fe53ae0b2a746d7cef568c10184d20b80cb","size":269547,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.0.0-rc.2.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.0.0-rc.2_1630330506641_0.8809410305058105"},"_hasShrinkwrap":false,"publish_time":1630330506838,"_cnpm_publish_time":1630330506838,"contributors":[]},"16.0.0-rc.1":{"name":"graphql","version":"16.0.0-rc.1","description":"","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"rc"},"readmeFilename":"README.md","_id":"graphql@16.0.0-rc.1","_nodeVersion":"16.0.0","_npmVersion":"7.10.0","dist":{"shasum":"745761de02ed87dbb3b901d202e5faf9a9146d9d","size":269530,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.0.0-rc.1.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.0.0-rc.1_1629975979485_0.8777516170382675"},"_hasShrinkwrap":false,"publish_time":1629975979781,"_cnpm_publish_time":1629975979781,"contributors":[]},"15.5.3":{"name":"graphql","version":"15.5.3","description":"","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 10.x"},"_id":"graphql@15.5.3","_nodeVersion":"16.0.0","_npmVersion":"7.10.0","dist":{"shasum":"c72349017d5c9f5446a897fe6908b3186db1da00","size":434243,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-15.5.3.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_15.5.3_1630902089825_0.09347312960230747"},"_hasShrinkwrap":false,"publish_time":1630902090101,"_cnpm_publish_time":1630902090101,"contributors":[]},"15.6.0":{"name":"graphql","version":"15.6.0","description":"","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 10.x"},"_id":"graphql@15.6.0","_nodeVersion":"16.0.0","_npmVersion":"7.10.0","dist":{"shasum":"e69323c6a9780a1a4b9ddf7e35ca8904bb04df02","size":434289,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-15.6.0.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_15.6.0_1632156261457_0.8868362699132217"},"_hasShrinkwrap":false,"publish_time":1632156261816,"_cnpm_publish_time":1632156261816,"contributors":[]},"16.0.0-rc.3":{"name":"graphql","version":"16.0.0-rc.3","description":"","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"rc"},"readmeFilename":"README.md","_id":"graphql@16.0.0-rc.3","_nodeVersion":"16.0.0","_npmVersion":"7.10.0","dist":{"shasum":"c10ebb2c1ae551e45c058f928dbfcc1d5869730e","size":274215,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.0.0-rc.3.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.0.0-rc.3_1633453799148_0.371144325011332"},"_hasShrinkwrap":false,"publish_time":1633453799339,"_cnpm_publish_time":1633453799339,"contributors":[]},"15.6.1":{"name":"graphql","version":"15.6.1","description":"","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 10.x"},"_id":"graphql@15.6.1","_nodeVersion":"16.0.0","_npmVersion":"7.10.0","dist":{"shasum":"9125bdf057553525da251e19e96dab3d3855ddfc","size":434384,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-15.6.1.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_15.6.1_1633435459878_0.8391065479650648"},"_hasShrinkwrap":false,"publish_time":1633435460092,"_cnpm_publish_time":1633435460092,"contributors":[]},"16.0.0-rc.4":{"name":"graphql","version":"16.0.0-rc.4","description":"","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"rc"},"readmeFilename":"README.md","_id":"graphql@16.0.0-rc.4","_nodeVersion":"16.0.0","_npmVersion":"7.10.0","dist":{"shasum":"fb6f1f5dfcc2005fc78ebacea80cb43118084488","size":276215,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.0.0-rc.4.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.0.0-rc.4_1634127005471_0.13820687795578102"},"_hasShrinkwrap":false,"publish_time":1634127005682,"_cnpm_publish_time":1634127005682,"contributors":[]},"16.0.0-rc.5":{"name":"graphql","version":"16.0.0-rc.5","description":"","license":"MIT","main":"index","module":"index.mjs","types":"NotSupportedTSVersion.d.ts","typesVersions":{">=4.1.0":{"*":["index.d.ts"],"*/*":["*/index.d.ts"],"*/*/*":["*/*"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"rc"},"readmeFilename":"README.md","gitHead":"4c9bf037ed32b8a9bd2215b264c8b89e1f6c86c2","_id":"graphql@16.0.0-rc.5","_nodeVersion":"16.11.1","_npmVersion":"8.0.0","dist":{"shasum":"0fe8b93890f5e5362ba24a2d743b3ddc964b4b8d","size":276832,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.0.0-rc.5.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.0.0-rc.5_1634561000139_0.6879832163901809"},"_hasShrinkwrap":false,"publish_time":1634561000308,"_cnpm_publish_time":1634561000308,"contributors":[]},"16.0.0-rc.6":{"name":"graphql","version":"16.0.0-rc.6","description":"","license":"MIT","main":"index","module":"index.mjs","types":"NotSupportedTSVersion.d.ts","typesVersions":{">=4.1.0":{"*":["index.d.ts"],"*/*":["*/index.d.ts"],"*/*/*":["*/*"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"rc"},"readmeFilename":"README.md","gitHead":"d35bca5f7e1eea49804c46ef9c7bd35791759b6d","_id":"graphql@16.0.0-rc.6","_nodeVersion":"16.11.1","_npmVersion":"8.1.0","dist":{"shasum":"5de863dfef5c38e2b72e4da7d669adecdea992d1","size":276605,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.0.0-rc.6.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.0.0-rc.6_1634992587062_0.11782640016264256"},"_hasShrinkwrap":false,"publish_time":1634992587281,"_cnpm_publish_time":1634992587281,"contributors":[]},"16.0.0-rc.7.experimental-stream-defer.4":{"name":"graphql","version":"16.0.0-rc.7.experimental-stream-defer.4","description":"","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"experimental-stream-defer"},"types":"./index.d.ts","readmeFilename":"README.md","gitHead":"264a7e8ba09b38a972fbdf48e06f8550d61df726","_id":"graphql@16.0.0-rc.7.experimental-stream-defer.4","_nodeVersion":"16.11.1","_npmVersion":"8.1.0","dist":{"shasum":"c733d365f3130746c9cc8a85db7ec81258b8f388","size":286184,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.0.0-rc.7.experimental-stream-defer.4.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.0.0-rc.7.experimental-stream-defer.4_1635351372515_0.38241420172213836"},"_hasShrinkwrap":false,"publish_time":1635351372682,"_cnpm_publish_time":1635351372682,"contributors":[]},"15.7.1":{"name":"graphql","version":"15.7.1","description":"","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 10.x"},"gitHead":"7dc29fd0367e2c9ed3a901c1d809a56edca6b2cf","_id":"graphql@15.7.1","_nodeVersion":"16.11.1","_npmVersion":"8.1.0","dist":{"shasum":"c821a1741e04e2bc2c91e138f34c06a86c0464f1","size":434692,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-15.7.1.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_15.7.1_1635349130941_0.18602145869616593"},"_hasShrinkwrap":false,"publish_time":1635349131158,"_cnpm_publish_time":1635349131158,"contributors":[]},"16.0.0-rc.7":{"name":"graphql","version":"16.0.0-rc.7","description":"","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"rc"},"types":"./index.d.ts","readmeFilename":"README.md","gitHead":"6453612a6c40a1f8ad06845f1516c5f0dafa666c","_id":"graphql@16.0.0-rc.7","_nodeVersion":"16.11.1","_npmVersion":"8.1.0","dist":{"shasum":"8a2c07efe45685710a9e7a06c1ff6e9e4b39dcc3","size":276595,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.0.0-rc.7.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.0.0-rc.7_1635341362160_0.2106845139799014"},"_hasShrinkwrap":false,"publish_time":1635341362377,"_cnpm_publish_time":1635341362377,"contributors":[]},"15.7.0":{"name":"graphql","version":"15.7.0","description":"","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 10.x"},"gitHead":"c7ab7eb4dc98c064a8c96138bba583475c131737","_id":"graphql@15.7.0","_nodeVersion":"16.11.1","_npmVersion":"8.1.0","dist":{"shasum":"caace26caf9b875b80982c45db58765d8a060e3e","size":434689,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-15.7.0.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_15.7.0_1635278589595_0.8047558485572741"},"_hasShrinkwrap":false,"publish_time":1635278589841,"_cnpm_publish_time":1635278589841,"contributors":[]},"16.0.0-experimental-stream-defer.5":{"name":"graphql","version":"16.0.0-experimental-stream-defer.5","description":"","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"experimental-stream-defer"},"types":"./index.d.ts","readmeFilename":"README.md","gitHead":"bdf89b35208c37a01fa51d9ed18b065a0a9da749","_id":"graphql@16.0.0-experimental-stream-defer.5","_nodeVersion":"16.11.1","_npmVersion":"8.1.0","dist":{"shasum":"d668566fd33053a054dc5367c38c20a4ac4e4224","size":286141,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.0.0-experimental-stream-defer.5.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.0.0-experimental-stream-defer.5_1635455054757_0.18374700334647187"},"_hasShrinkwrap":false,"publish_time":1635455054962,"_cnpm_publish_time":1635455054962,"contributors":[]},"16.0.0":{"name":"graphql","version":"16.0.0","description":"","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"types":"./index.d.ts","gitHead":"7ca43c87bc9cc30b0b931c553908a2db77abb3cc","_id":"graphql@16.0.0","_nodeVersion":"16.11.1","_npmVersion":"8.1.0","dist":{"shasum":"5724f2767aefa543418e83671372117c39408c8f","size":276550,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.0.0.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.0.0_1635450908329_0.42473104935360695"},"_hasShrinkwrap":false,"publish_time":1635450908577,"_cnpm_publish_time":1635450908577,"contributors":[]},"15.7.2":{"name":"graphql","version":"15.7.2","description":"","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 10.x"},"gitHead":"865e53453fc07d232ce58b6db36e43e9f252ca99","_id":"graphql@15.7.2","_nodeVersion":"16.11.1","_npmVersion":"8.1.0","dist":{"shasum":"85ab0eeb83722977151b3feb4d631b5f2ab287ef","size":434718,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-15.7.2.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_15.7.2_1635432389116_0.4825138417362407"},"_hasShrinkwrap":false,"publish_time":1635432389317,"_cnpm_publish_time":1635432389317,"contributors":[]},"16.0.1":{"name":"graphql","version":"16.0.1","description":"","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"types":"./index.d.ts","gitHead":"30b446938a9b5afeb25c642d8af1ea33f6c849f3","_id":"graphql@16.0.1","_nodeVersion":"17.0.1","_npmVersion":"8.1.0","dist":{"shasum":"93a13cd4e0e38ca8d0832e79614c8578bfd34f10","size":276603,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.0.1.tgz"},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.0.1_1635800968298_0.5443573267057673"},"_hasShrinkwrap":false,"publish_time":1635800968536,"_cnpm_publish_time":1635800968536,"contributors":[]},"16.1.0-experimental-stream-defer.6":{"name":"graphql","version":"16.1.0-experimental-stream-defer.6","description":"","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"experimental-stream-defer"},"types":"./index.d.ts","readmeFilename":"README.md","gitHead":"bc6b2e47512ee11c01eb5185d184990e743df736","_id":"graphql@16.1.0-experimental-stream-defer.6","_nodeVersion":"17.0.1","_npmVersion":"8.1.0","dist":{"integrity":"sha512-qNedUtVDai94Ptxz7IXHoQR/GU27cuC/SfAU2CogIEfOflr7tW52GTnAF9SDa2i8gneowK0Ye5vyeQUJpGRvAQ==","shasum":"8f00e27b11cf2c71ddec0350c663270cd3230659","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.1.0-experimental-stream-defer.6.tgz","fileCount":394,"unpackedSize":1401197,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhr9O0CRA9TVsSAnZWagAAyyQP/AoXLG6eVupse9gHn/5Y\nl9LrhPK6MIr4Ax0sEjJ23i8U9v81vgOfei5yfSywz0bOG8hO8xuP+npGimI4\n71zwUFjsjQ728d9/LXGXwClBr5Cf9dvnlf09XV+tECfTt0wRLgSN0JvmPtNA\nIcqKtmrb5Dwtwt/QBwvk1uAkVRbCg4haBWB2Ao9fd8kmMCrSQz8rHPAXR2HR\nmyQBbn/d4DsG9SzrsUIH0xWJg8ZUDtVArMq2yeoK6Xt0qE/g97IjIQoLMUlx\n/L7aCiwuigASoBuMxUHDMGWPS9HMQChelfiQ1ppypq1m6FkFxaeEOTeHHqZS\nbXfWOwY7VKuwsVYshoTJJS0XNBacZr3InADgQOd0HHh6zlDMirNsd/P7rDEa\n/qFVyNhFZyoP2cbpFp9Q04+4+dNXFzF1OdnN45zad14S0zk40EwrwQUr+0w1\nHtifg1ZSR1v1UThFy75VzQaeQx5G6wChusg2CF3FUSdaZwCNvz7h0/4slfpx\nnQEQ3kiuEb3pQK1XHFrzeo8WyPHgI6WC3IJ6RqbKgDuKsw7XLJGNoH9YBUA2\nUJmqxY0O40tUQP9iT4rYe8zEzM/YzZ+nuT2uwGjGueWN2SAQTB3tpQ+pjaBR\nCexZdWy1AgaeSGjgMGN0eTWSzV/TY+M2YsIeUzzsK07KgyVQSphoQjsAkt3Y\nxW/5\r\n=+BWm\r\n-----END PGP SIGNATURE-----\r\n","size":290820,"noattachment":false},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.1.0-experimental-stream-defer.6_1638912948214_0.08633832630990224"},"_hasShrinkwrap":false,"publish_time":1638912948412,"_cnpm_publish_time":1638912948412,"contributors":[]},"16.1.0":{"name":"graphql","version":"16.1.0","description":"","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"latest"},"types":"./index.d.ts","gitHead":"90bd6ff72625173dd39a1f82cfad9336cfad8f65","_id":"graphql@16.1.0","_nodeVersion":"17.0.1","_npmVersion":"8.1.0","dist":{"integrity":"sha512-+PIjmhqGHMIxtnlEirRXDHIzs0cAHAozKG5M2w2N4TnS8VzCxO3bbv1AW9UTeycBfl2QsPduxcVrBvANFKQhiw==","shasum":"83bebeae6e119766d04966f09de9305be7fd44e5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.1.0.tgz","fileCount":385,"unpackedSize":1334337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhr9EaCRA9TVsSAnZWagAAyf4P/3DKlxajvdviEGZPyEDu\nS+sisp9Wv/AqCjwWn0Fu6d7ZVh1ukdVYFKpNavV8nj+k9QtJ58v+KdGrK/a2\n+FSteJSngQ6O7/UH3xSWJdTkst4Dg2sVGQ+5FQ58AvIArU5/S3UTBPtnLYx5\nPTCxOfnWl7F85cURFhPvoD5U5jgUnHBIy8Q3ivHOB24IEFocFq+NZ9ztDiEX\niX5eMOIOvcA5SF4qTaX2iPbjGhRmpK6uREdQCetn3JFd/9IQx5UIjyRmB6a0\nzsG/WYM9VS/AncMCaq54r0wA+ZP2idTluL8VuOloNHSQ+XtQxZGKN5r3c86v\nNFotLoqxGAMLBOLJ+vCg3Z7qcxo5Z4lQpxC7YAs6DIWlwwbtKCNNezYoACrl\ntaQXylEbZ+FlBUg1mUzuCW7FxwLJzrz3kA1TtUlQyUdp6+HBo3MCY55JwrqB\n4pX5Ls9jqFGh1zjqSf5D91T9Hfrq3y6Oz7jNFC6OmSXd92iy7li2+Xs0WNp5\nJeD190wTuNUEx5K2tl3rYPiwNhbHlJ6jvuso9qR6FRAyFz6CRXhvI+ib6pNS\n8fRQAeoNlT89NTq0v/WY32/tuS71IwjNwYnDip/jo3Xr1uOAUu4mOIqwyA2z\ntmQN06M+MS7/Pvo69UWTNuY4zXmfFf9rehTYAYEEWswcXnDItAiA76mVK2/d\nsYvG\r\n=/GvA\r\n-----END PGP SIGNATURE-----\r\n","size":278660,"noattachment":false},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.1.0_1638912282638_0.4914656786374205"},"_hasShrinkwrap":false,"publish_time":1638912282895,"_cnpm_publish_time":1638912282895,"contributors":[]},"15.8.0":{"name":"graphql","version":"15.8.0","description":"","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 10.x"},"publishConfig":{"tag":"15.x.x"},"readmeFilename":"README.md","gitHead":"ef6688d7d7104c9834dbafa16e656dcc688bae7a","_id":"graphql@15.8.0","_nodeVersion":"17.0.1","_npmVersion":"8.1.0","dist":{"integrity":"sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==","shasum":"33410e96b012fa3bdb1091cc99a94769db212b38","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-15.8.0.tgz","fileCount":535,"unpackedSize":2118862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhr1DnCRA9TVsSAnZWagAAO6wP/05qe0qEGAIVXrXKOjSw\nnxUsSSgJn46ZM84PmlNiiwoi6cLx7byDBUMtxOsWQJcTe6Y0tnhE4ktFsqqt\n1a0B52Q2Aj+yGt+/TpLf/5pnLEEXT/gme7ofiJQVMKs2w1iNRr0jclkeRSoW\n4h+hau30l8TeSFLnYmN39GUYV31S4hLk0qhYRFuXZiuq7/7BPqW/yCC3kZuM\nbU0i/4dXUckddt3xpFYxy8KQij93p230TF2XxFAKbqYIl4JTJSwukWbs1YNw\nPWuATp0PlwtoExVX+IbXVc/edp5Ll9v7pJLMh6f29SoXx7aa5RgsMIPUDcOQ\nZ9XDFEp2lrU0Mt6jJ/f18+7WA+EhWm+zXdMVkngJCyb8hKtlxdHFj05BHtUI\n/YsM5LQbEVsYVmlqdPGc7hpAp/wRsTQh3iT4i7jQC63OGnrHDSoxjljYb2K+\n6tGKbeGlziSIxdFbwdWf3w3a91z6GLggF7DGr+2SmzPbA+HzeopGq80pQfTb\ny93kaRCHOph9SdoGBXaaT8gl+QZgoeBvy62v69+u/FuOFGu4tO3wNjX9axjA\nTC0R/BT5HRybY4bpUzfO6Y0hRttXrKrdKV5XGdkgY7rSdfchkl0gIzbW8dyo\nGNEXjsfZ9tFMXvwJV9Qt7cD4woIZ4lmTFbKhUCDIcYOuwLTdZtOvBzb3M1sS\nTFZE\r\n=1M04\r\n-----END PGP SIGNATURE-----\r\n","size":434831,"noattachment":false},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_15.8.0_1638879463132_0.1932559901671469"},"_hasShrinkwrap":false,"publish_time":1638879463375,"_cnpm_publish_time":1638879463375,"contributors":[]},"16.2.0":{"name":"graphql","version":"16.2.0","description":"","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"latest"},"types":"./index.d.ts","gitHead":"3ab82f4981970f50dd3a96e22a11839e4ec5bb7b","_id":"graphql@16.2.0","_nodeVersion":"17.0.1","_npmVersion":"8.1.0","dist":{"integrity":"sha512-MuQd7XXrdOcmfwuLwC2jNvx0n3rxIuNYOxUtiee5XOmfrWo613ar2U8pE7aHAKh8VwfpifubpD9IP+EdEAEOsA==","shasum":"de3150e80f1fc009590b92a9d16ab1b46e12b656","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.2.0.tgz","fileCount":385,"unpackedSize":1335449,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhvKVkCRA9TVsSAnZWagAAS6YP/A7IN/aSVBt+R14SLn7S\nSk71LIeBZ0BLIG67eF6cwcB6YbsEThKfRBeFyG3YFh0Tez8ydBmRur4QiWtY\nEsxMoIkRs7KiucOScasWwlBKcnEPPPy0bmaR0n9DOYQ7dRzkTaT9W3imB6D+\n+SNqAxxW/y7TwvwDIUqgNRiH4UDWclzz/sR8HNle76ECW/AU+q0iZKgB27YH\nxtI/crJOvOlyYyr8DrPHWO5NPwpsdSQf+2pEV7Fwd9VrnwDA69+mQT8/TkwZ\nZl/GO17TgRy+uMh1lNmnsxPTYqvMi9MHIkUvfAkbYECYCw+pLt2g3nCqwrt4\n2KAEeUSsY1pYQRYbIQpNUkDERFdw2ayKIcbwKtBWp92XJ9mZ476ucLTMaI47\npwj8nwqmZFRGl1gXlVuI39tcKbFbG70q4XJTqF+qZCiNIuguf8IwILHfqVSo\nu1Jm2mW4265JrOt8pGLdTm0IZNaxdaodYSeHCMaVcSIZ2rdE9BUG23R0ujQA\n06wWNL9Yn54olPWyV99YHrY7CHTxTO2hSf8dqwPScPOYe1RFMKAWxyIsglA+\njElSMuWov3Lp8lAFk1hO1xWxC3HIQFn8rNCY3+g51Hdeor8sAqUDUZHO9Bb7\nKnulvKXR7HzLKcV/y53mKj9nKAkijzjhoBT/DppI8/0AHozymrIcku0xw6lm\nxsXK\r\n=0flO\r\n-----END PGP SIGNATURE-----\r\n","size":278857,"noattachment":false},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.2.0_1639753060394_0.3795163065833864"},"_hasShrinkwrap":false,"publish_time":1639753060667,"_cnpm_publish_time":1639753060667,"contributors":[]},"16.3.0-canary.pr.3484.b6999ce061b975f1c6c99c790782323b91c5eb21":{"name":"graphql","version":"16.3.0-canary.pr.3484.b6999ce061b975f1c6c99c790782323b91c5eb21","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3484"},"types":"./index.d.ts","readmeFilename":"README.md","gitHead":"07864ab31564dd73ae66db5d82fa72503dd365fe","_id":"graphql@16.3.0-canary.pr.3484.b6999ce061b975f1c6c99c790782323b91c5eb21","_nodeVersion":"17.4.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-mNIiuobyi5O7ZWsf983te/zaylHV8Mb5IQNu5caiCWxOlq8aXodAopM8DnmDEn2B7kzBXzR7dZb+JX/2qyA3OQ==","shasum":"1613f7ffc6812d8a797599df9e77e749f289c2f3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3484.b6999ce061b975f1c6c99c790782323b91c5eb21.tgz","fileCount":388,"unpackedSize":1331157,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/n5pCRA9TVsSAnZWagAA7p8QAIyUFHnulA3RXCeFaYWS\nmEf0ym2W5l8p1XYvawkUJGFR5isPxjCzIGEnuoHGOpDd203zu4tB7x6IhsGl\ngwMg0YzjwVbODOOve7oVF2mukyua7nNsJJRYQa8R/FQZvIhuIndr49Ea/X1a\nA3uT/nnQueesTqh1XqxqlxRGIcYZSSrYFHLtgf/7HAK/xmspVOcqfj468F8w\nyto9R6FHZtCyl/xs4Tm8qOJS0RjQuUPa3tKn2pjh1xk6udP9btJVcRSvIMfB\n250b9eIzM7+/I+i/xWTfkORcl/VX5tExbZY4dNg6oBWDMjsFc9iAD3O0aMqC\nocmG6zjeV1gWG63+yBI9qot7LUbpQoSF9T4ZA2LJWlp2Lp30swt/pbgpdB12\nm4OaNn10pvYffUtQ5h2SBvujuHShHj5olCNPaREME/UDuDx9mPbi7KDj/Jmr\nGjtYFv+jBthK6rMRc5Cbrcqo95EsIbsTbU0+GM9o26nOLEtaG7d/PQMD+T/Y\nKTyRZFLO6gsE74s7bTnMnf9aF+SidQodnfURfBE200mcfMlimfo05njGOK/H\nC0X1nSH/kM50JXZMMyVRBmyVgjpn6rZ+FB1IC/0UDvI4fhdJDnd63myZmSPV\nP6yiInVrLGKjxpD5iXRHQo1sy1eTEyU7LzHqVeH1ojgYWc5DcvdtXC2QRoQB\nkMKd\r\n=RSZf\r\n-----END PGP SIGNATURE-----\r\n","size":278054},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3484.b6999ce061b975f1c6c99c790782323b91c5eb21_1644068456998_0.4350264624818705"},"_hasShrinkwrap":false,"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3484, no gurantees provided so please use your own discretion.","_cnpmcore_publish_time":"2022-02-05T13:41:08.391Z","contributors":[]},"16.3.0-canary.pr.3483.undefined":{"name":"graphql","version":"16.3.0-canary.pr.3483.undefined","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3483"},"types":"./index.d.ts","readmeFilename":"README.md","gitHead":"ea82c8c41e10b9db4d5f9ea07add41a8c73eed28","_id":"graphql@16.3.0-canary.pr.3483.undefined","_nodeVersion":"17.4.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-9U4I1COJgM2cJZZCpnCJJsqLr9B4Y1CDfrLV0/xkGr8GqERcl5opyrA33yfSQU17LGjPt4DUM7yAW8UEVV/SNw==","shasum":"090a731839488159d67d91a5cccfcbdbb6642f12","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3483.undefined.tgz","fileCount":388,"unpackedSize":1331126,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/nljCRA9TVsSAnZWagAAyEYP/12psTKYp2vFD3to9bWO\nv5P7cC6Tr7Q1aGCezVe+POsoinGbflCJPVqp9uK3jGH2vLxmkcg2fJZdcWL1\nku6mASX4loXWdLxZSZdF5yenW9seRngBdCzpMAe0eGQmWT+uZA4a2OIxxnSv\nAKARftpiquk+p/nXeNzrlK5O1Q+a0hNG71xIAzK+5KFvZX6MPLwiYzmjPDCy\nhem28R8aw4YPMaGlXrwQ0uRQE4tRpY50DKrWTwc2dTXELP4FTDBwVk1UhXqR\n99s7Wsp8G1oMPno/EbP37CXaZn6uAcguupFtj6k3RWOi5lkMGJyaA/QWdV13\nWDIuJCB3lwWRfeToD4xCrsvrEecYnLYDSsaMCyANNUiN6Yy8ou8tWz3lCfJv\nQ5CSRzW6NmtW4WdcVlaGD3GraBoQK6k2DPIhaVXj3hAjCuFOmqGFm7dv7yp6\nKT7pe8Kr7SyKe/YL6lb2RMakLG3jRwO2DYyItJfPRHyeosPF3xeayAYrFVQy\nNt0zQJhZoG9xb6zmn8qM+29VqA489L/qB5Tf6tDj8blrP8jsO2NF97ZpUnbO\nm0ELQG0+N6E53VFTK0CGLKgG2yBDrtE898hfBtIa33Pj9HSxTWVRmqwiJbo7\ni+lN/5PwoRf0sCXWU3eVJJYgynLecYc7S5zbJ1Cf+YJhhaXMWhw/FhxN2YKD\nYzAt\r\n=EzRj\r\n-----END PGP SIGNATURE-----\r\n","size":278013},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3483.undefined_1644067170862_0.2606880021286113"},"_hasShrinkwrap":false,"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3483, no gurantees provided so please use your own discretion.","_cnpmcore_publish_time":"2022-02-05T13:19:40.780Z","contributors":[]},"16.3.0-canary.pr.3482.undefined":{"name":"graphql","version":"16.3.0-canary.pr.3482.undefined","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3482"},"types":"./index.d.ts","readmeFilename":"README.md","gitHead":"ea82c8c41e10b9db4d5f9ea07add41a8c73eed28","_id":"graphql@16.3.0-canary.pr.3482.undefined","_nodeVersion":"17.4.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-Tbit0oUWRnwnrH+/JDZq+iEyDCnyOkFaJgNj+Tj9Fv6rl7D/YsxQXOTxf4lqTiIkpMBaJtolRw3Oee1fQlVX5Q==","shasum":"15da21ea0317f7d874a69036d86fa1ec2d3529d6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3482.undefined.tgz","fileCount":388,"unpackedSize":1331134,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/k5LCRA9TVsSAnZWagAAzfUP/i+2uD/Npr71xxGIM+vL\n+i4+m50IR+LRetAXr0kG2OgeZ7WqPA6TaIo0WpofNaH6NVEQOzIGF2bEu107\nNDsbWCl4opvsfG0JrTqPpMLA1P3KHyODOykAjFpUYxh8yzc50Sz41yCr2+KH\nDTyKCy6p4Ztz58e6/pBQ09XfXDb2NTH3TVF5lZiF+Vzy6UzEQqUQQBfUFsVP\nag0WVyLjNDY4IIeU5b9TAHbqz+Spn4mHbFv4oVKkcLy/mIpdKrZ5iH0MgGa7\npL2XBhM76JzPANnkjEz/wK1JK9WLlGShdusu+1vgt/iv8DRzebdLctEltu6i\nACgPEM7vVN7EiWxb1X+DBWxyaH4+hdDMBv4F/ouztGEFmdYAEAyAfdEZylvg\nfNKaF1XxeJu6J7pn3hXqliRyzydMWIpa76cwWUlpEiuPF5SAFMbqPVGQ7i7o\nfWxOOPBnGS+YxJ10OcdsbZ7sV0wDj8cW7l9vo7pWlUZGNLTOYg4QT6Ounyhm\niT0uFeJ+1jHhgRE+l30e08nGnk0zg9kREOJjA2+5OhTS3wxD7V6CEcQJ6rI1\nJPkF1+JhOqZZGbnNyx0A0+MPuJbJ8wccPF+1C398LDpow1OaInvDtwjKWQw1\nbCq3bW4mDNdq2hTvmn2KTG4tQV8bQzfIyzV8q7Fshw+sOK8MN309oCQwG55c\nJoe5\r\n=g7Ip\r\n-----END PGP SIGNATURE-----\r\n","size":278018},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3482.undefined_1644056138941_0.3380478973378338"},"_hasShrinkwrap":false,"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3482, no gurantees provided so please use your own discretion.","_cnpmcore_publish_time":"2022-02-05T10:15:46.333Z","contributors":[]},"16.3.0-canary.pr.3481.undefined":{"name":"graphql","version":"16.3.0-canary.pr.3481.undefined","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3481"},"types":"./index.d.ts","readmeFilename":"README.md","gitHead":"21abb2a89cdbaf37d6c76a1c6143f108b91dd4bc","_id":"graphql@16.3.0-canary.pr.3481.undefined","_nodeVersion":"17.4.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-Jro/X+SYx9ftJxwQvWGidE5w7zwetGN978lqLs6LRuGYgaIOvO0jf50RStYaTHYM6f6D1m2GCT8U+91k4Y7+7A==","shasum":"d6bb504e8e052e0cdce42f61c1b36418a1edb423","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3481.undefined.tgz","fileCount":388,"unpackedSize":1331126,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/kqrCRA9TVsSAnZWagAAbg8P/02OEiy+PiHyjCEFCxls\nM5pjphwH2Qr5YxS5YQ/iWNWho/P4O/mM7wo+Bq00RbJFcwHqdRY9TM9te1jV\nfkhSWUHnyDF5Z58HKjB/NkvUj4mbhJWAuYNLlSbUCbRboTnTWr4sUanjqPD+\n0SyE5o520vdznrwnq0lEvlzZyip0/HCzDr0TJRX2pFFBQCk3HwvCZgPpCnEs\n54miOTeDwbBtMFBpVTwOqnpUKKDKeaXDMcm3lTtVUEFl/oSTVn4HBD0kvvHk\n1zMyvIPradB563QbOoyU69/w+QXs6gYNa3XCqCi+sXZF9grznEPy0hWHC+G8\nOK2KWe/nSaSfgw5+sxiIZRnporOHkmCiM8byi99sIZf1pZfvY/qC1fVZZSLI\nfb9RT8WWda0lJQk3/jF5TNU+Qo9Q32Ah4IJJO5QRJrFdybFlsRRzNMJ5sZ6s\ncDpOqtbZ/2ScMw+zuCP4nsM0sNq2gJ2AkfBqt6KwMDVFW486R4r8JnKqfpNK\n6TWEVX5rQLyaLyqxCcIvfqFkA42lPXQtULku6G/LAy5dGy+MUEiKPgl3Q+pq\nnSXegs36/Mnh+voSCQ2sBDRAXh9J4r4za80xksP9sZIKifz7QSSRkv7EhhLI\nccanM89EKaqjeP7aqiZs3OmOpkzC5gFlQSOUSLEU4oca5uJHo2sO92x2T8uC\n3S9W\r\n=JEuc\r\n-----END PGP SIGNATURE-----\r\n","size":278013},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3481.undefined_1644055211529_0.9052337018804932"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-05T10:00:18.718Z","deprecated":"this package has been deprecated","contributors":[]},"16.3.0-canary.pr.3480.undefined":{"name":"graphql","version":"16.3.0-canary.pr.3480.undefined","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3480"},"types":"./index.d.ts","readmeFilename":"README.md","gitHead":"21abb2a89cdbaf37d6c76a1c6143f108b91dd4bc","_id":"graphql@16.3.0-canary.pr.3480.undefined","_nodeVersion":"17.4.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-uNQUkQpIY0C6F5BGU4IW1D1sP+tJr3oJwenIM5DxvU7gO3qhEgR7RtClj1teZuy7KqV/WEZSq2DnF2mtYTJ62A==","shasum":"1f5ac5dd4754126d98c3a0eae8fc77a6c72b5102","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3480.undefined.tgz","fileCount":388,"unpackedSize":1331134,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/T25CRA9TVsSAnZWagAAL5oP/j+3IRXkA6HcsYJlSZyy\nZsUAInEyQSDQ+5ROUnU3WwlRSvYSOm8LrVKpqdZMpGIZlSIXCKmngC4K+SQ+\nfpIFfoxSIicN0qsmyuiI0kyUfu5Tz72NNIapJFQpoM7KtQS39tiznhd7suKd\nKN3Im9REdIee1AEd8dWL0VfADSKNyxZiEZajbTxkz20lS0eoaNsCtEvIyf3T\nCWL9mlfWFTo68NEMzJuNoNIkBFLmE+Kd4pnkz25ssU8G00zZOxe7jASygVn5\nTYBz7N1GHUCkNN8b16K0aJMPM+9dbpT7qavJA1+Ux/J6DR3dOS43HXI2JoSe\nLWVVgn7ImxKEgaqsl0uG8sRKsnhKxBPtwPq1JzhgHt2ZHU6muCCGTdezLXar\nGtUjcGh6Obg0diVrdDNCGAmxTBrF7tTb/6w0M86CALuPIlJWSnGkezqzBxrd\nKVVqZq/ZQGzPCDTImHLi9QexqajCc9skMi2BxsYNDE0wZwUlPFrfHvUwU0o1\nTT+N2fQ78K6Z1wNwMASkfetSGAIxE03XtoCKvFF5OaxSmB882AyqOUWtGP92\nPEet8p4eqUY6fAdpbx+y1XOJAkvGgguddHCxf8T/63Jr11drMrm8NPNId5IB\ndAP3DBqN2u6V/kLH6SVG3TT1MnLp1OQJVMoaXZnC+9+uRkpYN/45pECJgd69\nhPe4\r\n=jzUB\r\n-----END PGP SIGNATURE-----\r\n","size":278016},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3480.undefined_1643986361758_0.48231503041652113"},"_hasShrinkwrap":false,"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3480, no gurantees provided so please use your own discretion.","_cnpmcore_publish_time":"2022-02-04T14:52:52.048Z","contributors":[]},"16.3.0-canary.pr.3479.undefined":{"name":"graphql","version":"16.3.0-canary.pr.3479.undefined","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3479"},"types":"./index.d.ts","readmeFilename":"README.md","gitHead":"21abb2a89cdbaf37d6c76a1c6143f108b91dd4bc","_id":"graphql@16.3.0-canary.pr.3479.undefined","_nodeVersion":"17.4.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-XJ+aCRBgW/JccLFYz1FDaohRm69ISOOgjbEfZ1k4xrQ73jRpJ0J6LePZnjqhi+zyHk7IGM1PvdvhlrCffL2NDQ==","shasum":"fee2167344ec75e8b6feec81587eebf360f26b76","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3479.undefined.tgz","fileCount":388,"unpackedSize":1331126,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/T1WCRA9TVsSAnZWagAAcc8P/0j5fO8igkAoCmYzMxQz\n2WYZexKwz2xEqu/mgo3IRRd8+QkDhEf5ok3SHEMz6EIwvCuTKESNKv3NCUXs\nvSY2zyxVAhgSRQXOzLfBvcabJLVQrQe23yZz6jY3sKMdUvG/oAbgAMpA7sWc\nFwhLpZXwGZK9OWLXS826rUXeL60eageNyzZEGkk/QvN0DQ5++osS8roZqDWP\ndX1EyCi7Rby1ID6cAH2mlbXfjhdi6Yhun8ZiWL3hX+cGh90HfD/RlH61u3t9\n4Fcja3IfhtdjlctjHKRDz6HSZ7crcMjYpy+1IQTTPYjqzM/YfPn3Pbi5OstW\nGmbUXuJmD7pe2sYIkRn9Ah7/XSdRyue+5MYUz3P/J9+y2Xfsw1mX6AypAsCA\nGs3g9PDpP1UHJaSXT8KKBhiohTpQex7l8vn+6tH2L01COZXVNFc5x1rj9YVk\no8LF3c/AHsl4SSp1ivo5TkvKmrYAvkFDbFiWfd3igo19Q41DTuEpg5UeiGI2\nF1/1qQi0bnLV4cUFjJx1FB8FJ2kp/UxhKgRK9YrTM8+wTieX/9Nn+MayHbkC\nmQeeSZ0xXSC/o9tf9CC4QIGuFDS4n53EyOZC7HhXBNYsTgAq8XfwYQ4PmirI\n8bUB675+HZ+xV9QHLNBICoOeFTp6vawIL1lh7yJvEMcFn5D/UVrIk+QoDgtq\nocp7\r\n=RM87\r\n-----END PGP SIGNATURE-----\r\n","size":278013},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3479.undefined_1643986261794_0.8090277373205608"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-04T14:51:09.596Z","deprecated":"this package has been deprecated","contributors":[]},"16.3.0-canary.pr.3469.8212fa925aa1a32715752030913a6e296e8c0fd3":{"name":"graphql","version":"16.3.0-canary.pr.3469.8212fa925aa1a32715752030913a6e296e8c0fd3","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3469"},"types":"./index.d.ts","gitHead":"8212fa925aa1a32715752030913a6e296e8c0fd3","readmeFilename":"README.md","_id":"graphql@16.3.0-canary.pr.3469.8212fa925aa1a32715752030913a6e296e8c0fd3","_nodeVersion":"17.4.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-KCmiA1fcvLi8zvMPiNcHqtCKPBr6TdtBiVG9PLOyHORDpNjcen2vKtKCV5iOWhZntCQ5dK7nhgUgfe/OG24aBQ==","shasum":"d455154cb2c35d6f357d62465a668abbd160d7d5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3469.8212fa925aa1a32715752030913a6e296e8c0fd3.tgz","fileCount":388,"unpackedSize":1331157,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+owbCRA9TVsSAnZWagAAnXAP/2HG3yb9ju8Oy+NIDc6L\nuix2jj7XPMKGksddGN/6GoczB4tz+T6LVOII9NA60BtHSHTjg7WUFtMOEt/Z\nM5OgTirVGdxEjMTXA8zXMJCc0DExo8RbrWgnQAD8tjKXa4/XrOI2C/Om6NC1\nCC+wCln4nJyHZWm/p7Twzk7gYcVX/IMIRA/nOtNQzvnddFYX/i9mYbOrLSnV\nyrOucecRdlgQiDE8o27RKzD3Y4Q1OPUtmDAhIffw11W2YnCEH2631EhOgdDB\nyiykati+NxctITb4gkfQpbrGWcqDhrNFsDhZ4Ehgxp10dDPHVX/mPXPQ8ZaX\nB7rOFj1LejlOW46t7EgiZK8dd5wY+b6Qs+MeU88OTWZDpeTLdpXmP7bpsQhR\nyIpLfsphx85hX2ZBLoSVEXh6FsUUgGlEI8tJ7LcAJkAmxyW8vpKnM9w1AhxC\nbW76ADzjx0qSeMw+RycUSKtHZybchE8jxoP/UUGs+AvOaw4beJTKhVycUspQ\nKi6W7O2+f6lJil+/nRG40jZ9pCbisW/QJmWYCXEHOdgqisxaFucaZmlVhiY8\nEtUH+JUOzMK7r2wxvcZ/3xLeKYKOr1zD5ArjdeZlj4CzBMUV7qDJsp9NizWc\nJsZ91194qHQ7UOMN+MR+j3KcFTxKnflRuyAYuI8S77BsYCwGeZ9gfHmT0FSq\nZ62e\r\n=RlSX\r\n-----END PGP SIGNATURE-----\r\n","size":278055},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3469.8212fa925aa1a32715752030913a6e296e8c0fd3_1643809819566_0.4711916795794273"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-02T13:50:28.625Z","deprecated":"this package has been deprecated","contributors":[]},"16.3.0-canary.pr.3469.bc0462e3d100314d7aa00049d2c15cbb58d8b3d8":{"name":"graphql","version":"16.3.0-canary.pr.3469.bc0462e3d100314d7aa00049d2c15cbb58d8b3d8","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3469"},"types":"./index.d.ts","gitHead":"bc0462e3d100314d7aa00049d2c15cbb58d8b3d8","readmeFilename":"README.md","_id":"graphql@16.3.0-canary.pr.3469.bc0462e3d100314d7aa00049d2c15cbb58d8b3d8","_nodeVersion":"17.4.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-Ssq73KM2cM6uXjaOhXqx+r9FAtnAB0jtKk81WuZryrWXixgq+zr3+APtww9gJyVuMfWp3fLEjL/8fPYGSCE2gQ==","shasum":"dcb789c02c880e2945215692455dab5b0b91b62c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3469.bc0462e3d100314d7aa00049d2c15cbb58d8b3d8.tgz","fileCount":388,"unpackedSize":1331157,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+oO/CRA9TVsSAnZWagAAoMEP/3u42EWqE51tsT14eP96\nH4DazKLS+/rzLLjDfBHGCzMOmYqWxmEPrh5dnX/tfEP/pUsQ04rw/EHesGHG\nMrVjEhuh6+TFGLr1XOUIQ/sH8T/bkpYWeeC/mK3SFqk2Q+lJzOc2wCrAILUu\nFn/YCrwkCYahRrcty00GjXBAQu1DZU1V+FwUqNL5T/7Y+HlHULakknOZkqO3\n6riLkKYn9JcgeBqRdX0/01IU9am2ik36BDIsRbLkNvEL1KoZaStmdj4h4Dzs\nr7+qHZpi0gf6M1lypjDHlRUZ9+ep934xcifdSZMGiK05OUamef5TnKaIqyQv\nWjufj/Oa1rod7DlxvtOP24sCMp3+5gLet97v7zO5U1JkPmayO8KXs6hWu5DZ\nFoAdfOUDLc1P8G7sQOIup75je9q8tp2c+L/YHoVmFUt9uuTqf1MZXxT+yEH6\nP6L4U8tGN0uesseiiSLnANBF9oP7uU2Qkpb74hJBryRVpOJxUwBUJ3WGJSaz\n287/HxE70gQnu78+wrAFye6F1TNbpaCUwb2IcD1MDGHtVFYfj9sleboH0jmw\nUSO5/+UtK/XS2U+5syUngDTsRpEPjoFo2q4V2SYCtisJhUiRvBOnehlPmPUp\npGW+RBeEig355675NgwfCUiAqanRdb1/RPKM0eCkZsKiKZ26zzBOE6/z55yh\n3USY\r\n=BTXV\r\n-----END PGP SIGNATURE-----\r\n","size":278053},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3469.bc0462e3d100314d7aa00049d2c15cbb58d8b3d8_1643807679009_0.5286818007164609"},"_hasShrinkwrap":false,"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3469, no gurantees provided so please use your own discretion.","_cnpmcore_publish_time":"2022-02-02T13:14:47.867Z","contributors":[]},"16.3.0-canary.pr.3469.bef54ca054e29cae26d2dd974eedf2c12bca7ef4":{"name":"graphql","version":"16.3.0-canary.pr.3469.bef54ca054e29cae26d2dd974eedf2c12bca7ef4","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr"},"types":"./index.d.ts","gitHead":"bef54ca054e29cae26d2dd974eedf2c12bca7ef4","readmeFilename":"README.md","_id":"graphql@16.3.0-canary.pr.3469.bef54ca054e29cae26d2dd974eedf2c12bca7ef4","_nodeVersion":"17.4.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-M3xKycIrTbnwfWQr3r/XQECZQ7kwxViN56U6j+Gli2dCU2Ghw1vEHoHWT1GLbjeyo4cXRxJigrCCMR829deCWg==","shasum":"45668e3a321e7e0a5c25c914616c2f6dfd279d05","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3469.bef54ca054e29cae26d2dd974eedf2c12bca7ef4.tgz","fileCount":388,"unpackedSize":1331152,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+mfMCRA9TVsSAnZWagAAXH0P/1zQVhs/y2ZrhDFjwjl1\nJ6riYHSCWeCwpG7h1teDmyFzOCt1UkTfQVn8MmB33OKFw26nwPrn9c4sOUqA\nTnkxkbxsqW6mNZcqPITolUafNfYm650XuXvaV0ycXcunWG/JaanLvTXnL3/t\n7xOuNMRdf0gcnB/UBpso9Tg8zBLKV1QFlLo2Co1za+f0Qk9F3wdB8slx6ws9\ns36SMImqO8K8eCZ9yBLO0zqxSCMDkcCEdVMatNbKAi3BM976ljSg/i673WLO\nYJZaPAHvwXD6wZ66W1qCFeMsyLtsEhAWlSYObgTXXUBD1Jwhi2opFM7/1Xwd\ndokHHTpTGGL6WkYzZ0CmbVOXCy/WDoaBEnNjcVmDjAtQPIuZiRYLrquumb6p\n7jEXkCorW5oMIpasKAh7dNbapyVxYQ02OZNoxB/6Cz4vF7TgXQQDw+3Xo1E4\noS2veaVpTKqSQv9zLO3GFjsLGxHqxWN+yfZCOEthH1nbxPX3MrpK6Kfw7/cF\n9d1/LZ8eyqv0MkoInHOmMHS49Ix02EFpNZDYlk/buU90XH2W/QzyrV7SLBDn\nwlh19lXkbV0ekcXHjPTbAd/fq20VKl/Nn4W1dwkDMIhbvu28WohrvvRBeQ+z\ncqh8gp2hMVzXlEFF/+ipC4wvyRzxq3gKOamBxWMA+/OvTjIL0V+i2bwv5iGN\nDb0I\r\n=4h8l\r\n-----END PGP SIGNATURE-----\r\n","size":278049},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3469.bef54ca054e29cae26d2dd974eedf2c12bca7ef4_1643800524138_0.8315736262214217"},"_hasShrinkwrap":false,"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3469","_cnpmcore_publish_time":"2022-02-02T11:15:41.449Z","contributors":[]},"16.3.0":{"name":"graphql","version":"16.3.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"latest"},"types":"./index.d.ts","gitHead":"f597c694339b7c488f05496806e404659f6ff955","_id":"graphql@16.3.0","_nodeVersion":"17.0.1","_npmVersion":"8.1.0","dist":{"integrity":"sha512-xm+ANmA16BzCT5pLjuXySbQVFwH3oJctUVdy81w1sV0vBU0KgDdBGtxQOUd5zqOBk/JayAFeG8Dlmeq74rjm/A==","shasum":"a91e24d10babf9e60c706919bb182b53ccdffc05","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0.tgz","fileCount":388,"unpackedSize":1331094,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8XfiCRA9TVsSAnZWagAAjK4P/0bKqw2nv2hI1LahN/28\nJphiv/HHBaCeiV4WbXsL91aOJuHsEDqgMo5SsLi+kFEOQwf6K6ymvWSVJMUb\nM8iHx9Qi4oSNMNFSHSJh2XVlddPjbFHLVmdbVVj59xByriOPOa9Z5sUvmmk9\n083j9XdbwHx3gqRKEYVsMLZgY0yHAG9XYtp/0Bel0i3UnWtyLYkGZ+M/og8E\nMFUypWsSpTkPNvfI4IbJibB0o1Rd4I9hpDW9SQMy4MiN7g7Mf0q7Q4fuE/tp\n/ZWxA4pHuHj6pZ+spGcSITH89o+WBUa0Esw3tp1BsiUAlvoXs0NC4ZcEYMTP\nLVzpOWyTfimfbgtX6qbMaWuBQX28aN6ECkkk08vtNktrmEq6Iic1O19uVI2v\nmAu9eeqpU/qPErQOHELFEraXjYLftDGZl0z7/u/dl59ZEbeqLxiftoW5lQ6u\nWl0YwZFx0IopPx2Wjcacs7CU/7mldwiMKSo7+RnkF3ofssku3HW6sHCON/l7\nn/AaifpjXgtz9vPBxfIfhyB/wjV5kuEzYfnE5cedjlT+L1nzzS9oL6RxycBQ\nysAimr7zk15bOn3ioP8ms06beBsToBOV72J3v2vvJEOtjPPB/GLyGTUKWAi6\ntapNLNb9EVnOm7z13P0JGNsfToTiHkWfYP1YVh434WsOwMIMIK+oJjdhb/oF\nHzas\r\n=WsqD\r\n-----END PGP SIGNATURE-----\r\n","size":277995},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0_1643214818224_0.8870875365113482"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-26T16:43:49.963Z","contributors":[]},"16.3.0-canary.pr.3485.d71879afe1f1411b80adcbfe33bd95ab57e7fc11":{"name":"graphql","version":"16.3.0-canary.pr.3485.d71879afe1f1411b80adcbfe33bd95ab57e7fc11","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3485"},"types":"./index.d.ts","readmeFilename":"README.md","gitHead":"0eb29d7d28fda1e517570a8f796401e01f1a3343","_id":"graphql@16.3.0-canary.pr.3485.d71879afe1f1411b80adcbfe33bd95ab57e7fc11","_nodeVersion":"17.4.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-qJZlaYIKG6gizgEE5L2P/0QjmUIF35jL2511vcKhYvOfrCVHa1v49ZEPHDL8GEhFSrLFM1grTAqCdORQUPkwCQ==","shasum":"20880faf5ea4c8ebc20606acd220ecc0b8575489","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3485.d71879afe1f1411b80adcbfe33bd95ab57e7fc11.tgz","fileCount":388,"unpackedSize":1331157,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAO/oCRA9TVsSAnZWagAA3aMP/20Uy4M9pXH0dArWdUqb\n6aCgjcsJPK1wMGlOL/uqRx+EUdKM6GQAoqhClrr8sunU+hiGcwW5wLT8ZxLD\njbYu/6NwNQnLqgTjBNb1nmm4ji3P65Z+QSInWm8g/oXMevCOOiQrRZTvHI7V\nks5LpmJ0vZKvCwyow1ol3TA9CUgNPPNglsvuV+RgCABMeHnB1d1RzX4Jd/IU\nIaaHkNasg6BgopxZe/K9L6N6TvoaElpz9T95IdhjjbQi74YMV36wAoB3ScVw\n2xZenX17F7Jvl2Pf2hBC4KyTDqfbd4hSAghCTAlZKeXr31j+PSIKssxMAyiO\nK8tcqkRpuYNOjgUL0BZ0/Gnskt/ti/YZz55Tfch8z6aE6Nvy+WD2UTlnVdDL\n+DWWC6JE+z+qQFDiWxXF2npd8t/bSBk5oGQuLFvITA2yVjljp9Epz9vbjlWv\nrkj50dRrZEsmYzBMabmY+h6WWHIx9Nngv+hY/twahcAJMhZKz4rUGFPe8QJ3\nWmDvGHcQ91ztndTDMog3GlbPHShCBkm8jLy7fIkBNPnLkZ/pZ8Xkhfql7Jtd\nC4ThvJwfL0mZbDoNscIRvAsy/9wOUbefTbbdSm04gsa/7sybX2SAl8aOhVwo\nLVz8BOm+kibLLNw21kHfJ6uGUk2u2We+KzMDjGDirs0yO6cjmkCvFOgLhywd\n4zZa\r\n=6Syb\r\n-----END PGP SIGNATURE-----\r\n","size":278056},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3485.d71879afe1f1411b80adcbfe33bd95ab57e7fc11_1644228584154_0.5366672969548916"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-07T10:09:53.346Z","contributors":[]},"16.3.0-canary.pr.3485.3c71ef7dd720383cba84a1637665fc18001c4f32":{"name":"graphql","version":"16.3.0-canary.pr.3485.3c71ef7dd720383cba84a1637665fc18001c4f32","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3485"},"types":"./index.d.ts","readmeFilename":"README.md","gitHead":"0eb29d7d28fda1e517570a8f796401e01f1a3343","_id":"graphql@16.3.0-canary.pr.3485.3c71ef7dd720383cba84a1637665fc18001c4f32","_nodeVersion":"17.4.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-ryayQg1y0hzir1Bt06Crie2zKOKBqyaBA+a5WqvMCr9ui9o8iEXh/I187TlLlvMEZpJ6dmEhUfBYnrFQIeiUbQ==","shasum":"f7fedd090a80f95ee86f7e4ce698f47ee126abf5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3485.3c71ef7dd720383cba84a1637665fc18001c4f32.tgz","fileCount":388,"unpackedSize":1331157,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAPECCRA9TVsSAnZWagAA08MP/0sMEeA4oskRd6gGrBcC\n8AOmMFDrRxJONkplt6BUeeH65sSQSDiY+mcY+U0KpERKg6CKfzmjqvPPL18h\nIyGSLTMfjHEN9iK5OItIvPd6n4CLE/zfWB/kBkCSHQZuUbtWWnmRxByVOD28\nuCK36gKYKqxizS5NAIrZDtY1GyyOWInZ8zALxoS3CRQ/hd5sehNO9BxBYDLR\nY4SYy4C5k4rXWZtyV7KrrbEnIkxEFoF+3iMLtJZbHZih+1j0Fx/6dqmTQc1Q\nV4/i+MCCw4p2T4iwR1kkjLFdGqQBwvjQZO+tpJ9UQ/W2wlf5UBckEOoO7zSn\nPeZzfE7VS6QyZTt67HK3SBJrQI2s5rj0kGGkRxukWZ5KqbOnMo1e+HWjjLlP\n96nowfLbsHWdLJ1ifW3zt+1IsyzBe0hVaI2DMTvtsuBdSu4xkloZkveTsWE8\ncyMzxCFbKYCj61/+mu+kjQXuxf5l2TeWWZ3B3lrD7ZwD2lo67uUACBW52dOa\nBBaH41G6SkGRxRdVqT1N8bPA827+AIu4hj+nVAY/R0cPli7o5Hd/PsxV6GPd\nDQAJbb9iul/fyOxkCyAREfHCMk5P3a+ZzqDNvN+Fl5lLxcN6OkE/0u4f5olB\nXwzKPKXq7tb92n8Y0YQpY+FAYMucKO0qiEJ9qkP52oMQmm/ksZVjcpOQIOje\n7vn0\r\n=CwjV\r\n-----END PGP SIGNATURE-----\r\n","size":278052},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3485.3c71ef7dd720383cba84a1637665fc18001c4f32_1644228865936_0.5022595547410382"},"_hasShrinkwrap":false,"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3485, no gurantees provided so please use your own discretion.","_cnpmcore_publish_time":"2022-02-07T10:14:38.828Z","contributors":[]},"16.3.0-canary.pr.3486.c8ac9896696f401b9efffa1806443732cb0a010d":{"name":"graphql","version":"16.3.0-canary.pr.3486.c8ac9896696f401b9efffa1806443732cb0a010d","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3486"},"types":"./index.d.ts","readmeFilename":"README.md","gitHead":"2cf38cae89d88e46bcca89da201314a8d7d120b7","_id":"graphql@16.3.0-canary.pr.3486.c8ac9896696f401b9efffa1806443732cb0a010d","_nodeVersion":"17.4.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-YiVdVZbBv5Hl4eC12jVWsDyuAPjCa2/4qiMQ9SuowYfFoAdTn4sksh9GYKPdUvG+C1m/GDEXaBYVABnmGRlQnA==","shasum":"84899923fa98356bfd5784ffa42c860ea5a2a206","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3486.c8ac9896696f401b9efffa1806443732cb0a010d.tgz","fileCount":388,"unpackedSize":1331157,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAVE2CRA9TVsSAnZWagAAmcQP/3PMfkuJo4Md3bjX4XyM\nPaRX1yPyO+vyWbZ+vI9xhALw/iWAqCqjex18TxqO6Zv4UiR+bavINrrfzrGJ\nfuUeRhLHJJQxL84oqHCDBZAZRJ+xDhEMTHD08BxNpmFSqytZ1ibNhBv0/NVp\nPudpiKGyRnS4MyPYMi11Fm93plpVOYKouDUzh1VRNmSFkxJthW1/miRTXBYw\n46vIZ67Z8ZQwJRiwPJ39s0+nyIGGgT7sqkzvpkuYIQzENJaRnIDp3lAsJLKh\n2HVtYV8LWqkXAfXmVgCACBLLPKgPcPoUDWVQqpMsuC3E8IB3GeCWWkI7dDwD\ny4FuP3beQk1WLS50Kb9hh+JzhShD103FINFUHg02jqzeV9ylZ4b8DndHKlCg\n55W7SvwJW0gMYcDPX26Q0s4SYNAYRrJHBPjE1iysfpjdrGL/FSIeQePpUdr1\n9b+pSuwtTXydjk206bnTEmTPEajwVfeKou07jlRTglHWkQKwbRPYe/F+PONT\nT7BKSeIO8aJbvGEFU0b2WqzpvIWZ8DtHg4/yuIpVzBV5BYWRRmkOFbqGOSry\nMezCyYD2AtbuciGUJ1DH6Gvb2HEkxeeaSl2L65rkaadAJ8tO0sspYVjG0gWj\nA7JV2poJ9su4fDB1vkR7otZOf4k3n+ZWFBY9nJFMV3FgyTkK+IIuAWhENEbQ\nRfQe\r\n=zgVE\r\n-----END PGP SIGNATURE-----\r\n","size":278054},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3486.c8ac9896696f401b9efffa1806443732cb0a010d_1644253494520_0.07925735273010237"},"_hasShrinkwrap":false,"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3486, no gurantees provided so please use your own discretion.","_cnpmcore_publish_time":"2022-02-07T17:05:03.337Z","contributors":[]},"16.3.0-canary.pr.2839.7e65b1d8e7b5bf1ef1592babff40b9873198a741":{"name":"graphql","version":"16.3.0-canary.pr.2839.7e65b1d8e7b5bf1ef1592babff40b9873198a741","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-2839"},"types":"./index.d.ts","readmeFilename":"README.md","gitHead":"bba149cbdd122dc7278693c91e4aa90703ca7894","_id":"graphql@16.3.0-canary.pr.2839.7e65b1d8e7b5bf1ef1592babff40b9873198a741","_nodeVersion":"17.4.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-uGW0P2LL9Ap7RpVWTJ2myB5ay7TMbJgDAEfPzUZN/V7ZDIqF2IH+CLF7YLy1oveAWEauKBsrobFpqmeSMNIsMA==","shasum":"6229090c7005ea9298a1b7fd9e043f6ff35cc102","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.2839.7e65b1d8e7b5bf1ef1592babff40b9873198a741.tgz","fileCount":397,"unpackedSize":1389114,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAY7pCRA9TVsSAnZWagAAyh4P/2TB6Vnrh1FOl94g/w4r\npmPQJ8HuQEi15ahqHzHFsym/mGwhR+3ntcYWwKSa146xoTNrHmGyKhswFYY6\np5d8VS8yahvLyjBQP/sT76IOhLpM/K+4SpgVNdbqbgGB7fT+GAJkj+y8tMDD\n6VFMCTChxzjYCWMHIByHiKPFzilXGamqkgEbjQ6U+VwPYgYXYKdB8BYsqHi7\nZ+TLicxwDgpaX14i34GzUhsxBkN3F1IBQthfmwgL5j1hqZkudKs71DqHXmC5\nMsTu/QwvfNapWRdCX67dM5fopWNx+DLa+O5SEStzZKRvJK3vGOe3TjrTHJrZ\nrDSqE4c/0wjT9Z6Jm9aLYt83Qb7Tetkn1fY4/i3RYEU1VXQ8oOusQPsPKYer\nDN1bwgKbX+wUcljngf10519A/nSdzj3zHw7ve2uDOnT3oWl6Vv7wodw4f0d+\nthWwRhsPhKHMeFSvWe08+0991bcnYeArNRaRyRBkjVLyTZX6QlrJV6WZ1rDe\nmCnAqxZSLwqi9USMd7YaiyndYCjaDO3FBwmSudr+9vYxn5FQ6ml3am/LEmOL\nLQdwTsZYymTSfphgS+XIQjsF+B2BwOdR9mCVmMhLEx0Mz46KeR878bDpOh3j\nStFo3IpcaYHlRpfnWkie56KdNoh8WoAY7tx0LsdIhJejg+saUki8n4cCz/TR\nkDHk\r\n=Z5Xu\r\n-----END PGP SIGNATURE-----\r\n","size":288774},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.2839.7e65b1d8e7b5bf1ef1592babff40b9873198a741_1644269289490_0.6451056112774971"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-07T21:28:20.987Z","contributors":[]},"16.3.0-canary.pr.3487.8c9c7200bf3db49bf1c32055d60fdd5ea3089add":{"name":"graphql","version":"16.3.0-canary.pr.3487.8c9c7200bf3db49bf1c32055d60fdd5ea3089add","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3487"},"types":"./index.d.ts","readmeFilename":"README.md","gitHead":"bba149cbdd122dc7278693c91e4aa90703ca7894","_id":"graphql@16.3.0-canary.pr.3487.8c9c7200bf3db49bf1c32055d60fdd5ea3089add","_nodeVersion":"17.4.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-iprWhkeDvlgfRG+qoRh2AxAq6USpxwuWV3bFD+tS7ba/nA7cHcgugjnBXrGlV84vQi9Arlo9He/r+TTjmLM8uw==","shasum":"e30b2ea778c2b30f251a658af0a15b0f6b3e7463","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3487.8c9c7200bf3db49bf1c32055d60fdd5ea3089add.tgz","fileCount":388,"unpackedSize":1331487,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAoOUCRA9TVsSAnZWagAAk9QP/15Tt9/LpnCNhraIbR7L\n2wk8Fbeunj+MTF5w5jolN+jJu2pUNmmsl2n8LBHaaOljuDkepMcGHGWX5eCe\niF3/tT8+Sn3/sxxoplF7p4EUzPptXHjcuIiAk5TBt6Cjla0FfoYAFWVnozNO\nNE21cdZfcRdQHzy8o7sXUBuKRdNtO3LVttppzhcZ3wVjzNzRQxbNtYVJLma3\nNhRO3aaXVSaFnBNPmUrXZbPQgRReKIzUvbRqtYEztKCarunU4wqYgvaUSXYn\n7YieRKXfT/L7gVAO1FL7tbrma2D3wT2GlKbo856cxqF05WTmCwqAFoPrv1Vl\nSmTXBMcEVy75xGaV3V35jlLpA1WBfATOSa0JaCiJgD/WPG7QLBz+bM618NsD\nnjdHtVAA0UTfn4OQ+yAheS/fokmFQSVRzoLcMlFJGNdf3RPR2qHZ9aNM9/mN\nAe9gMxydca4PK6RExhYcrWsSI7j2rlrpJOGqvHYRXMSoHyJiZSjZNYJab9s1\naHOw3oEqy/Zfh9g3kZF2pQYl6/ynFi5ZLFtq47r/BTdIo10u2cUjXjvBJaUR\nMLfCqoSkoKXyFPzYrCm6rcZLjH+ypZNqUUkb0wQT3duL7AYE0/fAV6eGqgji\nxRYniZB3SKBF2Az3EbGFYzOgmQ7Yv8vMtdNoGaC8NtxrMyKOfj+mDMhWIE3S\nugM0\r\n=7XyK\r\n-----END PGP SIGNATURE-----\r\n","size":278094},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3487.8c9c7200bf3db49bf1c32055d60fdd5ea3089add_1644331924314_0.14681063767660785"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-08T14:52:21.185Z","contributors":[]},"16.3.0-canary.pr.3487.a0dcf0130ae81994df47049c9233df11516abfcd":{"name":"graphql","version":"16.3.0-canary.pr.3487.a0dcf0130ae81994df47049c9233df11516abfcd","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3487"},"types":"./index.d.ts","readmeFilename":"README.md","gitHead":"bba149cbdd122dc7278693c91e4aa90703ca7894","_id":"graphql@16.3.0-canary.pr.3487.a0dcf0130ae81994df47049c9233df11516abfcd","_nodeVersion":"17.4.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-kz2s1tUHoiFjUbspdqvSPErPwJ/0NCHW2XNgjEZBWZZ6Bb7OWU6jiNIXIYcdx5RNVRSFmuPI1/aM35h6TvocHQ==","shasum":"890a5f93f72d4e0bd4c520f5e1f6528702b4a331","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3487.a0dcf0130ae81994df47049c9233df11516abfcd.tgz","fileCount":388,"unpackedSize":1331487,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiA45eCRA9TVsSAnZWagAAc7cQAJSZeROyckIvdFb3sEKv\nTsZkLmFeXUJu3BYJb0npHI+Tii2NrPXsD019xEl7OrteANX6j5tW245JR6xu\npM1Qye5zoRaXSVfgnJxUFswN9tR4IU1MI6SAH66excQroLwkYSvUJa0y9QlC\nKfhoZ6XN59KF3p3XGdu1piT/oRzdxTZ7MJ+CEESEg7SuHWrujixsKq+Bj3Nv\nSEalQrmu796g+2cHJ2b1aTBQ4RcXL2HmvEFVqyqHIzUvERBntSQQNNCRgCz5\nvQemh9OoqV3X0CtJr4Ec+AEcinj02NNVtLbTGZP77tZxRSs4MYGcN9xxuj0W\noQYfyYL88IqniDyZiLQY7ho7skF4AeU9END1B9PjCwWvgLRLdSpGRd3MZD5h\nCcMXimuh/7oI6CAKz8Cc3jINj3qEQIS5e6R6g2w7Px3IOzENoKPnEA0oqNbK\nXD+/7CwLOrTPJXZxk+pp0FCEWMs7g4JPLkY6+jHfN00hFge4MyLFORRqAirm\nl0tr0OKnmQjfQyqUhcGg9kT2YgY0QjytKZDNO8gnZfj3ZkFwMJNma1su7sp/\nsQ1EcrlDCfsioQpfiHGmPWrYwFkGmY6vY+rNINl7V2X3M6qXm71G9pr04tq3\n9x9mxddqmEoAG7qr1NTCl8HXIO8LrpJdjlbz8BSE0m8BmGPDFSJFBnAQ2rrQ\nwq7n\r\n=jb/e\r\n-----END PGP SIGNATURE-----\r\n","size":278090},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3487.a0dcf0130ae81994df47049c9233df11516abfcd_1644400222587_0.18552887734956447"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-09T09:51:41.048Z","contributors":[]},"16.3.0-canary.pr.3488.0d90f0c792c9d223b5505d3cc0d9a8519bb2883a":{"name":"graphql","version":"16.3.0-canary.pr.3488.0d90f0c792c9d223b5505d3cc0d9a8519bb2883a","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3488"},"types":"./index.d.ts","readmeFilename":"README.md","gitHead":"6871bad65a7bdc0f9416f49944cd774f713cfb0b","_id":"graphql@16.3.0-canary.pr.3488.0d90f0c792c9d223b5505d3cc0d9a8519bb2883a","_nodeVersion":"17.4.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-9ZD9AWiJf/Hcfv2qBdhRWY0rMr/0ZH5gChyfKfFFzLLm6v83nIfjRiITKD493NmWit2VLQhVPCTbcckF9L6ZOg==","shasum":"f6494df469026c8eda15d14c7d8817a5890654fd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3488.0d90f0c792c9d223b5505d3cc0d9a8519bb2883a.tgz","fileCount":388,"unpackedSize":1331487,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiA8ZLCRA9TVsSAnZWagAATAkP+gN27iF0Ny/Wlg01fx/l\naFEPQxb5Fxd21e6FR67ncMcdqWxJCuB+3BYUkvy6+fa2OotLzUl7RsjEWtCJ\nvMOLqw5tlTNgrXXAxSuWlhqudFfwYIzPImkuzrgS5rCmcWnJ+SnWTV8VVqvO\nMEXH5HTawE/Yevm5CU5H2ezwnqyfNdFtZ4CAVo9kd68W+1aFTWrKcyoraDkZ\nevGQb1Jp4BRcSUyYJ/DC/XjBuQEhHXuhMlFgs3M9BVuIMlKCT0CW7/YrydGs\n5010rHng1GINSqMURZWdPXGOE+C6H19mw6j1KoLDKaI/hQszVcYKf7lgViH9\nXwpGny7lPPvcmp3Q7hnpOG+y4LiK4OIKSchFbkOgCDGy+TlC1T3mLdrg9IqM\nenEI8ij+z5sMc445z9Wf2d4dVV4zZ6YTCFDIAw1d+zD8ci/iMxVNLodmrvrF\nEdX3taYLNG7bWSH8u+fLBFpa9+yUyug1o2a2VV6U/HqiuF/VvNvzy99NBG3c\nGqAHu8NPlUWO5/teTt389f8mLzZLUI608a1Qzox81FBIUChCrhBXkOrQKYmH\n+I6kFgKo/yT83SDWBytd0iLRyIWQvcyH7ZwRz/Gk1GWNyPk1V06RelKZk24u\niwsOwH5ePT/aFDn1SlQydgAHFcUWSm/EshonfbN0Iy3eXrZnWuwt1LBGJu/L\nhhZ+\r\n=9jT0\r\n-----END PGP SIGNATURE-----\r\n","size":278091},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3488.0d90f0c792c9d223b5505d3cc0d9a8519bb2883a_1644414539387_0.010471335232041357"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-09T13:50:46.133Z","contributors":[]},"16.3.0-canary.pr.3488.9f7ad13c9ae7289c4d425698bd040d36978ff81a":{"name":"graphql","version":"16.3.0-canary.pr.3488.9f7ad13c9ae7289c4d425698bd040d36978ff81a","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3488"},"types":"./index.d.ts","readmeFilename":"README.md","gitHead":"6871bad65a7bdc0f9416f49944cd774f713cfb0b","_id":"graphql@16.3.0-canary.pr.3488.9f7ad13c9ae7289c4d425698bd040d36978ff81a","_nodeVersion":"17.4.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-XMWbZaZOxMHA0/NnvPWt93umHqzyd3hsw6la8TYooqXnSkS1GxXIVnaw+1iaVRsqUnxpTAyQt8ddC+reTRGjJA==","shasum":"98f78e6a838aa104ec644689f831276529e9dd13","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3488.9f7ad13c9ae7289c4d425698bd040d36978ff81a.tgz","fileCount":388,"unpackedSize":1331487,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiA8ZZCRA9TVsSAnZWagAApBcP/05I+hInC7skwz/hd0hd\njLbCQ5Pzw9xmkx3tsjjDgcauPLoHLw9oSiFbNd8+9bGOfLjZKrd8d0SX0MEF\nYAcaXECK9J0fQGTbyzaAcbBpPRhWiBa9APbxhhK6vY7HQXwY2+ShoojsK0NY\nu/DLHB8ki1rjTbZ1IXP6ATfk9ehbnebwYZ+yaU7l6F5iCJYONxg4c/vGJI24\np0jficopIlhLjLZ0ZiYcbxF5x63bmJy+wz6iPsemcX6S+jGrrKX046ysHUJA\nKuPqZesihVUEqN+32ZG2h2mU+bI5OHWBIs1z4LTVOPh3TQ9DQXtZ/s3kH0wC\nRF7qAT2aC8sdC21ay6dXXqJkolR9x4kq4vQAqo/vKo3HXi48105iFaVHIIxw\nywrD443222jxtem8mV0tf7JUFYToJ8qMIW4LQLpzDe8D7ZfFDM47CzDos6fk\nJWbXMtkzTaWivhEo4tYuzjscoXpJOMm9nM+DEtQuIHd/qqLiz0mkp4LXcr9I\nrZG+AXsH8aVW7Qq8sJh8SS7MMluJQglIQxMbwXBOukZ6JVemFrf+hr0SoXeH\nKaAfwvnhelalSWEPimcX0Ax9+kSLNArUI1w610L6+YtueSkz75CoCDQ6nPBx\nttyJa1WPeQ6Pyki5CbqPCDws4JVyWaHFL6EImsrOV73z6FEf6wXw2YVNA4vm\nTaU7\r\n=dNdy\r\n-----END PGP SIGNATURE-----\r\n","size":278094},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3488.9f7ad13c9ae7289c4d425698bd040d36978ff81a_1644414553459_0.144379162416155"},"_hasShrinkwrap":false,"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3488, no gurantees provided so please use your own discretion.","_cnpmcore_publish_time":"2022-02-09T13:50:47.634Z","contributors":[]},"16.3.0-canary.pr.3489.568f3378cc3cf660e25d79253cc9a101ae9df4e0":{"name":"graphql","version":"16.3.0-canary.pr.3489.568f3378cc3cf660e25d79253cc9a101ae9df4e0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3489"},"types":"./index.d.ts","readmeFilename":"README.md","gitHead":"21b926aabea17c4eeb61d75fcc21c0b3e83e2283","_id":"graphql@16.3.0-canary.pr.3489.568f3378cc3cf660e25d79253cc9a101ae9df4e0","_nodeVersion":"17.4.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-3K0xIlkKlR9Nw4SUlUtyhBt6WxfDLDMQnzXFSZ3erpNn7gCTpJ9IZXcYdnbqhA315oE64+A1D+Y232WbSei2Qg==","shasum":"ba4d5779a7a984f94a687cd1298c0f769bf4b7f6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3489.568f3378cc3cf660e25d79253cc9a101ae9df4e0.tgz","fileCount":388,"unpackedSize":1331487,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiA9CZCRA9TVsSAnZWagAA6DYP/1M7dVgoxdiUx6FZ6QJq\n1GTYYHW1htx5t5nav4b2FDC3Hjvi2NCVMTxfD55J9QsYQeLe0e0mTr0IW/uU\ng6F/oZA9xVJaPQuoWM6EE5vY77LGzl8R3BobqU6/HVjKaWZtYKOnAEcxgBgZ\n0o+P6YZv2585IZfLL5IsQG1ABAU4dFqAtQUtYY0FRmdZAppwCXHkH8PuIUmQ\nkq43z8w5dRUglmRFrQ535P+gZ+QcQ2Vpu9kF5aAGrSqDAktxhlHkYhXXZ0wT\n2rbta6dRRNEKI+TeG79YGtEf+6+Qwu8YprxWokI8gSxVSidkKQP3KLKya6rE\nkMsXtPHUve5XGvhdKr7p0pMMkxEvqmWT8Jt0mDXfzzAKWyb7crUychZDtlIR\ntgap+tq4tgBaWeGMW8lTKYInBstZIqXhqzpHLf+1IQ0Wplw2rRSbUcZBHI4H\nPcQniaUU82yZxawnWOa7AnzI47rZHCLhK4GKa243ih7ltTdaibSQg1E4qQHB\nhPyaiMjZpE/AM0ch6YI5lX+g7lYNTKhM5q2b95Z1vsPaTWThZwHG7kSDDKjB\nGLPVS4GNTB7wnIBQ0UQnkZFOZiQvg216y39SkT+DsSe5ngCtCKVcsOPoARf6\nrMaGRaEEV3o6lwGbInbcYYPWtFKLXAOIEZDOCys43sYUhqRPXDYIcFpTvuMj\nD0yS\r\n=cMUa\r\n-----END PGP SIGNATURE-----\r\n","size":278090},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3489.568f3378cc3cf660e25d79253cc9a101ae9df4e0_1644417177238_0.8252220910971881"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-09T14:33:13.832Z","contributors":[]},"16.3.0-canary.pr.3482.e5eb0dafc74d537a1e07c6a2cc15afdc1431537f":{"name":"graphql","version":"16.3.0-canary.pr.3482.e5eb0dafc74d537a1e07c6a2cc15afdc1431537f","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3482"},"types":"./index.d.ts","readmeFilename":"README.md","gitHead":"895539c64f6f8a59fde9ba1863ab895598ed2a8d","_id":"graphql@16.3.0-canary.pr.3482.e5eb0dafc74d537a1e07c6a2cc15afdc1431537f","_nodeVersion":"17.4.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-O7MARyKFdcRXhlqHvbKBtljX7WTh2+noTnIy4xULJ4NH9ai6jgtqh8qgU0xGY4LgKKpjXR3b+UZRVrBOa6F3pA==","shasum":"380b1e11b6dd3b405aeb676a2ec452b473e3d59c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3482.e5eb0dafc74d537a1e07c6a2cc15afdc1431537f.tgz","fileCount":388,"unpackedSize":1331495,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBVGnCRA9TVsSAnZWagAAYhgQAIMgzJ1cBpQkd7ds6xBJ\nRKg7nKil/VD+xrVg89mn/0Tk/vvevC4WaY/me1etUYk2ml0gYXBoYk7G2Wnv\n3XLqiW4zkurT2J5fvset2bmYv6iyot9+5fHq/yB3l1VvKdZryu5JQjH9VZY1\n8/V9oxb00WxF1ZkuLO5TwR+8ZzWA/cNE8A/bKlGk64j4FNTKLDYj1xVpv/VH\nK8r2gXpPAfueH6V/uZkQif1qYsZSBwz18iU4SZ4tZHMX9gpUaKfnUa7w21jG\nhXjvCQPBeDHAhrjRMdBk9Lyx1xfC2smgtiQQLOVJwbWxyIcn3njUIYDpyBWX\nB2j3Y5duJ4D2o/6/SsCaQJ9F8NsBhBEJDqEKXd+sYEAq16LRtbNNSz27RW27\nBVkO85db/mcQqcKMsImOniLa/jcvLnqeWrXrkrl53c/Xb6x/fGdd6sqvdXeM\ncoJLPwG//zIf4NT+eMISl4YAWFv9pq8zUCu4p1vYMTTS+Oubk6J/WpNJs03p\n6te6/h6AA/FdUS0euKGiU+4MwquFhtji3geTjxuKBWf2E9KMj52OhlT4M2XE\nvFflyz+GbL3CQh9cC/rZDcQPtGRWemXir64panGrFrrT9Yxhvta3kgUuHst1\nu4WkOjlDMHtAymmvo6moiayjSEwexzgLq2zFx50lDq98aI48vrVfSBskMu6m\nje02\r\n=BYw0\r\n-----END PGP SIGNATURE-----\r\n","size":278093},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3482.e5eb0dafc74d537a1e07c6a2cc15afdc1431537f_1644515750777_0.11171242341185272"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-10T17:56:17.225Z","deprecated":"Deprecated canary versions","contributors":[]},"0.0.1-test.1":{"name":"graphql","version":"0.0.1-test.1","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"test3"},"deprecated":"Test version of a package","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"e5eb0dafc74d537a1e07c6a2cc15afdc1431537f","_id":"graphql@0.0.1-test.1","_nodeVersion":"17.0.1","_npmVersion":"8.1.0","dist":{"integrity":"sha512-iNG9ohhJpRw2mt6jT6Z6jle0ruOEgeJKUuZK81N7ud6HShaVNT8uWT8+d9PLnlS+zOAI2dXVP9qHVZQ6E/h4Cg==","shasum":"7ecd87a921a2be5c74931c49f28532100126da6c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-0.0.1-test.1.tgz","fileCount":390,"unpackedSize":1379834,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBXL0CRA9TVsSAnZWagAAJKcP/1LaVEVi7XJKZK5FEMz+\noaxHSWwTtIAiylSAe7ahU1bFf4jyWuaOeu649uZEHu+cgQkTHtzqwYr8My2c\nddmt05IGIzYeYN9T4qY4NMOmUykn5Ot082LqAlV+dvNqcOq5SdN+3+8AkUxS\ndnryW/RmcHUpAw8YATxtvInug1t+K09hZ5YYhJhYfllDQ7048qx2MI2ym6M9\nsxdYWxfmY9JREzudv6rNkebGBcIDLlTdywTUc5iyLlcZSzFVqyWMnoX9BKo6\n6vf40S24zG7Vw7WOdnIldGpOI5ZTte6LxqZFqhXskjOgsNcD+yzS13sQ2FOe\nfPB3SiRmC4KNUlN1gbogCKyA9hh36J9JDsb2suyBZ2cMhATgBdBaeL8VAk13\np5mCGzuppt1j/5nwh9RzjMlmVQ8KFFpdL6qADETfaTp2e0uDMdgRN4F4ywq4\nCJRwivT5bbl/KaZS4sr5a8BTZ6CfvfDb0wWq7Cac/WJTx2l2WqPhjzHtNjzv\nMF8XgHcyh2yoqALWwJ6yGGThe+NtvsXBdwhPFL2eXnOCKjqdmxf6SYxX4JL2\nxoUJZU/YiSWHOMLtcN9B/u+Y4Ksei5dmWsCl//WOUwbFoL4UOPDvvpkSsTZG\nRZOPXMVI+sTJRjoTHeq76w7LuzhcU+EIu+jNaAjoSIuVohMX8GkSGCA2Y5nz\nuPqg\r\n=B+8E\r\n-----END PGP SIGNATURE-----\r\n","size":278689},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_0.0.1-test.1_1644524275969_0.6837847380808153"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-10T20:18:22.560Z","contributors":[]},"16.3.0-canary.pr.3493.365426c363b5db8b3278d34deff0d790edcb6fdd":{"name":"graphql","version":"16.3.0-canary.pr.3493.365426c363b5db8b3278d34deff0d790edcb6fdd","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3493"},"types":"./index.d.ts","readmeFilename":"README.md","gitHead":"895539c64f6f8a59fde9ba1863ab895598ed2a8d","_id":"graphql@16.3.0-canary.pr.3493.365426c363b5db8b3278d34deff0d790edcb6fdd","_nodeVersion":"17.5.0","_npmVersion":"8.4.1","dist":{"integrity":"sha512-3pR+UtRVVRwA2FLjaUB9YLSMtfr5Fg7h+anUVcBaN5cZ0kC4ESVOu2EsA+iPllQ20keVABTkSz9ayOa4TssDTw==","shasum":"9b8dd2e1d21cc9fa0f1d4b54e9459f6149432875","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3493.365426c363b5db8b3278d34deff0d790edcb6fdd.tgz","fileCount":388,"unpackedSize":1331487,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBXljCRA9TVsSAnZWagAAkEIQAKSm4CXVfZShfQoTbgHT\nHRNpJBH6m58jQI+PRxY0Js/x8JBUy7/S5dyro3TPfchHAi0DOKnemGIqUNWz\nun2O+tCQxcMTkT77uIPgBzjJlUO9W99PJkiE+A4RO/Kvp5LQ1C/+iBNdhaYC\naoePmSXb9F+XpnEpdbe+2KFZ/kednqGC6aqglHwkPDvv0VRWdOx3Jn2hgQUa\n48yw5OzwqwpjzXyq+vtKQH/BPZgS3koaaiJNNRxagC85b/YYvv2FKIufNpnC\niLBVHoZCcOdO5487TRhEEywraFFvhyl+SpuycI9Rl/P/6IN5/f/02kaQ5LVM\nyQ//RWYICA2SFpU+OPw8elkz6goMipXhuwEGrJZHmRe9sA44/nGRIZCZcFIS\nEHE5OMUaZu2QlhNhM/8CScnuaKYc/uHBjkVwx3SKUzgmAngWXhjsHqIvr9NJ\nFJBoK0S7Zw0JNfDHpovBhdb3ExclNR9+hgUtgTruMIua8pLmRpMkrJ8EGZ2g\nccr+rCQFyoLGeuK22x+FpIxVYrzUQZjtiTl8Pyjemeit0w5sqxLUf03x/vdP\nrookGQUj9GjP9vUxUbkwLXDpoeyDhJ/k14mGNMHYPtF0s6Ls/IKPlv6dGHvQ\n/pTxNWNzFAoIHCiiDH9kQYf00/wET9M2YJGpYDPIqaI3RcAj/ec5MdZWt+oe\nkUqv\r\n=RUVy\r\n-----END PGP SIGNATURE-----\r\n","size":278090},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3493.365426c363b5db8b3278d34deff0d790edcb6fdd_1644525923367_0.1878004244877809"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-10T20:45:30.975Z","contributors":[]},"16.3.0-canary.pr.3494.612fd45b42a5e2aa26d9bd72e1c89d7219620dea":{"name":"graphql","version":"16.3.0-canary.pr.3494.612fd45b42a5e2aa26d9bd72e1c89d7219620dea","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3494"},"types":"./index.d.ts","readmeFilename":"README.md","gitHead":"8a9658fab7e334cf2741934ff69f12629aee149b","_id":"graphql@16.3.0-canary.pr.3494.612fd45b42a5e2aa26d9bd72e1c89d7219620dea","_nodeVersion":"17.5.0","_npmVersion":"8.4.1","dist":{"integrity":"sha512-Tp1mKKoy1pOhT0Tzs0LaNJe0G2fIxejdUENaBH8pIGeQbJqZjw+ukIfib1CZubzsKJRXNoHeLC30Ms8IYI1Pdw==","shasum":"01bb06029e693c0c294ae707f83b265a22b0b472","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3494.612fd45b42a5e2aa26d9bd72e1c89d7219620dea.tgz","fileCount":388,"unpackedSize":1331763,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBeVzCRA9TVsSAnZWagAAl4wQAJK+hLq92mCjGe7X6GPn\nAX4USE2VJwHo8yyldJorfEBFgk/vQWC1pd4hsc2/iFfGMamBJ8QFkcq/CNMu\ndSot2XIz95Ub0hSXBSxdWDC8fpZT+KV1lr0IxyX4wmRT8ssJBqM/YE+5zYAd\n7OJUQGfoXqukxQUTHMf5HBxVQqP2aVjYIr1MSEcLtLvyDUhLSBi0aaBS58ap\nDOFyZy+rrLi71aVVxuDq8dz8k2rJejKepj+QZEb49uGIAjdyIKDPhSkXDocs\nCTiJnDV58qIZcPKHpMf/Z5qqbiB4x9lFLYbVbUe4ldg04i+jAksxXJhSFG4t\nkijWg7IVXDELDq1TwnOW6rP8uiwCMaxmBhm0nQQPHenGXNBJUj/Qo/ybLED+\nXdgAxUKPo1m2ziJVO2FPKCImtUwotwW3VdeaGRADN3eTv1ntsJHjuPzAT2RP\nGoBpkzV3nkYllHhKq+YLN4Ga8vErcv/Ya2H4zSZE1jmZrVkqYb3Ur7GbFA3G\n6yytnP/4D6BeyLHtoWfRRxflaovqMPpE4iUxOn2lLA5XTycGOoDN5zuZE77K\nj6nZ+1Ik4T1qWrCSLGKbFpjBtKcd1vYU1ZfYq4Ph7Dp3ModlYuuznUVoTLE+\nUFz7k9VyxTuqWOgxgAiqOM3TPS+J0H62+ffL6DTbdZlBAuu30niq5r17Babt\nukxR\r\n=MyUs\r\n-----END PGP SIGNATURE-----\r\n","size":278150},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3494.612fd45b42a5e2aa26d9bd72e1c89d7219620dea_1644553587646_0.23845484774970416"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-11T04:26:36.164Z","contributors":[]},"16.3.0-canary.pr.3496.43a2529cfa6890f5a11867e62c7a817d7879235d":{"name":"graphql","version":"16.3.0-canary.pr.3496.43a2529cfa6890f5a11867e62c7a817d7879235d","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3496"},"types":"./index.d.ts","readmeFilename":"README.md","gitHead":"8a9658fab7e334cf2741934ff69f12629aee149b","_id":"graphql@16.3.0-canary.pr.3496.43a2529cfa6890f5a11867e62c7a817d7879235d","_nodeVersion":"17.5.0","_npmVersion":"8.4.1","dist":{"integrity":"sha512-ga+0L6eSrnjADvCgutqIN1lz42bPHhaIBKdDLPDDZZSfdI/jJTelqhF0JkERQSAHt68U9AVGQLd7aKsxGVHVNg==","shasum":"7b0cb53a65ddf2aa239dc3feed9b09b44df4705c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3496.43a2529cfa6890f5a11867e62c7a817d7879235d.tgz","fileCount":388,"unpackedSize":1331487,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBp/yCRA9TVsSAnZWagAAXe0P/3u3BWij4adsQGyAuaP2\n3NIxmQkGSf0uuqk7MW5v8bdcozsSA4MGfL44F8/CjT2PyPvqGBAJRRIE+6az\n+VMl3V4mjv9RwJnPAb+vLNtbJHrqoAY+e6KqjidV+U1fX/AxpjPQNHhVgCW/\nJ0tApxSe04LH79bwn2UDEnsH1CCtl3B86wK8tIFTm2shH8PagR9E3GF0NnoH\nLUAw5c2pbsBxnsxa0AmbuAllZU1S4j5xqO5QO6ur7vq6RP5CM6QzB8LV66Mu\nc8qQjQK/DFilI6mUttdl06kiLPfbqj9nT1KF/FFivYfBbNCGeTvhEt2t5Xte\nwyEm98FSMwJ2nOonns7Kd5PrhJ9C/AEA5P974ps4HdfeJ1OaigpJIQ4lHd1X\nm3FdewFlq7NDw/eFnLg44D0OtDQXLd4ZQJtCB5Yrg7nZ9IPfCxk2aLJx4c3y\nuK3cFlHkh9MiKzfv/NyGdJSm/jU1kmXU3M5spnsg8x0xrO/6RJH/zxMbWpLC\nGpaEz1Z1ef/mv5pAHC+bH0iOYsGAgFfv66dTgqTzVE4E1HNPadoJn5zMMl+I\nvslfPdy7aAWqnC9GDUWTcq1PgdFITGYpu82lu7O8NnewXoumERNyiNVKLW2a\nGXBEw5cmJDPF87YuQAg3Su196CnEsC468zpcx2iMbqbae4EaSGjKjcWvkDc/\nUi9q\r\n=XNNM\r\n-----END PGP SIGNATURE-----\r\n","size":278093},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3496.43a2529cfa6890f5a11867e62c7a817d7879235d_1644601330249_0.624016432845526"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-11T17:42:17.680Z","contributors":[]},"16.3.0-canary.pr.3482.7777ea054008ac921136cf694d64041494250def":{"name":"graphql","version":"16.3.0-canary.pr.3482.7777ea054008ac921136cf694d64041494250def","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3482"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3482, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"c5345dfbc89b400d2200f200e852601113d63c05","_id":"graphql@16.3.0-canary.pr.3482.7777ea054008ac921136cf694d64041494250def","_nodeVersion":"17.5.0","_npmVersion":"8.4.1","dist":{"integrity":"sha512-2vSNewHLlKKO2XZ+0welnBx9BSKtbR3Wyxg3WSevMzUKcmKi5ccmfgDX+4JqMVoCJTHQnD6SQRKiLjfyyVJkgA==","shasum":"9b2cd14ee7e08aef22d910a1b9ee15509d2f3ff7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3482.7777ea054008ac921136cf694d64041494250def.tgz","fileCount":388,"unpackedSize":1331671,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBqGPCRA9TVsSAnZWagAAucsQAI2nK5VhZTiwnCqFaXe0\nJvaOqX6vs655o/8RqHK5KCidBdFISFUIbXSABaNGLkoFXws+VFlU6G9PrsqJ\nufffhxkrCLWplXNXmQB/ZEUzrOKToF+Bkj5w1YEV7XvfDKM943J9cw5Xx+Xc\natm0WDUJQPcXC1kLeuPq02yqCkPuqcJZobusfaeoDsbINqWpMugRnP1lvar/\n3/aG/BFJlwURlnPgaODC0LFlQn4IloqNHSNuUfMPc8MbgCQf8fdOAnYZzHPV\n5b1WBLhW0HYTQDNQiol1q4YGCuQsJJzIlJMNJPQoJUATE3If/9lDt9KlPW/9\n/h9MkyBzlrlKwwih2BFHa8i6pz9ezLUb8t5IvSiqV14XhAHljYMOlXiqmrLF\nsQI2UZwRlye1pEojjZdJIO/30W4BxKcHAGJ0U+v05agudtMQnHqKht1lY2iF\n1L6dMNEKyvdbJMrmtmqxaNCrOOaiPxS5TTLc4uDBCxMFBlfQ2AuOxYuyRqRz\nT6RWRZBhtZR0rFlIGiejj5vNsxdpBub97LRjHCzZCQ4AHgClDesPDn9g0Uau\nQiUFaT0127OjT+lECz+x/igBx06qPO7ERFmX3x1gvSrpZb8XeWMU0vEasRQ3\nPlx5hLhDC9sLONnLK8tCLW3aHL6m7rCuFx0nQD929je0I60sO7WlNa5Fv3zy\n01om\r\n=ZOrG\r\n-----END PGP SIGNATURE-----\r\n","size":278160},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3482.7777ea054008ac921136cf694d64041494250def_1644601743565_0.17678969448502957"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-11T17:49:13.780Z","contributors":[]},"16.3.0-canary.pr.3497.4a0bc98371a633cf49efc236c1011ca5a955e848":{"name":"graphql","version":"16.3.0-canary.pr.3497.4a0bc98371a633cf49efc236c1011ca5a955e848","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3497"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3497, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"c5345dfbc89b400d2200f200e852601113d63c05","_id":"graphql@16.3.0-canary.pr.3497.4a0bc98371a633cf49efc236c1011ca5a955e848","_nodeVersion":"17.5.0","_npmVersion":"8.4.1","dist":{"integrity":"sha512-DzSblYdRqu3cQlKyNsNcLY8flD3bZUCGBt/qyk/CoZZj+dQLifpQ1fdt6t3NFQUzXs/OmFhpAyV+zI7ZaXa19g==","shasum":"289e283774ef6b9992eb6b53124d428a361e9fa4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3497.4a0bc98371a633cf49efc236c1011ca5a955e848.tgz","fileCount":388,"unpackedSize":1331663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiB7raCRA9TVsSAnZWagAAvaUP/jHaz2x3jv+D6AUKWFIS\njMPxhPxxaRAuFWdl676fPMdUWC7rm2Mg0pIaaomkqzHuCfQ7hNpgP7CA25XL\nFliYNyFrZkv6O1HwtGVkLG5XRzVZ0ZMAx4YpI7IPBSYq0RcfgD/AnFcMIbcx\nLa4kEumXexAffFuCBHY+GytmBY+mBXbYv0dN20ruBd2XRvXtwJD/CK3HWpBz\nOOk58QsSBgdCsOnAA3irLl2BYm28g8c6osLiSfbFkTY0fxMNfH60/okm8+r1\n/G3gZp1RspG9pOxwEgiBOHsILznejtogT6QDGinu1B91VsxNWKpe3JnvXDkY\nlCwoUBO2uCej0d2JR9pMgqHf89j+9kLfCyIv2frcjwT3g41ATnp2RgRJiFpd\nYCgt9hxK/JZso7oooxu48iW1Nh1F0488KI/tseNyMdJJNeHydESgp97P2KEs\nMXY/hilbFLDmqh4rsbWtrgph7wUVrOjhTwtIv2uOSYZ0RUniw8MB+OhuHppW\nWRPDdGqvR9/oco13/msagjR0VRP6I03/A33+/vu+IjS7otviZSfvvHijazYO\nzaaA1mhNga9IZHIBtCUBZ6m1D/vnsjUbFqWbS9vq92VZyXn+Dh9Wb7gnJ0my\ncpFwlqtTVpD6ItihNQVt8ANzpF1wIJ6iJ4GS14nQiA7BlFpuL6DnXwdWC2dN\nr9Si\r\n=P5SW\r\n-----END PGP SIGNATURE-----\r\n","size":278154},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3497.4a0bc98371a633cf49efc236c1011ca5a955e848_1644673753855_0.8805810941867798"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-12T13:49:20.943Z","contributors":[]},"16.3.0-canary.pr.3498.5fd2797529557639476d5aa24359f97653bcbf22":{"name":"graphql","version":"16.3.0-canary.pr.3498.5fd2797529557639476d5aa24359f97653bcbf22","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3498"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3498, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"95dac43fd4bff037e06adaa7cfb44f497bca94a7","_id":"graphql@16.3.0-canary.pr.3498.5fd2797529557639476d5aa24359f97653bcbf22","_nodeVersion":"17.5.0","_npmVersion":"8.4.1","dist":{"integrity":"sha512-WDqxdgtdnN3Hom6XfN5VXJZ12Rwx2V1J8r+Y8NkT1rJ1sk1fbkD+dCrDLF/XRkuBKpaoF+qabT3ZTTmaZCL75A==","shasum":"f344b8ed4b0a38cf4249ef4508619ff855ea5c74","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3498.5fd2797529557639476d5aa24359f97653bcbf22.tgz","fileCount":388,"unpackedSize":1331663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiB7xtCRA9TVsSAnZWagAAjOYP/033Dz6CmreYO6vmwwiy\nGt8DmAZIVNI7Tp8Bedov0cC0W4A3JJY9DFi2r8JuzziNN3iea6ts2zsIwngt\nFfaQpZCMcP6hLMUTGNj3vvBD0asplXiCNu4dM9NDN04NhleoHyKReZnBUgjB\n+Qey4MO/T7XMXXrblfg+wL8d/d7orUgpbv6rfIbmt9zhg1A5LZkuBQY/bi0J\n9okZnfBHVl8061mtbrVFFO99mOcXJ4C2yASh8nFzQkZc3P8zx9lob6Kyz0bZ\n48CL+aCrQD35ooLyug59x0dgARU4LLpWUNufaDXh4wD6g3k6hW+vucQVk+3e\nr5UFtNc9JQmHIRDUkRzccBtgSgDNQCMQjCcQ9V5i7x2HkagQinAfIcsvngv7\nrYaI9BW0dMHrbhqoaVmfxwWbxFByBTsEsw4TDoNd50ZMowX7w2joEwkoR7rr\nOvWNIm4SNUL6wHSK3GHJo288Nt6mYHKc7kcEHSL8nPIHcUeQ90ZYroF1Z/5q\nsdkrFPNkL7FlNukXuhCx+TGgNa0qJq+4Z2SkaITnPHnGn6LxXW62XmZppkzW\n2NM619G/GgMHX5FXxU8MB2CcWJnLqoBFCJnr19HGnUcqOXM8x/GyWp9Ejl5h\nQCUGsb7p6ADLlruGKZJPS6ZfVtKYCPq6DUHo86pvgcKGdrP1P1MxhadhKpJq\nT2N6\r\n=qghE\r\n-----END PGP SIGNATURE-----\r\n","size":278157},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3498.5fd2797529557639476d5aa24359f97653bcbf22_1644674157768_0.027590227374695964"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-12T13:56:06.258Z","contributors":[]},"16.3.0-canary.pr.3482.6f2ec221eab5916d6d7bbfc6167256477bd35c45":{"name":"graphql","version":"16.3.0-canary.pr.3482.6f2ec221eab5916d6d7bbfc6167256477bd35c45","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3482"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3482, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"95dac43fd4bff037e06adaa7cfb44f497bca94a7","_id":"graphql@16.3.0-canary.pr.3482.6f2ec221eab5916d6d7bbfc6167256477bd35c45","_nodeVersion":"17.5.0","_npmVersion":"8.4.1","dist":{"integrity":"sha512-fZqsPsWsmyOxnBpptTujUgC2EXE229F1119Devaf2ksw05o83gVIfzSWtJjEsiOngrDZHfkUmjEPMpqoRs1wIw==","shasum":"a2605ba8fdc4fa70dc6436e136308abc37b8b00a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3482.6f2ec221eab5916d6d7bbfc6167256477bd35c45.tgz","fileCount":388,"unpackedSize":1331671,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiB78HCRA9TVsSAnZWagAAVbwP/1kmWB90LsCErEzn9X1v\n4OqkBqvPEnoMIWGyAbjUf4oLOVDBMPpr1u3DUpFHOpkYncpVSoDhBMsjzN5b\nOtN6mScy9hyi7gUti4NjLSY0JDxUobbW6bQrQ2g7xUv30eExccFHd7AvkIwY\nRXw2NVX6yB4bcU/miCVrBdAEDJVEPptoO5xoi2ohlyk737TeBCfkAGEutAGS\n8cP0pVXMGj27zFRsdHLQ/ihphZjsDOI9JDY5AFrVyB/xqHx9R1KKIBdhx3Bn\nZ9tjRnOTjw7+izb7sBNzGCpkvSheXG+tjhrkOnBTHNoZDBtXv1Hg8nonwzkE\n5WC/vOKHBcT7E0xlcolhfbo7MkN95W9lqOQgHQLUOarBurmATxXjfWaRqpHx\n1GRzbiwZpUg3M9OyPD997yfcV+MBVkgGZEh2R46igsikxrE+4YGbypWludTU\nshsWkn27abbkrvAXW9drm26I0j81QAuSwXdK1fwq8sXwQb9fK1lgI3vtWMX2\nLuUn5UDuD6c1BQH9DB2rSK3U5gAZi5E+/F6RelvFivzGwRboCPSFd1JPEdi/\najg75ZzjItvFmBo0hjMo2JU5HwoEGUgN5jbCkJSG+sCEUOL+sHrdCabP1gkA\n0xGlY80kRT43FalLcobguwwkbOMLhDpG+o9ySEXmaoCcl/xrZt5bP2l1U2mQ\n6BxQ\r\n=X9q7\r\n-----END PGP SIGNATURE-----\r\n","size":278161},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3482.6f2ec221eab5916d6d7bbfc6167256477bd35c45_1644674823063_0.6382370469484882"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-12T14:07:11.630Z","contributors":[]},"16.3.0-canary.pr.3499.ee62926bcf03d7d05ccb227cb7a67338ebab423d":{"name":"graphql","version":"16.3.0-canary.pr.3499.ee62926bcf03d7d05ccb227cb7a67338ebab423d","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3499"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3499, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"95dac43fd4bff037e06adaa7cfb44f497bca94a7","_id":"graphql@16.3.0-canary.pr.3499.ee62926bcf03d7d05ccb227cb7a67338ebab423d","_nodeVersion":"17.5.0","_npmVersion":"8.4.1","dist":{"integrity":"sha512-9ys/EASBHi9prqQhCNPJqdiGx4YO90zGD3S9h7AMo9sCFZkkL35b4ode6wiq+6CyExgQnTnvl085+1rbKzXW3w==","shasum":"9399b27668a31a03be17d09230ed05a5e07f6bbf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3499.ee62926bcf03d7d05ccb227cb7a67338ebab423d.tgz","fileCount":388,"unpackedSize":1334563,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiCoP5CRA9TVsSAnZWagAAXkcP/2urGS4VL5dIBaE1Rjgw\nNBAE8Q8VRF1aAMrnmfoI2V7fWw7MxT/fnpQzbC/YDw80Agb7vqpTgh+JBvNI\nIpHpfk4fv83RAtdr5niRI1oBm43zHWOjXNabu4IOaW90zR7afXB/7v/r8x/z\nIHBylF2C2nehKtWhmOF4uAr+lBbCceuS13E22bQYnhw4TCqW/HhfmkYlLruY\njLQ0uGbEUUCGlbzEn6KgRnoQ7qvBkE+Yue5BET4XZiG8cfhQqr+XWawNeMiW\nBuFu1RS9af+rgk6f03zBS+b9MfNHz3kDzuOIuvDcmEcKQlzVNLpoQDD2LAQM\nys8ViYQ4rc3sclpMUc6oOPrhp85oRXD0dh4vjlh3O1U2oAyMDfmeK7MqHeph\nBaXpR0eZW2wS2nMxD9AzgshMU2BsapKwX9xApQjfjJLZF06uh5Dhaq6sgYQC\nAgxjp3uHxrcUs8Tk0cN2TK0nJvnWM7F/aZ2yWVSFQXmoAUXMwy7fuqDcgaqN\nF+hJyO8efzRb3MQmA4GCc5R/9IJDn5UpM8bnZHRTlRKwT046Cw0AgrH2Ai7V\npzVKRXq8wkWzQ16wJRpNT3ejEROXtrWjy4dE3w2hPapBf2HcweFIOz+uNJnY\nWpd7nnEgsmfxV8YxRUg/XtQ+6fPSCWNkJT6Ysybi9k8B+PU2jBSyt40gYFkb\nbA95\r\n=tUkB\r\n-----END PGP SIGNATURE-----\r\n","size":278469},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3499.ee62926bcf03d7d05ccb227cb7a67338ebab423d_1644856313489_0.4528517650879387"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-14T16:32:01.170Z","contributors":[]},"16.3.0-canary.pr.3501.1daccf7bfd7fe9ffeabb319f26aa1b9bf5133e4c":{"name":"graphql","version":"16.3.0-canary.pr.3501.1daccf7bfd7fe9ffeabb319f26aa1b9bf5133e4c","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3501"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3501, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"95dac43fd4bff037e06adaa7cfb44f497bca94a7","_id":"graphql@16.3.0-canary.pr.3501.1daccf7bfd7fe9ffeabb319f26aa1b9bf5133e4c","_nodeVersion":"17.5.0","_npmVersion":"8.4.1","dist":{"integrity":"sha512-NJtRgZNALnaWR3sjI2BTy3B8IFOkl5kBSXDqT7jGDp+Ed8vli1+WYAw5Dj98Z3jUgnT7+Xv+2Ey+bIVM61ZhCg==","shasum":"1ccc83f14401f9310717d1c45a094b2eca97db4b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3501.1daccf7bfd7fe9ffeabb319f26aa1b9bf5133e4c.tgz","fileCount":388,"unpackedSize":1331957,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiC7mFCRA9TVsSAnZWagAAliUP+wYMlqZE0E3IX8zWRjeJ\nzqYSwZMRR3D21Cekb1qksiQjfSBvNRBJ+MRpLGXhRxSygzTRkFIXkycTqg6m\ntjcyv94LxySQvngw4mClU46RD2dE+Aq7MqLvkH4fvnDq7CHPeaDv59brYhqD\n0c7gnn3KtGi6ppFWcYjGkgA5+KneS/a2yuOxvK4ilEa9/+jIXziK7s6Vh8y/\nJCF4LTncmX4nx/Kg/X4a8UULAVHonH4xXqk3yjA7pJFs24BkywBmPQpKUvi+\nQxlPqa2YAI85gnmEaqF4RruFWIlE6ZalEqGZJ7UVMvyuOH2Vu5y9uLgTIVZm\nz7/DAE8Ngvd1M5TKuinuNS6xA2rS/P/jAKoQ9ntw3Nq8MFsG8neodbYqRHP+\nCwSqzMZqKKqqTIPr+bsrkqzcEkh4kzkfvvUyAhzP0EXhN7c/OQCaypU/ZSHU\nm8TI2bhDKXTWWODZ1MBgsnF7+OVSHB89oeLQyoadgImAHfx8hibMdO7TcGBg\nNVWENaofKxSS+XliMDzkp+wr7hhzOTFVc8S1JB3Mg87SmkHRXGNEl8OqkhP4\n/Xy0G9DrEpF1qZy8IgR6FTKcuAf43MmgLc8kqaZCW1YJv87bDhOsvx0leVtA\nVi8xN2zsCFiKAbCeRA3u92lbIq3jknnol4gVhwpzsU7Upas7XdIm3x6J/flD\n3dVs\r\n=1uKb\r\n-----END PGP SIGNATURE-----\r\n","size":278238},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3501.1daccf7bfd7fe9ffeabb319f26aa1b9bf5133e4c_1644935557140_0.39437017555279086"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-15T14:32:47.055Z","contributors":[]},"16.3.0-canary.pr.3502.de9b8457d4a34eb544ff7b97ffacd641c913a2d1":{"name":"graphql","version":"16.3.0-canary.pr.3502.de9b8457d4a34eb544ff7b97ffacd641c913a2d1","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3502"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3502, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"95dac43fd4bff037e06adaa7cfb44f497bca94a7","_id":"graphql@16.3.0-canary.pr.3502.de9b8457d4a34eb544ff7b97ffacd641c913a2d1","_nodeVersion":"17.5.0","_npmVersion":"8.4.1","dist":{"integrity":"sha512-csOetZI6ytfrD68sKOwdx3uwbKYuJkN2ySalDjM6/BH4247jnDfe2rF1jRKIYGEGGeVUXrpRxrvUfS+NN4fEnA==","shasum":"ddb0aceb585297ca0ecc8b7e4013ca62d5f86896","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3502.de9b8457d4a34eb544ff7b97ffacd641c913a2d1.tgz","fileCount":388,"unpackedSize":1331663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiDRIyCRA9TVsSAnZWagAAqagP/jeUinCLpsJnk8VZDIxj\nR2ackK4RoxoBIrFxyJSTgS9gvmxz17S/53YdrZaise5o/U27zM7ikFf8MnHf\nJ3mPQutYwb1KLLl8Zgi5j+gvnGmuicynA7E9vxUyoVPxKklvXT4k5IaMJ/xf\niOuxj1YLQdM2aiGX4wFJZ3c3xj8kR1fLHXdyx366J2xxqTZYvE4fjerMRw8z\nJHG0m6hyI/4o/BLhf1Gdj/BDo+fE7ptNK8JRg/acKo3a9UtgqWk9SBuYEKPf\n0n72DZsTHrsVY5BUm5Xl63r5FJRlKeH6HP/UD1OjupJLPPAHxdeoTnuHvd43\nOXlZPKKN2Dbjm6d1XeMKe3/cmGkGq04t4MSY0MtBVufYfO/bxJO5GNFvOChT\nTqi1CLvoExP2ZFwwVm12hQepV2vpH5oTyF+rdLLAxFhsx3s7GCwUW5LsW+tF\n14T4KlSHzATGovIJEMKKGBV1TMeCLxC1t3so+ZmvHt8nJdTjzjoqt3cZUHBW\nhLlgsPvGleCEqA1dS/mrKvql+jbeaCeY+aZ58pdxwXazuZlJhxYLALMyGOzy\nbLDdHje32k6pkWKLujCNxMtwCqf20PtzwvyVfZcWa0DbKOzq+xLKr822Qy+A\n62q+mENFZQxlZwy5WyfMx6cu0+Ugr/XSc44qTR1OlsmAeUxiQ6/B+QETVzgU\nci98\r\n=jXo3\r\n-----END PGP SIGNATURE-----\r\n","size":278154},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3502.de9b8457d4a34eb544ff7b97ffacd641c913a2d1_1645023793753_0.7619155921229339"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-16T15:03:22.520Z","contributors":[]},"16.3.0-canary.pr.3494.25e1e8c8de6b13288ac61febf75d6f415f81a044":{"name":"graphql","version":"16.3.0-canary.pr.3494.25e1e8c8de6b13288ac61febf75d6f415f81a044","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3494"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3494, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"6407307718ea446e2c69770eda00c5c2f1c8879b","_id":"graphql@16.3.0-canary.pr.3494.25e1e8c8de6b13288ac61febf75d6f415f81a044","_nodeVersion":"17.5.0","_npmVersion":"8.4.1","dist":{"integrity":"sha512-nIQz1KlgrcKx9wl/6rckqH2gyJRcdQaFlwuWoWQx4RZTt+z9FeJpsZ3hDU/gSkbTTO4XJAjl0hcqFcSlUwM8mQ==","shasum":"60a590a6587d1a878ce4584e8323d7d33aedd7b5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3494.25e1e8c8de6b13288ac61febf75d6f415f81a044.tgz","fileCount":388,"unpackedSize":1331939,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiDkNCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq4JA//fQ33ZIwT7Dv/+ncTSD/bjF9jPrw1cFaXB5/M8Xr6FUIkgpwa\r\nTmJNQkOPXwjId+rxLjsLga5uqSH0qdQE3jfxWO15HmPvvIuOjvmuDkyT1jnn\r\nxnfZhMJXOFfcC+UBBZ1UqYACDl7KNTQzkq9vmYbLG7DcC8ADG0HImb31DWvQ\r\nfk56wFAjjjcdkB0x4Z39nWPOJvhXFbS0rP36ILyFYNLkoXu02DcScWlCCKcA\r\njeCwp9Cx+fZX9d5mJYV+qL6UFtRKyb2JfTjPujkAcuW3oXv/9ANs55J7+wQa\r\nN64KsPrkUL59IsFvxkxFVfK2yPIfnEmWStJUDpXJp5U6/1wNycYiJ8qPdhon\r\nrdtLRf5pPJr1/3awDnnY2V52hhjAtEXkgdOWHHqUKg4nw8KHmb6q1VAOrQmB\r\n3k8vjNvUAkpuYnpQVs0h9yHPiC2JBx1sjEvQqVf0nFOPeP6RYMguimrVEePz\r\nMZ3SjMNwHkg7GtQmD3vHEFUBz6liV/+InWl+tor/yhbZW4mWf4tfUVlfIqaF\r\nXOrG7HilQLhxiP9DKV+6NnbEz++ThxzcO6dH1k2SCh2DgQPWTt6rOg/TS23D\r\nKGYkR5YVH2JVwTkQzVxKiuRyH+kJul15hip471iYqdQ/aiNJogwSFeS8/jra\r\nAeED2i3+SDdzOuNqJkkIWQ2LjyNFcygw8Xo=\r\n=MeJe\r\n-----END PGP SIGNATURE-----\r\n","size":278219},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3494.25e1e8c8de6b13288ac61febf75d6f415f81a044_1645101890223_0.14429907271220066"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-17T12:45:01.756Z","contributors":[]},"16.3.0-canary.pr.3504.7c7b6ed1e17e6cf5e114f1a89a24d289fb969aff":{"name":"graphql","version":"16.3.0-canary.pr.3504.7c7b6ed1e17e6cf5e114f1a89a24d289fb969aff","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3504"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3504, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"6407307718ea446e2c69770eda00c5c2f1c8879b","_id":"graphql@16.3.0-canary.pr.3504.7c7b6ed1e17e6cf5e114f1a89a24d289fb969aff","_nodeVersion":"17.5.0","_npmVersion":"8.4.1","dist":{"integrity":"sha512-oLRcxeWGhOrIfjp3kPaIvmJHk/BrGG/XzKCc3CZIyPbLmK+aFkseB4pud1zsOq/wuo1Uu+TeNxZD4Pn8qVlGSA==","shasum":"053757b068e5237ac2dd395492c6cb2dfad87f48","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3504.7c7b6ed1e17e6cf5e114f1a89a24d289fb969aff.tgz","fileCount":388,"unpackedSize":1331748,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiD/C1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpeCQ/9G+42c5OfHOB3Dash97kc0IyPdlG4Zpfpz+RxIMn953H0irtv\r\n8UCdIQcwHvk1E6G1bNfCgLaqcR6se1NmrOnqrwwTAWL22X8UDR4XgegpSsH1\r\nS+ZAbs7kRp+mS9Uoa/rkwNkS5O3YHOLb/+ZiXF9EW0YeBgNTzpE+L07goWCM\r\niPUMbue4Q4FdMQ3nzcQeE2hWtrqbM11l0bV6D3VKb/Q9i66qObfHGUQrpf1I\r\ng/tLLWhjAb5KOhcWmFeWEefipPGPdoXQfL3iqNr29IpAg8DeKSFU7umMClDV\r\nvdNtv6J9dejuEYAiwrOP/VXKk125dOMZmq6QRFOmhXMetNvTJtOE7cxZKzdV\r\n5EXrVk+CjNtmhuHDsId9HKik8oLyImNrhjba6Y4jUhdl3MuBqzjYNu3QJMEQ\r\n97LlirdixZCgttfJkB+81QJqsEtXUPNjslOnqJeRhPux7rdrxPE2Nfnh+3aX\r\nRPRzox+Uj2Sf9eM7+vJXo3vcnvEO/pHDy+2FGxPXHMVjbbFh7PSQD8S9ddL7\r\nZSvgmVX75dcw70v5Y7DE6tN3AbDq7anQzUEzTv/PBZkIGjQyXVwPK8kLJyIj\r\nev/VfaH3Lmygij/GuvG7Rp8adAkIeXTHi2D3HvmanvGsyAzjJd+Rv2yQOsE+\r\ntDT5Mnz2Dgpea4BcJ6uiDIRR4+nKw6ybQz8=\r\n=UOIb\r\n-----END PGP SIGNATURE-----\r\n","size":278162},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3504.7c7b6ed1e17e6cf5e114f1a89a24d289fb969aff_1645211829011_0.3489034781128304"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-18T19:17:17.799Z","contributors":[]},"16.3.0-canary.pr.3505.9190e5ce1cc557931a15ca1f7b15586f033c8a02":{"name":"graphql","version":"16.3.0-canary.pr.3505.9190e5ce1cc557931a15ca1f7b15586f033c8a02","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3505"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3505, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"6407307718ea446e2c69770eda00c5c2f1c8879b","_id":"graphql@16.3.0-canary.pr.3505.9190e5ce1cc557931a15ca1f7b15586f033c8a02","_nodeVersion":"17.5.0","_npmVersion":"8.4.1","dist":{"integrity":"sha512-sAf6hR7+7CgepTZNaLQ2592+rMUqaXf1nqbwwP4auPJ5/l6e+7b7rJ91i61dG9pS7fc6YleTQtolJJdslIHNJQ==","shasum":"3d91f3c017df171f2225fc7fdc2528b26a55cb99","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3505.9190e5ce1cc557931a15ca1f7b15586f033c8a02.tgz","fileCount":388,"unpackedSize":1331438,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiEs2EACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrqgBAAm8Bg9QEfQVn9GTq4jIKLyLOvOssVw8xH2vOVEaxDx9erzmhy\r\nEk4u3ZNumyJvWBlPfoOafLvNds3tOimZo92sF4JUr2yF3r3tFFbxmXwnVQk+\r\n/o5BO9CrEvyXJgWGFtDRZCUjwCPULUPPHOVNaVuDu81IoFVFneCFXW6IAtGH\r\nCnGYDVRMrWTcj/834PUTcJ2iibQhZFwR1QGJnEKKtOamUh59/YVqIj42e/DD\r\nsg+pgEBGIb1dEpIwnG5x9Rrywe9WERLvYaQ4+TWwYmfwpZsyZNNAWYhT04Hx\r\nEEp9ko88cP70ECj5PafKcOcM1ky6qQsMqddv17AFcDgaHqmKs1hoY6wLOlBD\r\nHOqRZoOuRzwsB7Xz6RUjoOmqgJpogIcC9sIRmgySQdRGIQ3E3ZvF7Teohg4/\r\nhbD/A1Ho9ebftazoX+IprBZ0ZoaHYZYvvKbLmtRppEn/zK3lIklt0lR95Zym\r\nt8MEr8QQQQYjnerxan3wNWqlHMwi3Wqz3sXWFT9S5EwFY7T2XETfUOcJt+pI\r\n/XtLQUqdnswo9/J75HvvMmrjaFmOd4Pg6vxx/6kNAbGHI/7wOA1C3AZYDRqA\r\n/vAO10p4opyWQfa3SiiNot5cnoMmIwObPr/Ls2ZXMH6+VQSETjgebWX1td6P\r\ni2Hmkw+CueJopPdhAvfu1KT9Ak5pibzdSUQ=\r\n=Ghib\r\n-----END PGP SIGNATURE-----\r\n","size":278069},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3505.9190e5ce1cc557931a15ca1f7b15586f033c8a02_1645399428416_0.7119463657524274"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-20T23:23:54.399Z","contributors":[]},"16.3.0-canary.pr.3505.b157d96d56ade071a24a1b0c71334efb9af57689":{"name":"graphql","version":"16.3.0-canary.pr.3505.b157d96d56ade071a24a1b0c71334efb9af57689","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3505"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3505, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"6407307718ea446e2c69770eda00c5c2f1c8879b","_id":"graphql@16.3.0-canary.pr.3505.b157d96d56ade071a24a1b0c71334efb9af57689","_nodeVersion":"17.5.0","_npmVersion":"8.4.1","dist":{"integrity":"sha512-RzbSm4FZinWTcZ4AY18UfYUDwHy7QTjgmPOUdEGISMpbnqk25kTkOk+7g0bCXJgD5f4A1erCtqh/juKL6YYwjg==","shasum":"39249d48e7c72f7f598e34236e0ba2ad3613b4f5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3505.b157d96d56ade071a24a1b0c71334efb9af57689.tgz","fileCount":388,"unpackedSize":1332320,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiE3Y7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoVvQ//e7L49X/StS0AsD2fCsN2QFewbZwXptf3/Ao1AiAUy5f7MYtF\r\nl5u0zdD2SPLbO+4z5iTBGc0AhtC71ZBoc7kJNvwsaPC6K3IDURUVjKZ/3hKH\r\n/uj2pcE7G7J7814tAxb5+t7GW69rC0bZOnT8Fae0jx+aVX6U9dJo+gU7sg6/\r\n9v/LaQBXnCtoSwhHV7t4q4Xc3L0RlzUoYyPx2mzcSO8ICgq1e5a7wX1VZ1gH\r\nkCcIPnQxJfFSxjVR7+okBojGfiDRAgOcv9oIVd4f6PlBdx7vFYWk2kM2hfqA\r\nIaQWRWhNO4IOM20jdL1kMmESUfiPRvyLkVhVk8HAkXS/VY9OEuSoaS0E4JbM\r\nkffZl2Sa4M7MBB7PSMpoBWXvfSl7ft4weHEVhNCd4a4wem3Eg4opuOuSFleE\r\nAdlORTMEhFfHi8/XiLP6tJEla/n/pfoMetXg+wzJTdacSZDwd+0+xkXmc3cG\r\nt8pJxP8b52rWETqf0TJ9hOpw46YSQXXkvXJj2fhFRBBqmhEO13cYjEjF2SGN\r\nz/0LcZcY1bqQLPChAeiA/UI30lPZRtC5ndyV97obGLE1Bcim41byP6ntJmEn\r\nl7xfJ91ActhPkbarChjyiPoRnW3vctOTsjYw7zKjsqLGSpS0xkAC2ZGNQI1l\r\nVmaaKl0p4kg1zxhF/dG9+wQV7qMtxlgzGlo=\r\n=K+hm\r\n-----END PGP SIGNATURE-----\r\n","size":278406},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3505.b157d96d56ade071a24a1b0c71334efb9af57689_1645442619383_0.1296459141253563"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-21T11:23:56.457Z","contributors":[]},"16.3.0-canary.pr.3418.64c65ba6a2e7e923ed9a476c945f3c72da7a6c7f":{"name":"graphql","version":"16.3.0-canary.pr.3418.64c65ba6a2e7e923ed9a476c945f3c72da7a6c7f","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3418"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3418, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"da5723860e87c97831c02a1137e9431d96c14239","_id":"graphql@16.3.0-canary.pr.3418.64c65ba6a2e7e923ed9a476c945f3c72da7a6c7f","_nodeVersion":"17.5.0","_npmVersion":"8.4.1","dist":{"integrity":"sha512-TU3BbF3dC9UXZzCItpOokXsK6nQwaq5Xd++V0LOB7cN6kmZNn+kYrtSY51VZrErtgNxnEfipINtzH041oHUshg==","shasum":"c281e03d2171cf2a12c82c736883d7bff05d0acc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3418.64c65ba6a2e7e923ed9a476c945f3c72da7a6c7f.tgz","fileCount":388,"unpackedSize":1341273,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFVNSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrIQw/8DB7VAVaE2SXDbBIunjyYBeOavQTJInlQuN/QD62gNP4nzsgZ\r\neQ+5b9ESk8d5snDkFsCP3JyY95Z6+D9j5/62FKz2YAV+M5qahdoqZ+RzLsGx\r\nOmPnhmFpCaUTcHncyoC8L+9mzpUwGkuK/60IRVW2GA14xFu4j3Rr7uHqVzQd\r\naTDBkUBSL6reXeEfwzGo9skkih5aAsKXRuJRUctJNyXPrPALJ/d0U+CjeFTM\r\n3t1hJ73LaAqxuwa2S5eGJsk9bd/IabUdIQbRXb1JQFObWNMJ0GJtHFYLln1P\r\naWk258UXfaNtkzYbRWpi9z1mMaUgfdTJdqNPQzNMlVZ5hTXFqpgqWTelHvUZ\r\nO+Z49KaIdEBtzNieDX2JdhzgSmIx5J1fS/Je/riVeKR4KpJTKsjKwkfHjUVp\r\nf4Fc/I/ryL/WqvLFOs/R6SRtBfgNQ6tKxWKv6Ow3L1macOB0aa0d+lgOrluQ\r\n27hpbQfzviKHxYEekKuX9vtbe+NLtqwQltAHhx/3A8Lg19yc9qkFAl/h553a\r\nuD6Il/c8ptlV+RYDQ4pkzkysqNbQ0nV/1fPp7dzHzrOU+8ivWwDBniAG9r9B\r\nWrrpa4mBk3R41wZC4oZOXjqZ47dHAeSxjQpKuohLUwLwxqdlr8m6ezDbGeTg\r\nr9LnE/lwVctfRMiV/4fERWStUTAF8ank5/c=\r\n=GeGm\r\n-----END PGP SIGNATURE-----\r\n","size":280266},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3418.64c65ba6a2e7e923ed9a476c945f3c72da7a6c7f_1645564754352_0.12575583216337294"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-22T21:19:24.627Z","contributors":[]},"16.3.0-canary.pr.3418.662180be9091ee1edf699b4cf4922bd5b7705297":{"name":"graphql","version":"16.3.0-canary.pr.3418.662180be9091ee1edf699b4cf4922bd5b7705297","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3418"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3418, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"da5723860e87c97831c02a1137e9431d96c14239","_id":"graphql@16.3.0-canary.pr.3418.662180be9091ee1edf699b4cf4922bd5b7705297","_nodeVersion":"17.6.0","_npmVersion":"8.5.1","dist":{"integrity":"sha512-IhGBXbIfqtgcdPOBuVhhC9GNkmKA4zWD5KMk4/o+OUKjpqcFuNP5hN0zxEIPrWHfIZVG3kdhL55LX5WMJlbK9g==","shasum":"64802a092c423fe6bab49acaec206cc596a05030","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3418.662180be9091ee1edf699b4cf4922bd5b7705297.tgz","fileCount":388,"unpackedSize":1341516,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFmtKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpUrg//eQ05xKcSETZ/V2T6WURKB72sXZEgeJkQFyivWSb9cpiiKhFe\r\nYfXHX80IwTpgdwmgDgGHhHEnwKWEVnl5gQU9glvcB/9mUb/Kq4m34KjZ1j1a\r\nopt7r+RCLYYaV0wSTOXcyTvdkfzFhviOp1uCEySebPHcYXNvdzkuBprQl7Sr\r\npi0sRhtroATbCwhqseG7qY83BB+QwfNI2sakKCFQCqa69uzfTJM+vftwWcpu\r\nh821C6KGex4CUS3xzScfliHzsNjR4dtsxCXg3M0HpPOKZn4qt5+AYt+qRCBp\r\ni2Ah7pgF5EoMh+GOA2sfx9xk7jIZH0d4VVKc4SJNXpe6STu5ByMx3FA9TuFb\r\n/gMahoRDbD7q8mZ07+Riu5+r/m5vjb2WhJcSdvGUQs2l6Dvp3FaUEYIKduUq\r\nzZKGfhsCUnfgVIBtPyPC32CAJ55xiYJrg2T7GAroDCURPV5hl42nuMMFtkbM\r\nHOYFpPQHITPt+uklawVab6czr+oE8mOGoZF8Q5WkIHDpQzfAiQfMWp5pN+F6\r\njoAiPCy7epJYwaoYJINRf603CSzCeFhiSCsbEDPfx05+zpHV564iJp9RLAOl\r\nR9Yq748BKkSHaZ6LhjvWbrS8H/Lt2uJ6PgjNYALgXbdPH5k8K+YS0ezT9hPF\r\nDFgzBL9Q5vsjON0q6Prcm0lTH022mXoR3LA=\r\n=nhni\r\n-----END PGP SIGNATURE-----\r\n","size":280309},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3418.662180be9091ee1edf699b4cf4922bd5b7705297_1645636426236_0.1826825653272306"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-23T17:13:56.528Z","contributors":[]},"16.3.0-canary.pr.3134.aaacb12ce929a1f2899503018cc6d39a2f83ae28":{"name":"graphql","version":"16.3.0-canary.pr.3134.aaacb12ce929a1f2899503018cc6d39a2f83ae28","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3134"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3134, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"da5723860e87c97831c02a1137e9431d96c14239","_id":"graphql@16.3.0-canary.pr.3134.aaacb12ce929a1f2899503018cc6d39a2f83ae28","_nodeVersion":"17.6.0","_npmVersion":"8.5.1","dist":{"integrity":"sha512-Rj8am5MylHpY59YqJUuRORsUc87Du8i5KBLGARqQ/m1G3k1CWul+Y+erm0CBVAhPqqDIt9znr506A2vCZLfRbA==","shasum":"375d9d0345a034c6fc095340156efa8d37988296","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3134.aaacb12ce929a1f2899503018cc6d39a2f83ae28.tgz","fileCount":388,"unpackedSize":1332320,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFnHmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo9UA/9FWNt/l25N9X7/90AYjOt/PihI0S5S2nCXWCQDHihQUWLCWI6\r\nQTItGFOr4ry/Gc3xQbliuIfD95/Wb5OiiXHC4urYrrfHXjdH4xsRhefgLqhN\r\ndoL1jJfQZrf6hSv6OXUIULzYcBuwgntAcUOYXknJtZ6m76qZ9s5U6ALvKKuZ\r\nJHzCQxs9fVbVCxy38f/wTfrbDPUc3c4ZqKWHzmyt5Mqp8aRUQE8Y9wTyMhs/\r\nVwaw+3lQLSabmsBN7EKr6zn4P9n75UbS87jbZ5wN/gZnpjjbMSptG5NHD8Y6\r\n3o6Mfsp5eHW5AoD6Ka6f8/nkpzxJfSLUMwdVs22vIvC67OANzqYpLfrhTl5Y\r\nQ4l9NjlgVLqnmd4ih89fnCSxjBic41FKpAHPSYyQdavSyC8ATwkfiZuoy8ap\r\nQm9roKtqXqc0ugCltrEpol18D9JkSPdLa7Ve3N/duAC+nKkWGXOYVcEwl7/H\r\nU73QBf6iy/ND5BWKkxLoGDrGOqQvQeory2bLe83TrQKfl1DXMdslSspYAzbr\r\nFYCw8n+O53GT8mMOWKeXiCrT635Vre2H/j8v24Fj+6oi/dA0yIhSzqIPlLvr\r\nLXxJ4HqvdK/l8NysbpMKFGk4qlsbHPBgaLQ5ReQlcvVgAVIZ7GC20+TzL92v\r\nMV1U8gGtpAB/cPpM3G4KuHbfKWoVlRGSoQo=\r\n=Twpd\r\n-----END PGP SIGNATURE-----\r\n","size":278407},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3134.aaacb12ce929a1f2899503018cc6d39a2f83ae28_1645638118227_0.9532732117153688"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-23T17:42:05.154Z","contributors":[]},"16.3.0-canary.pr.2757.7e793c133f5b9c47a1b12e98ea3a35b1b1471dc4":{"name":"graphql","version":"16.3.0-canary.pr.2757.7e793c133f5b9c47a1b12e98ea3a35b1b1471dc4","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-2757"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/2757, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"da5723860e87c97831c02a1137e9431d96c14239","_id":"graphql@16.3.0-canary.pr.2757.7e793c133f5b9c47a1b12e98ea3a35b1b1471dc4","_nodeVersion":"17.6.0","_npmVersion":"8.5.1","dist":{"integrity":"sha512-LKbNBt7E3cOEB179IM2qVfUjVyUDxIiaVzcpndB9hl4bMhm0p25si4jrUds0PCvFuZOnxZfrdhmFEKgk+Rcubg==","shasum":"8debad392669208dfc99f08e800c5ecab45dfb15","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.2757.7e793c133f5b9c47a1b12e98ea3a35b1b1471dc4.tgz","fileCount":388,"unpackedSize":1337035,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFnIgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoBow/8DQc3J4c5iO/Mu+qYQJMoBKaXMzkmZTjlWw7cX7FqAi4ahC+t\r\n0hQr2OKfrWlRuD10NGMvlIz93C9YhPnkr3fKTNYsx51U3PwkXdcs4t8DN8DM\r\nDJ1Rw2RoTuToFgPlZL/Qoj9K425/fQrbLJZAD2A2Bh84U0MACdR/Z7jDBNZf\r\nyOeqLdFTYrE+9tNN8EGg8xdL2UZFJSdqvE+B/aL5Kh5wArWa511msOxuPrMP\r\nBN5PpFmJpOpt2EOUyQb8YFLRc9920VhXj4qLB91IxzEB0ScFo3Nm0KHAbmud\r\ngoknl1p/r2x9MjDJksEaIbYNOUvgYgu1Il5pFR2bhjxzOopTYj7j9I+cy76P\r\n7v8NtgS7jCSqKczubOAPsd5DOAv+yeVP3gwt0ttL54AAC1m8a+vYOdxXPLgO\r\n9Cru2nTD8KaZFrPYOeLEKb0GGmjkAJUSggfJe8kpVB+KDtFDo2inC7jxzLTB\r\nNqskn7ftWqnoLvQzG25DjnzDzYFJlBsS7a9bYJ5LlbZs4Qw+oR4hUtHfGiFb\r\nlwn550JqqIP/1eHziYN1sldwcZLkwh4aM4IhDzpvGMOHMiymcteuW97BJsL+\r\np52ZJ6VTwXjh+ftjVdwWaSP7RwvtFBkNeevhYLSxjfOJykk6hKH2gAuPPHsu\r\nHNmvskApaf52n8+0xKBN2gR3svuNhyPwCEY=\r\n=KmWz\r\n-----END PGP SIGNATURE-----\r\n","size":279426},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.2757.7e793c133f5b9c47a1b12e98ea3a35b1b1471dc4_1645638176071_0.1188731166625252"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-23T17:43:02.961Z","contributors":[]},"16.3.0-canary.pr.2839.0f282a62cbd565b6e8682f6c1e8c49ac075ac257":{"name":"graphql","version":"16.3.0-canary.pr.2839.0f282a62cbd565b6e8682f6c1e8c49ac075ac257","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-2839"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/2839, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"da5723860e87c97831c02a1137e9431d96c14239","_id":"graphql@16.3.0-canary.pr.2839.0f282a62cbd565b6e8682f6c1e8c49ac075ac257","_nodeVersion":"17.6.0","_npmVersion":"8.5.1","dist":{"integrity":"sha512-Cg0NvrnjAD3nrmFKAKXp7toaGxQRl5t0F6Ev8LmdTLgPOhD4eIgz6iKNIEqOX2hZEe4yIH1mR5FxLkZGVtXjQA==","shasum":"e9db3fa8b7d22adc26a9330011efea1d44174137","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.2839.0f282a62cbd565b6e8682f6c1e8c49ac075ac257.tgz","fileCount":397,"unpackedSize":1389253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFnImACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpSoQ/+IssMO+CcXG7rFyhrGCtIbLUw2Xq6MuIRZttQwITSnRs7yllE\r\nM0WIYrtGKGDQpF04KWmJSIn2jECEabBv1RUYqo8n94WAweDRbXkjYSg+ODtx\r\nDX5iKIjqWVBxMj7xz/FmsC2pvuUsh7mQVoxsL64/c31Huly2w/app6iFWmlU\r\n5ZrrI6f10zX2FYE3188I9lEhMyi68FexAl/S16hYTg9WhXuYclK9iTriTYf2\r\nENYJbHXI6fXn1DD+MQFq//ZMFZVR6tG4gGrtFZQvaZSMUPC7rKouHVN8C1Of\r\ni1PFcSzIYN5go6jlRmBKT6DUyb8F33fmXpjIidB5/JwEFgPrbAhHtXXRlWYb\r\nCZWhwncN4gDJJt1kBjrbSXnz7EAKm5vCtZHIxy6g6J7s4O8hlRi7MMgVNGLH\r\nABAttdrkuK6oHTmBiLdEwLks+RMPedCkBvqDjy0n7dv06MaKDv2zAf1Kce7m\r\nhZcVDwu/3vImZK3c0JDjpiGgNvl3kSQIWQ7/0KHvrIl4OiyE3LanfQ4d2l5o\r\nhkDx00nchrYJkJzXn2ZrgPyt3BFU39NUgbrOQMmbdC069DfJcjwbLFiRsubm\r\nbBfA1n67ibIf/OeyZ63Cb1NE7hoykkdxWsVBZqqPQ5AiRiIngyiY7rDkDDnd\r\nZjWptrEdX93qmRG0x0HrCI31/tUeSY0+sks=\r\n=CRYL\r\n-----END PGP SIGNATURE-----\r\n","size":289035},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.2839.0f282a62cbd565b6e8682f6c1e8c49ac075ac257_1645638181963_0.22827476838819938"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-23T17:43:08.636Z","contributors":[]},"16.3.0-canary.pr.2839.f76ee8fd7af45d88a33dfc674f2a71d505d2d9b1":{"name":"graphql","version":"16.3.0-canary.pr.2839.f76ee8fd7af45d88a33dfc674f2a71d505d2d9b1","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-2839"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/2839, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"da5723860e87c97831c02a1137e9431d96c14239","_id":"graphql@16.3.0-canary.pr.2839.f76ee8fd7af45d88a33dfc674f2a71d505d2d9b1","_nodeVersion":"17.6.0","_npmVersion":"8.5.1","dist":{"integrity":"sha512-DzWLORkgxNiEe5yTa/xU5ZvP7JqAnvlqizYG+P9A6pCZ88qbfopeWtKuL1mKhoZAOROAejvIod9wWCh/HxSXqw==","shasum":"a87f871db9b9c43cce6623837cd27b40d07bde85","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.2839.f76ee8fd7af45d88a33dfc674f2a71d505d2d9b1.tgz","fileCount":397,"unpackedSize":1388825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFoBwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoNPw//YnO/RaIX+bchVWam/WKYiZS2k2clp1/5tD4rnoU2xT8IUj9Y\r\n1kVVbXw7SsyZKaS6COuD7uCx8heE8JToBgx+KCty1hTdO8h6s6BfJk9A5Rpt\r\n617rtrOxjh4xGeEfFZ7+Rz5ALfQWh0m7+E60tbq00iifs3MWUQVeMZzq2djY\r\nEVkTUxjFCTdAGNUxdvC4EWXjqRt4PqS5aA+hxYBFpstnNQQvrnqQHcycvPOj\r\nURZ7uiEMVybaxjePAFA0SsiyKXyH1xOYR4Nozvy/IZPjmG2qyj/Bv2VaT6ih\r\nIveLOrk/+SkdXZZEkTq546KeiVZQOupMX9tWvNwS1X6y6bdOkpJi4zMjRZFY\r\njTNtmCu1Qxcavv0aUw5QsmMc3y/uHGW/LXRZAnHfw7KmCO++rtbl6vbmTI+s\r\nXMVnqRExAwoVMtBSdbn5dqLBWRHzHogvi3YsQdA6P54G6arNqPg/zZ5GkFwe\r\nf66ZuBATvwmQ3d5WjsChoXZgG9JWMCIPsCir3/B77ivTKX4RMKJgGdOe221j\r\nCLpVTA6Btl1DMQ1YieivfZPXQMEsi5a6+OCExMHSj3D1GXSDB0e53fdN8hOG\r\nb6to3ECgemSStINxV8UE5RgKko71plG7MBDpXNh/QxB/3d16wdriPtr54H/x\r\nswY9lZFyWm5JP50xCIGLx57BCB3eBITef4k=\r\n=8Lfz\r\n-----END PGP SIGNATURE-----\r\n","size":288965},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.2839.f76ee8fd7af45d88a33dfc674f2a71d505d2d9b1_1645641840371_0.5997170512774732"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-23T18:44:07.804Z","contributors":[]},"16.3.0-canary.pr.2839.3405bedecf6a15ea89f64d6a86d84234a3c0cf7b":{"name":"graphql","version":"16.3.0-canary.pr.2839.3405bedecf6a15ea89f64d6a86d84234a3c0cf7b","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-2839"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/2839, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"da5723860e87c97831c02a1137e9431d96c14239","_id":"graphql@16.3.0-canary.pr.2839.3405bedecf6a15ea89f64d6a86d84234a3c0cf7b","_nodeVersion":"17.6.0","_npmVersion":"8.5.1","dist":{"integrity":"sha512-NEm8FTitZo9liBldD44Sh4cbjoCayUit3noLiQdfb1aucQO2r1jBnUG2jTdJYBSSPVJc5n9+I91IgavnxnIrKg==","shasum":"fff97fc7e8ed307842bb46e5a9816ac4a53e0689","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.2839.3405bedecf6a15ea89f64d6a86d84234a3c0cf7b.tgz","fileCount":397,"unpackedSize":1388688,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFqq8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpkOQ//Qz1LBcJpTLXLwRmunil9XdTbs11EuQ8ZsEB3cMGDRKADfBO+\r\nXRB7wCIsLM0d7IiRzz4p6pfOY9T0+ovJB8iFuAwCMhGQkvgQ+2KVZdc39dvE\r\nr9TPgzquDA/Fdqm52uLlXNAx95kU0Q5YW0VLfBAXhwgCJ1Bt1jPxTmOVAYM3\r\nTzdEyQBqfbDSUG6gFdO8XEHZqFcgmtoQq1gRWwxooFo/SifI1CTSWe8XITZt\r\n9f+irnmCiCZKkz9SFvjH27puD0YWsYhCPE968MthI6oLC6xB2X487DGOsd6W\r\nJR33pm7djShq8qyaKKY/HTJouZ2uS3nKw1AALjMugIhq+OMeCxFboSp5l9Tg\r\nzk3y+SY7O0EAJdEM8cnq1FXXlIlkl2XBrEgLXpFMyfnREZefGa8oFfI6mu0M\r\nm2MEl5ypfoh7Y0tmNXmRY/cgyZuQ3pbbf06/vb4538Qxskx2lUkCS86AXAyG\r\nO1a0CMxr1ZSjle5Jl2Cfm1n/JJq/4/EW5UZoTpaIYFbPXlT3Dtkqw/yKUMK+\r\nKEl44Wf1GPdh/aBw847TcnIrQG/rFjT76pdTmU3FsOA5sMUJoRdPT/qo5or2\r\nEvnVpihQdMzFNRDsicQ1omSZF/kDe6anXmMmg9/FHa2RiSF1B32F0a3HPHb7\r\n4Sly/Q8nvTAmldaOw9XLNtWtCHnjNqCWJM4=\r\n=6XUK\r\n-----END PGP SIGNATURE-----\r\n","size":288948},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.2839.3405bedecf6a15ea89f64d6a86d84234a3c0cf7b_1645652667970_0.048574417704227546"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-23T21:44:33.775Z","contributors":[]},"16.3.0-canary.pr.3506.be685b29062b443b0962af292fb5c9337331db70":{"name":"graphql","version":"16.3.0-canary.pr.3506.be685b29062b443b0962af292fb5c9337331db70","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3506"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3506, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"da5723860e87c97831c02a1137e9431d96c14239","_id":"graphql@16.3.0-canary.pr.3506.be685b29062b443b0962af292fb5c9337331db70","_nodeVersion":"17.6.0","_npmVersion":"8.5.1","dist":{"integrity":"sha512-Dx802yTla2WqWndkUCmmvoZPLF+U18fXhoYwieuFFEieqJvPWX6bQKWFXXQtKIBW2iiqu3myWB9iw/I8ZFTjAQ==","shasum":"43142cfe9aaaa674c66056d7909468c95dbdcb29","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3506.be685b29062b443b0962af292fb5c9337331db70.tgz","fileCount":388,"unpackedSize":1332320,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiGZK9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpxHQ//dWx1gglbt9c8zRCN6u8jTU9Y5d3FTG7V567ZT7o0btj8667h\r\nwqT/WBSckbroCKZa6yVfpXU4E8sVD05u8rPVI7VkCyrnz7uAhbTGzJQFVgpx\r\nP102fFa4D9ZgNy9+I4EAgFLj0HW0GzK/LE0Y66x+l50qKAKPTqKcdPvqaHty\r\n21wp9u3fenc+bcvpuR2apaeecOypoXR/Th75mb4vEmbmXr9hxRCR2trT76VW\r\ncYtNr3e/DoqulBVXX9cXNQe+uYpMim24ysF83u+IBnz6Fs5ho9nVNrxsSr3K\r\nf9RukpukuH8JBqkYG1JXQF7eCheBoJXgCHZGsYg0/PEa25qbViheWlwufIkZ\r\nvSztBGP2/OC0jktek3eh6FibzzB8N8QPT3OnbvXFg6Y6uGjbmJ17UShtQLzi\r\nlTwkd3KYyq7qxJJ+IAUy1cG/IpTc9lhnisSkNkcKThn2DWkzjTY/hz54JxIr\r\nypGXCisFUz9FcbQm8/9vvCevEaUWUp3n4I+mGGiCXTPl+2a4l1dyGusbnVTL\r\nBHq5JstZlnXVhSqZ+K/JM9DeFukh7+zCWmPr8jLkb5BKPuew7KmaRRC+BQb+\r\njgdQtqr708yw0sg5mFSB2ZqgIKQ3IHZFDL0b9F2jRKmL6EAgHqDeDTpK/ZQx\r\n7w5gqcKD8jPMwVBhc/B1spouYVJhFql5lhg=\r\n=7AXf\r\n-----END PGP SIGNATURE-----\r\n","size":278409},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3506.be685b29062b443b0962af292fb5c9337331db70_1645843133263_0.736181152553405"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-26T02:39:04.917Z","contributors":[]},"16.3.0-canary.pr.2839.5c5e3621fdc4e4ee4e7f781962fe4a99319d6ac0":{"name":"graphql","version":"16.3.0-canary.pr.2839.5c5e3621fdc4e4ee4e7f781962fe4a99319d6ac0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-2839"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/2839, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"da5723860e87c97831c02a1137e9431d96c14239","_id":"graphql@16.3.0-canary.pr.2839.5c5e3621fdc4e4ee4e7f781962fe4a99319d6ac0","_nodeVersion":"17.6.0","_npmVersion":"8.5.1","dist":{"integrity":"sha512-GhmtWDQ6RVdPHBducp13q9cablxkcg6kkCA1Jzqpb4eOOmUzDwmuardjOhHIBg7wzissUdODoM35kbmIcj/kSg==","shasum":"d47f62a1290ea9bcbd4882ec593b1e418c33e21a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.2839.5c5e3621fdc4e4ee4e7f781962fe4a99319d6ac0.tgz","fileCount":399,"unpackedSize":1392385,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJnazACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrn5BAAh5Eqvx1uDmbJ2TV9/cCxIjHvQFPCPTwuozJT+v1K7da81zk1\r\nlZ9eYRl7+5EA4TOzrqiFRqtPUG8o5RSwbQkOL2h60Zint83FcJK6GBzFpHZ9\r\nVIQdf8vNjAGeIaUJSNkWYSTX1EoWwhiHxYtg7EVGSgRj3Kl6RbaZlN+rCHwk\r\npgLhAANw9xQiqdGK2ITeCHTpMcfnQ9LHTzbn+qhpzhlCBlV9cAhSUA5Q4Zwj\r\nXujSwjxXDowODtbOZ1BYllWWD7NM5mRTEyGcvyu4PWbIMnvMBnKSj/alu9zY\r\nKSDJx75e94svywe90cYHiTSGeYgQ/hbu0UY+pCaFzAsh41bl7qFUAERvHNh6\r\nh/tuic/crhh8YEZ/XHPjc2WTNsRrUEPtFIACsKVMlJj1Clm2NqA4ZDbHmqbI\r\nuP0bsM5QiVBCYbNx7Nex/ErhWgL59uzP3y27nj/sPq+tHOcseRcj8TUojZWE\r\nRzyBEOeB95j5QMj3NRZyS3Fx57wUEj+cfJMTemFp9yTIKRvf1EJ2741KGxld\r\nTT3YfOz0U6vcur9y3GBRni1OWV1NdEIVTLKHLTxwBuFaTjaHLZCWcuWmgJUF\r\nGj1Uh8Eqb4SfyA5pvd3TrGqGogS5HXB6CsAmVXrVPedrmnn2VsRNHMPIwIfJ\r\n0jREfZ26Ex4XyUkSPYam3omCp4d4YGapPS0=\r\n=uZ8c\r\n-----END PGP SIGNATURE-----\r\n","size":289621},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.2839.5c5e3621fdc4e4ee4e7f781962fe4a99319d6ac0_1646687923423_0.7762156541718805"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-07T21:18:50.810Z","contributors":[]},"16.3.0-canary.pr.2839.9c3b21ca34d760070b76424327061e6b4ad26f05":{"name":"graphql","version":"16.3.0-canary.pr.2839.9c3b21ca34d760070b76424327061e6b4ad26f05","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-2839"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/2839, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"da5723860e87c97831c02a1137e9431d96c14239","_id":"graphql@16.3.0-canary.pr.2839.9c3b21ca34d760070b76424327061e6b4ad26f05","_nodeVersion":"17.6.0","_npmVersion":"8.5.1","dist":{"integrity":"sha512-rMgqk5zPJLYQ6gqZBLDGHrdDCqnTB17l/CnQx5tvOpWxz3o5Z1BK4GJ748qs4yF2/oCH8I2h+fR0ClG8kJk6JQ==","shasum":"ca99722c7f589529b362d7cf9aebfe90b3e833e4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.2839.9c3b21ca34d760070b76424327061e6b4ad26f05.tgz","fileCount":400,"unpackedSize":1393687,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJnqqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoCsg//bZsJ/vuLbJ0QQKm3C0yWp2udnALzu+UJSC6CymQwp09oPG9B\r\nx44rDIcfCAoyAfYnRelRBIwxzqoilh2V++zVoqTtahx3z3i4AgOkQ81dpbkQ\r\n23AvPuyDeI2Aa+SkZP05JgBjKMojfDOIHp2CaxxBOQmVDeXMhHjiJna0NK5o\r\nCVd3Wv/t/cEA+5kDqqKXAk6s1fBmDFJX+r4swNPM2sCcAVeWbR0w8Vbyfadk\r\nN+E8WKUMZwIWReUSyTYT7Si9cRgvfz9jEotxl/9OUPKGdk7vPfV1lQENfsDT\r\nrlBhAiuWlallwoDB6gc3ZhGwg7mI1gqJtAweKkwLclG+UYU5BjFdVE8EvYSU\r\nO3L70nX7OM9Ov/oDuSjQRfNc4uoLW1jpcd4c44p/90GZdHAkyWIRNdV/yjyI\r\n42uUyp9Y6qI6Lv8VjCjENKMghXUUbtvrSNZEkHpKNJblMalvIFF+xTqkJV62\r\n/muTlbzYWt+oXZDULt5SUjIJJ9NsqWbRORBPsfTD8pX39+iEoOGS3xDn6ERe\r\nFNJ7kcT//yn6BZI2spfVS6WExfXIRH5JZvI90puZAp7UlNXY1MqLRPV3TCH7\r\nc/xqW5OSSIESbOAvNhEx2yeGMDSaB+ROfBQ62Thbp9kSkFscTnHD8UXcXf1o\r\nuQ1AnnFD2S/tWl6d3hAZaBetdMhmMfggaic=\r\n=Q7KE\r\n-----END PGP SIGNATURE-----\r\n","size":289815},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.2839.9c3b21ca34d760070b76424327061e6b4ad26f05_1646688938651_0.3425332453102523"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-07T21:35:44.386Z","contributors":[]},"16.3.0-canary.pr.3510.942fbd8ea3d803e74908fabecbe03dfaefe3e5c8":{"name":"graphql","version":"16.3.0-canary.pr.3510.942fbd8ea3d803e74908fabecbe03dfaefe3e5c8","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3510"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3510, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"da5723860e87c97831c02a1137e9431d96c14239","_id":"graphql@16.3.0-canary.pr.3510.942fbd8ea3d803e74908fabecbe03dfaefe3e5c8","_nodeVersion":"17.7.1","_npmVersion":"8.5.2","dist":{"integrity":"sha512-h5m27rNstbSDMYI9PqG0ix2jv1S074jUmqJxhA0SwkwFYzqtW+h89H96y56EIGtk7bImZs6EomRYs4p1r5saTg==","shasum":"7da0feb5794549c390bb4c445abe403f2531761f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3510.942fbd8ea3d803e74908fabecbe03dfaefe3e5c8.tgz","fileCount":394,"unpackedSize":1363538,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiLq4LACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpKKA/+MYGYFGbmLbISMEX0B0t2LVZAL+y0md733Imk8Qj7G8QfOx4C\r\ntLXDIaB4fs/SJX7UGcXJIV1IhcQ9xrhIAXIDCUCrGvK2O56EpybpuqSU5yKw\r\nQl26ikKhYH5fUa3IzfUA/8B0HKer5z8ja1gepG8ReEVlJwcfIu08Qj3YyO02\r\nA+B8yQnywQ8dpyrX6TDweMSYG9s9iD5nHY9kYodJahOHyA6/3PtiA8URcFOC\r\nLKXINyJTFniBhl4PdmheixQ/T1YHrgbyOj12R/WCAWee5Xk1cA85NBtcQ8mq\r\nX4aVYDZnGiJ962eP8KfSDsE9vNsGPCRvN85aftypHSWdN32MRVfXADEnyfxy\r\nTEw2heq0bd5TmlqrMYAf735kvEuawEtpRXtOZC0IQgpvrrd+maR4ZVAIUmMI\r\nqsE0ol7BPqEGyE4+qKlpdoiHNkPvU00k8drnWQ8nAKVJTo94AeHaX87TGZEw\r\nTsalp92jet2muT6Voo6L5OyP3c7bglPc8qZcqH2w6DoWgQF3rjicG4xn3nGV\r\n3+sysrFj5TZOE99Ocs0gqsQfk6Ce3WcYbxEYSa4tDr2VrI3ym6vs1AwnM9et\r\ndgIi4JZdtKbDcFra5BFGXhn/rXlFdqabdOXmwekZhb1TQGgL98uMrw+T6/v5\r\nQBp4rmxm9F7HEm4UHul2eiwYTS/Moh/zvZQ=\r\n=mvjc\r\n-----END PGP SIGNATURE-----\r\n","size":285340},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3510.942fbd8ea3d803e74908fabecbe03dfaefe3e5c8_1647226379529_0.22158114501571924"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-14T02:53:06.821Z","contributors":[]},"16.3.0-canary.pr.3510.5099f4491dc2a35a3e4a0270a55e2a228c15f13b":{"name":"graphql","version":"16.3.0-canary.pr.3510.5099f4491dc2a35a3e4a0270a55e2a228c15f13b","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3510"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3510, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"da5723860e87c97831c02a1137e9431d96c14239","_id":"graphql@16.3.0-canary.pr.3510.5099f4491dc2a35a3e4a0270a55e2a228c15f13b","_nodeVersion":"17.7.1","_npmVersion":"8.5.2","dist":{"integrity":"sha512-1lNe+xIL3bNIceUl0lYwZXDyqhWbS4u5XnipxYfxOTIJwbBktvPtrPvKVCQkNfF4iaiSkXfq+rSbL51QFpqI4w==","shasum":"5c9310b84378f48400bf4882063f95a6bc3656c9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3510.5099f4491dc2a35a3e4a0270a55e2a228c15f13b.tgz","fileCount":394,"unpackedSize":1363538,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiL4buACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrdkw//fqFuQ87bWulCCJyJnwc46TatSERiZqHyMYzKhodS4ZDwtgBs\r\nik3HFM1VQQSqcXm6KL/79N5wuFK2Rd9vmyI/ZNDjKEIKiu6N9LzzTNR/ryZ0\r\nbiEs5GDTtssJyZskaNJ2PbV4RHZNQRJp52BskF+w7LCzIgoo4iaaqteKImzf\r\nWedwaBzUefeFWqDNfIWBjHrJM596JS1PX1TrCa0vUXRREGIhSBO7VRhjOumI\r\noaTKb5duUveXiSzrcwOcqDSYmMtOYr0akUugCFXJ5q2KSjZ4XtNuisSO9Q2v\r\ncXDzy73tJPeDTiVp4sjbT6FuS7CREZRerVTgn96KPEeZpKv2hffW3xy23NBD\r\nPPsB1LPwJxrRTwxy/6bojOfty9tyBka+/W+0jFMRNhReVxV/wV3yC2jN7fOi\r\n7/htNgyjrktJc6yGdh213cadCjk/Yr3jic2E62tqdBeXfSXSsGoh+R5+z1tH\r\nHly4yyIUtWZryQkgtwOX2jO1Z4Fk9NPLwZcLXw0vYVQztnlgB40Q4U2uGHI2\r\nA20bedZkp1icn/ebbpXhBJssPwIg1O13vgfbRp/4TCm4298J3lyrJuZtO9JL\r\ngGe9JzA0tr+NAFEy4IWdR6LIJf9faEZrni7WmKJw7DHviP4GIh3ZRu3+ypNM\r\nrHax2DUPvZFu4P/xcWMqF7NLH6V6DroYyVo=\r\n=tGXu\r\n-----END PGP SIGNATURE-----\r\n","size":285341},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3510.5099f4491dc2a35a3e4a0270a55e2a228c15f13b_1647281902348_0.8189714867941005"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-14T18:18:28.140Z","contributors":[]},"16.3.0-canary.pr.3512.a3b8b9e394ae4050a2100de2720f8b3ded0a3e41":{"name":"graphql","version":"16.3.0-canary.pr.3512.a3b8b9e394ae4050a2100de2720f8b3ded0a3e41","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3512"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3512, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"da5723860e87c97831c02a1137e9431d96c14239","_id":"graphql@16.3.0-canary.pr.3512.a3b8b9e394ae4050a2100de2720f8b3ded0a3e41","_nodeVersion":"17.7.2","_npmVersion":"8.5.2","dist":{"integrity":"sha512-fLEtSQbG9L2XmV1v33lCaVQRmBOE3GVoRKUX+qwf/IQX2Pm2BesFU0PCpkeH8W02Y6D/3CJHfaxZ+Xl6qzuv1Q==","shasum":"b2e76caf35b4274869ac74ef620060a9afdb8dec","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3512.a3b8b9e394ae4050a2100de2720f8b3ded0a3e41.tgz","fileCount":388,"unpackedSize":1332314,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiNBHHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr0og/+KH8Zz7wqQex3dCVsafOyFyNQ2iH5Zv6tgP1bwkVo//iyy2Y+\r\n+7g5KvH2X445MDYx/kU4iwHMrWLo/RBBq3sIzaH9mmNLeis/K5DWkkeNtUYv\r\n0rQOPnE7VjBbRZJgYtPfGSlBcc+qA+EVYoTNLWlIgfY8+7xtGnaeLtmzZ/ev\r\nQZQEnu8tf2Zkq+E/rubgDQNdUjzodAteNnUIloOHaTnO/nuTt1w9mRxaFnxF\r\npGmBDRgdECGN7D2OEHorMkpCgyixkQJOGgKkx7+/HllIeQq+lra5IpQsKnM8\r\ngtIRbD5ALwl/xmsUau+BI4wO3ufnNG8+L4Pm20+k5Ru2+qZE+Yj9uLXYakFz\r\nq9yQlUC38v2T61xTevwUrVABK8ma4KjZWB1eyTDQ9FfQBY1NFi38SFRA7JYH\r\nCKcvQEeDlsgA5Q/kwMCmwY+mTFyuHMp9sfE9fRwsGUINBYx58PwG/IF8Wdwx\r\nToTT1ZQE/gXhzSy3+VFXpVkgDi7RAhcwL8XGBGLeb1NgQrOOV76KWLhPL9ab\r\n4YUtDc0EdwHF508OldCamWeEgIJkJ8FX7GlchZ4IXSyG8u3vKZWwhTO12iQf\r\nlNVdiLpuKhcDHW2kVtDzOYa/rNGmlTNq2q141DFZRkXDhtaMTfnDQ8OYwByu\r\nh/xcefsAWKVB6yPZ+G+RFF8B+cFlRyhJQXI=\r\n=5ADp\r\n-----END PGP SIGNATURE-----\r\n","size":278424},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3512.a3b8b9e394ae4050a2100de2720f8b3ded0a3e41_1647579591340_0.6900142686139767"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-18T05:01:36.767Z","contributors":[]},"16.3.0-canary.pr.3514.a34e553c7cc83a21ffa73c7bf1a1932007a2606b":{"name":"graphql","version":"16.3.0-canary.pr.3514.a34e553c7cc83a21ffa73c7bf1a1932007a2606b","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3514"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3514, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"da5723860e87c97831c02a1137e9431d96c14239","_id":"graphql@16.3.0-canary.pr.3514.a34e553c7cc83a21ffa73c7bf1a1932007a2606b","_nodeVersion":"17.7.2","_npmVersion":"8.5.2","dist":{"integrity":"sha512-4vMmki/5TalU9nmt/sEkzwlSmFdSlsFZe04mBiINqEci4S1D2pzLEC6Ed92yd34dTXzlempw+02s1mzCUtTPEA==","shasum":"6e4503ad3420718616482ef6912bff42bc2ca08d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3514.a34e553c7cc83a21ffa73c7bf1a1932007a2606b.tgz","fileCount":388,"unpackedSize":1332320,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiNwCyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/uQ//VcOwyxqfmZIrGNhw6gz8Z0ZGeSX3KXGBPRoh6lJhRgn1QIhD\r\nZX4l79j5Egpputkm08tH7vuUgvNuT3nM6gmxQTKP5wOTTrQVsLARYtaZCAer\r\nWCMQh35aF8ExJI+w1G/V5oMbd0GqNbi7QF3+OEUjp6s7VbrY1lJAlIGyOnnD\r\nVj0w/0MKokmKfADbHGpZLmUhUiiuCL0FpQJKWvID1KWAxN0ZUdKd+tJk4+o/\r\niQTxmctu49T/Fxi6zGmX+CS0HgwVCZ8V+dcpxiRjIWCEs8GP2ODa9okpE+VE\r\nBDVAXnVJ+KH4KmYgCclLTytCdL6jjW36/0gEVxN7Jwn3cQVafRbTMLchjD+B\r\nVeukRWYE5cVvPkxKFK937tqI3SP0kOWBCIwYWBulOzbBITxJTABsB7qHRTrq\r\n7SbDcWSQIy46L/ClNz4C57obamPPRyo8+951XFIrr6zrz3qDGaiTeXTn9e+T\r\nXAXSoZnsHD0zfKnZwTK6in0OoQy7o3DtB3XEPQ99tUN5UXZn2/WA3LVQ5Axy\r\nzfGeoJsj6gDLxXlof1hIdTeRV0tN0zZ0wbyJXmEVHZBFvR3UaBUN+x6P5rhe\r\nrdfm+E+JiOB7Yy157vCDGcvIb1Fgyz8nFGC+VgInWVRPbDBFscNO64Npm4gn\r\ns3IrkfwOT0skkiR4UNUo//AeqW6Nh+/DgHU=\r\n=p9Cl\r\n-----END PGP SIGNATURE-----\r\n","size":278404},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3514.a34e553c7cc83a21ffa73c7bf1a1932007a2606b_1647771826380_0.8039290726731867"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-20T10:23:51.806Z","contributors":[]},"16.3.0-canary.pr.3465.6c6701425310ce7f866ce71628bdf9443ae0f0af":{"name":"graphql","version":"16.3.0-canary.pr.3465.6c6701425310ce7f866ce71628bdf9443ae0f0af","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3465"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3465, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"e1726dfea66979bfe7ad1c0b0834613e4b6ce4b4","_id":"graphql@16.3.0-canary.pr.3465.6c6701425310ce7f866ce71628bdf9443ae0f0af","_nodeVersion":"17.8.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-DmLcsOcEE6r5doE4nKF0CvQkXSciLUKNegcxpRvPAAOfOynHw8udnC5GSR+osZoNwNTNcUi29fVuRHGdte4gnA==","shasum":"524e2da6b4655e274870e5c704fa5e6604de00fb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3465.6c6701425310ce7f866ce71628bdf9443ae0f0af.tgz","fileCount":388,"unpackedSize":1338171,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOxlGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpJzw//VPrn4aKl9j+qWT1l57G/P9Y7afXv9wQyxs+lC5ZPVFlizx0T\r\nCKUBKR4Knx/bJjup/S3YZrK/qrBshf9ytsN/Uw5l6cv9k5qDvO7e3++gF1vI\r\neitSlaGK/TmfZ/fXY1Bzu9mt7KtCIW3GuYhMKBJh7iHde0g1l8l0LQx/O31X\r\nGnJprdS9fUaoqBEFTmjawS11pYG4tQN6LcezntlDOYnPfkMysr6LH0QMxx+w\r\nKw+M1jD9SdkCcBqhDhtNpZGr91cwYMsabeM2E5JVt9aKlP6OE0MPJjhE1SiR\r\nRMrFrcFAuugS3ZLH39MFumbLiVYBGzaVwzIb/ilehXFrR2AOcbuKKW1fFmTY\r\n1YlotGO6GwsvVe1n/SajWJ1Y9CS0uLUJ7ckyyE8eZiFrbEBCRgJDOlPcyOWl\r\nwnJJMwGu2LahhBLve3OPz+pGQqUSrAQ2kDrs6FlwUjl6eHbcWiGbhY1V6PL2\r\nefGYINdwb0i3iR1XaqfYXuh5k3uycE4/pb7ozS5isJP8BRdhJfcSaP1nDCUu\r\n5LW/jUA7RTl4EI8WuuY1IGBBLsbsRoHEVU4jhx8CrPa1mWD+RR/TidZul53I\r\noqP1/xTWDz+ucQVBGeo+skgG+qBw4pmc4+RaVP8eGilkpExxMRDT+w/sM/Np\r\nxKwl/kaBRw18bcLgLySIqsZUDi0yd+tbEhU=\r\n=6wLh\r\n-----END PGP SIGNATURE-----\r\n","size":279089},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3465.6c6701425310ce7f866ce71628bdf9443ae0f0af_1648040261901_0.1664597633770295"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-23T12:57:50.612Z","contributors":[]},"16.3.0-canary.pr.3518.3a63d81d7ad886f7edc3cab06fd2295b71c91bed":{"name":"graphql","version":"16.3.0-canary.pr.3518.3a63d81d7ad886f7edc3cab06fd2295b71c91bed","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3518"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3518, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"e1726dfea66979bfe7ad1c0b0834613e4b6ce4b4","_id":"graphql@16.3.0-canary.pr.3518.3a63d81d7ad886f7edc3cab06fd2295b71c91bed","_nodeVersion":"17.8.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-TDS8dPwrVSbRciwL52zAxTr11xki5bgkJy/nkaMg+XRy9/4tAe0ZWs+d+7ZdL/n6abHx7eqO93FwM8evhAy9LQ==","shasum":"0c5291781ed8e13c5a46fd5f02d97a1ee1302b45","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3518.3a63d81d7ad886f7edc3cab06fd2295b71c91bed.tgz","fileCount":388,"unpackedSize":1332314,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiO125ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpX6hAAjXnX85vayVc4KLffvFN4kU3hLn3hW7QHoxiyV03xaMljcSip\r\ngpCdUutCxTggvrPKlbeW7CKIIqctd+C4n2QoLnyPJLXRFMyUx1xcBh3qyCHe\r\n/S0cnApv61RHUf1+ebZzvPYMYr2P0SMSrKjo6Ep4tKyV8zL1jeYTsH+Kkggb\r\nDFvHFlt+xcko72KFRaVhbh3mJWZhhfIWgz8BUnnjBrZQmv/7vrS2ABZ4JUB9\r\nfP5bm0vIUfus3tP+jktUYQopYxMWF7OvkUoFJZYL6fX4LSIMwYvbe95vGqlg\r\nqO0E0niNEaEGWlyh4Ge/KQ6pVFyqb0wfREFumjfeyoKTm8k3T6vft0QkycM3\r\nX1kT3tCRBVYVe1bB3GFipu9zLKEx3OMqIq3Iqsk/wk6TqwNC3o5LH9w76A0o\r\nvlSnidJIS3zz3PTkT82MrgMT2dWoG3thGjRzHvyzzlz2haPdYcRqgIFcfI+Q\r\n/l2DE2VbTa9j1PXDP+vRID8j8LM0R/jL1sjQTKxWJVL7G/K5SRqCaZqKecUT\r\nQ2gw5ABiOKw3yqBrk1z353/KTzdKFQ162CIblydwp/KHJNzKEj/6Z6ctLEQe\r\nN575bunm4Y5k7HPgSwyS9okt6enKzkctkNA/3rDQlDGNcPXjs6kPdeseRynB\r\nVZlvW6sRz2ms3JsRxsTa2BVXrk/wZURWgqE=\r\n=lnmk\r\n-----END PGP SIGNATURE-----\r\n","size":278425},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3518.3a63d81d7ad886f7edc3cab06fd2295b71c91bed_1648057785679_0.7229477003158491"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-23T18:09:15.951Z","contributors":[]},"16.3.0-canary.pr.3520.688c34204fb183f15a334882567d4d6d011cd234":{"name":"graphql","version":"16.3.0-canary.pr.3520.688c34204fb183f15a334882567d4d6d011cd234","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3520"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3520, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"e1726dfea66979bfe7ad1c0b0834613e4b6ce4b4","_id":"graphql@16.3.0-canary.pr.3520.688c34204fb183f15a334882567d4d6d011cd234","_nodeVersion":"17.8.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-Rcg4RzmPT+9PpsF9o2E3XvMFcJ+1dhkvsUnGTKSEmcgqOFcWCq3JtChYm5//Lt7S+AoOx4rHXtGEg6VriX8Hrw==","shasum":"2ddd140cacdbf2432545e6a6059997717a580af7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3520.688c34204fb183f15a334882567d4d6d011cd234.tgz","fileCount":388,"unpackedSize":1332320,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiPlNQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoH7w/6A7dU0ANOVRtoRfy3AsgXrkW3wnQagNtxc+m4Ph3BMLygBKLM\r\n2JGH5ukBSHKg+ROTZ9e1rBo7RFbkFbhBQ8Wc9xOwcPquViqxOLJGfYGEIBPy\r\n2TOBKwiJs6VcjdjyE+dIlouyKg+/AgHDKh7gc1u8rdf6UmbYs/2h6tH7zvRG\r\nKnkSl5L6f4eHGpVy6esL/yNxZ2ZHQ8uB7aHzoHkhzKCv1gZ6f/o6KSxh/74R\r\nM1IXxf7jt9MT1UBWFPevxBbj6lhFI9MrlCzwNDYrfr7gNFeKuR7crPEb2sMU\r\nfU2JH++dEflgPkiRJ7jbpOfsXf5XPcw7HYaAdINjcRpo5ZjTi1vJn3LHkvL3\r\nyWbTSyCNIFEk/5GBm1t8cU61os6tySdMq4Hcd1RiUm+dQYdYeA9Cj25NxT8r\r\nDY3LcVEsD4mIHsWh1lViQIlUYSYmoKUl3UUE6fSQO4YYkB4sa7DEYj12IEmn\r\nHvEXOhS4yplH7fPHyU48XOXyay4nH/qeZx9DaqbMW4C19x0odY/JCzCH4cI7\r\nToXSh4+Y2eWHy5XIyyG62kg2QagqTQ/Au+pSEJFJWvmMifmp4LEBje8zWXJl\r\ndhf+8x3+bgSKSquJCuZetXlXKf8KQ7ddOIIADcJVFhNJTfLd3zUgC9Cn4RpX\r\nYfqJVjSBt0fOquSCkHVUqbRD+7X7x8tSRmw=\r\n=r8JM\r\n-----END PGP SIGNATURE-----\r\n","size":278405},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3520.688c34204fb183f15a334882567d4d6d011cd234_1648251727910_0.4338674755899392"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-25T23:42:16.338Z","contributors":[]},"16.3.0-canary.pr.3521.f50bec8fecfd5aaa7e74227c5a4b9056dae9e849":{"name":"graphql","version":"16.3.0-canary.pr.3521.f50bec8fecfd5aaa7e74227c5a4b9056dae9e849","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || >=16.0.0"},"publishConfig":{"tag":"canary-pr-3521"},"deprecated":"You are using canary version build from https://api.github.com/repos/graphql/graphql-js/pulls/3521, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"e1726dfea66979bfe7ad1c0b0834613e4b6ce4b4","_id":"graphql@16.3.0-canary.pr.3521.f50bec8fecfd5aaa7e74227c5a4b9056dae9e849","_nodeVersion":"17.8.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-h2xReDSk1djKSmpwOaNpf70HEemTnYG174VKKYoPSsSSs70wwsYksrZ17TWkOzbRS6Rqr9CEshVO0pAEEh3f2w==","shasum":"ca6f97accfdc512bb4f8c30fe18536c765147553","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.3521.f50bec8fecfd5aaa7e74227c5a4b9056dae9e849.tgz","fileCount":388,"unpackedSize":1332320,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiP0vwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpL5g/+Mpo6rR4omufgd7Gmam+2lqGcbrqu39iSBMN4YyFfXk2hjD4e\r\nWJfFH055ACz10IFAAGmgm87+dwaeQH+JDImgX21w1G49yuilwteIRnKmZWS6\r\nCFLrJZ6hu18tCr065ybkYxlq+TUCbiCOII6eCtFIb5MStw92yUVwYJtsW0cK\r\nzmTJVL4KZo60CRI9kKGjc9eHR6lyt8K6/Efkc4Q0o3Ito14QU2UtroYDcN8Z\r\nyJehZ/CRvmqhNbtYxyvmJx7ui8JWyDzuyh9lX+hCZdqESrdzGtYsi7OK6QbZ\r\nQSE8S1Pv2Suzl9mnIwMbbI/uoE4VOCCEaDRk7i4Be8D9+wb4VXHwnzr6LKia\r\n0fDQ4Mud3nRDKPMEAXvgirxDE5vsBg7ZZIht7yGCeyjbMqrv5w8yQVPzY/0h\r\nv6tMoW/jkBbB+XLBE9EcgmBHSfs5iHuypQmTOkIJuvubKydQao5IQEps5P+G\r\n0SDftv6qgNtHSvd/yXu5Ko3r+ZLzLSd/sbGcvH213AinkLEr95rHUQ1TLtg6\r\nzLToHbmItO4QlEMSeeslgBJ+p5m5RRvxZYVkQsgEv4uPX33tvPG6QtLlmg+6\r\nag7fjRDJOBJg5RL97tAF/q4fXM5XmFkg1un0L4LSXD8ddHxdtQBf8wCmx7zO\r\nFfx5NAYLjmHhuJsZkISwr3gmm5n1qN3mN+A=\r\n=IJYW\r\n-----END PGP SIGNATURE-----\r\n","size":278406},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.3521.f50bec8fecfd5aaa7e74227c5a4b9056dae9e849_1648315376294_0.9666674569482085"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-26T17:23:06.835Z","contributors":[]},"16.3.0-canary.pr.2839.aab5478afb03155d26abbee8ad8fa34841ee3be3":{"name":"graphql","version":"16.3.0-canary.pr.2839.aab5478afb03155d26abbee8ad8fa34841ee3be3","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"publishConfig":{"tag":"canary-pr-2839"},"deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/2839, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"4f062aaaa57b1bcf166d5e6d546c678ce2298433","_id":"graphql@16.3.0-canary.pr.2839.aab5478afb03155d26abbee8ad8fa34841ee3be3","_nodeVersion":"17.9.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-t5NXMfKPWXW3RiI4FEwARTYOfSlYHUyHAA5HtzfmwaQjaeOC0rJte7VwIUjfjeOjRRNKwpmsyiRL1aYw1q3Fgw==","shasum":"c6e4a84cbed81cec911ca117f6dcfc7ac04b7524","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.2839.aab5478afb03155d26abbee8ad8fa34841ee3be3.tgz","fileCount":400,"unpackedSize":1398539,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGluYiV2bBknc3a4SJlYlpbqlKVyHldQYdadipJkcOWNAiEAn0YBdkSSVsSQglyak7qxyvz5l5i7dETBbiO3vrYX6zQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXbuGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqenw//RvJ3sIka1vjiHnlok3FQNNOUQ+JEIjrDRZrNiYllOXbRM0zc\r\niBGFVwmwvMchOlCqbuUIVWk4wj1PJqzxW1ICqRdy9KqCcUUY0BwDMbtFGpwa\r\nICZe8Nw/nX424rySz3NRB3/o00vgZ8vYZS83ph+l/HrV0IMnl+hFldi/ayi3\r\npB4B249RzvQOGy7FFgOdqrqZqmdgLydMDNtS/2mNemrzqAbEZNNy8a5pvo/N\r\n3Hcg3HABZnEIndNM79WM5bRLea3Fn4BoFVeolaLvxAkeDf1gext3j3r8iN0R\r\nYAmR1lVGE/tbE4Nx4MEs1wNgaD1lcp11tOUxaU24JDVOayhSqN3Kd+xWQF4+\r\n1iHQUDfudqJYGG+KnsSZGa/sERg/df439+RVccD4gVb9NYtt3b7QQPtO+N9W\r\nvwMotJqLzSlhUGx+7KW3GZGDbHrSyfDsEsIL5tomZE+JNx3RFkrz7+i+Sz7o\r\n0NeRJKblHLeGamMRyKBo2TWH5G/UtVPBEfFvA0NniE53oghBRXEvKtGzpXv+\r\nfiJH7xSY+YSFhr771VCrz66Xj25n3EL1Dwy09grgDX5XkRjDHZ2W5lYgeWWo\r\n8tG1PUgCmCplOh8MB94KDUlYXiegomDb2kgLt/iPjaa1YMFb/p0qPASL8K+1\r\ngKMdQ2aCVeyANhiMJPnslaAh6RkFf5jtrQY=\r\n=a2EA\r\n-----END PGP SIGNATURE-----\r\n","size":290305},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.2839.aab5478afb03155d26abbee8ad8fa34841ee3be3_1650310022103_0.5103364453811647"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-18T19:27:19.244Z","contributors":[]},"16.3.0-canary.pr.2839.09322403ecf6640bfc695dab3ffe5e98f611911d":{"name":"graphql","version":"16.3.0-canary.pr.2839.09322403ecf6640bfc695dab3ffe5e98f611911d","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"publishConfig":{"tag":"canary-pr-2839"},"deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/2839, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"16503cd1927da5f2928d4abfa84a64b3502bd6ba","_id":"graphql@16.3.0-canary.pr.2839.09322403ecf6640bfc695dab3ffe5e98f611911d","_nodeVersion":"17.9.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-ZbUNYznXApm81gWjJo3ZI09MMvaEW+FB60tTuuJPv+eK20D/YrTGhcvas6aYJ5POCgmVpTA1fQAwaQqELZQTJw==","shasum":"3c21e1cad8721eb3359583e84410bc3b37a5c8ad","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.3.0-canary.pr.2839.09322403ecf6640bfc695dab3ffe5e98f611911d.tgz","fileCount":400,"unpackedSize":1402353,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGgoN0LewrCxZf8XD7hHpYlpnALlkMe+/BRjWr4iNRLvAiEAi6ZJmYQnyk859Cp+t/vgIezpqJwQ6fDM87s3xIWQUtA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYqRnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoSTxAApMRrmdqBy/3GbAW46GK6g0C4GlvmULFKLL6g2RkU0m7BnTib\r\nLDu48pWvIrbGbqQ7C1lqTcpS0ZiJP1iljk9dsWzxjsXffRffMami3Heb/rNL\r\nvlPnijh3Xlb/LiSPdx0OzVQS582t7nh0u+narFdRET3wngWghPEBplr7feua\r\nHSMZBshmLdD2mR1RbX2JqDfDEZLUJTp/aDdlmUBWGHjSTUXZEFhOm5AkhLbV\r\nEtSmOSNxh4eSGOzilhii0qWipsWT+dqMyGXKxwUyNr/VQRnTN/jpl5Dk+DZ5\r\nfd4jGT64CndBkK+Ibed7tKRA+DaGfpCVq1H2MEK5lhzdWmqaXr+2axmU/NLv\r\nauMcCXzYSaSmBVo0vS2jUAeUVzSAMErSDPNydXYGJpfy1FUF/Xbk63Wu8gQG\r\nqdW9AgIgzd6yxqmelA8vGS4c/h0DJDc3FXRPbVnWTDdOZ7+bX0VAmJQu3KvY\r\nYojyMauEBsSvNiDK+7hCJ7zXsvjG3qwuC9Em7jaFeU2iEP6suVIQPtELqf2I\r\nUJwzH7RyY0dzBd9aoh+rcrB0fDH8/fykxPEL8BLV5VuocTiz0LViVLZtAecs\r\nhmDbK2Gq+rbhLqvnLlmDTv/FTnHhYol5SjN+MT5ZRd2waaIJCW2E4GURT0m6\r\n7b108AroONvR5+AgZQLDbq7DEdBt/XXkA5s=\r\n=7hzT\r\n-----END PGP SIGNATURE-----\r\n","size":290822},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.3.0-canary.pr.2839.09322403ecf6640bfc695dab3ffe5e98f611911d_1650631783144_0.4737866617843536"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-22T12:57:14.905Z","contributors":[]},"16.4.0":{"name":"graphql","version":"16.4.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"publishConfig":{"tag":"latest"},"types":"./index.d.ts","gitHead":"23dba4ed89634897155c422877d8192609e6d427","_id":"graphql@16.4.0","_nodeVersion":"18.0.0","_npmVersion":"8.6.0","dist":{"integrity":"sha512-tYDNcRvKCcfHREZYje3v33NSrSD/ZpbWWdPtBtUUuXx9NCo/2QDxYzNqCnMvfsrnbwRpEHMovVrPu/ERoLrIRg==","shasum":"bb10b1b4683045dedcb67000eb4ad134a36c59e6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.4.0.tgz","fileCount":388,"unpackedSize":1338015,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC+/ifd/4qqY1MOcJuhfFPWHpA/FJhleoa39HJyj6EnGAIhAOSCF9zXdoMFV3X4ONSE3Kn+GHxOoNKuSTNIshhGhCEC"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZqKsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpAMw//aum+mkT2JkUfOs4Q4UwCro19nes11G1IiCyGntIbS0CoQ67q\r\nDJLg+oGziJLJLwrUqGKRFSJVqm6aCEz89cFbr8p1dmEzOiVL0ucR+Uqz5obi\r\n2M9P8sESi35+e+3Uoa0r639tLKxuhlsxfRvHLcYUrXZNg+oZKe4VPdzOQyZP\r\ncvfRzu15/ndV6U9AQE3VT9d9hR7BAY6tsU/zVorBs/pZlL4AZ3E/c/oW3PDT\r\n3TOKRHlWPqvpRVNBhyOnCdjbzQIaS8Ccnk5Lq5WuOIlYOKC/FfWpbDU8VcOf\r\nu3VARHBTsA+YKHn3h+876fLmZQO0I8prBNGVSioCGR1NRhunORo5oEqKI2Gk\r\nZtYuRhNZjC8lFl/yZ0el2yW7TRkcWQxTfBkoA06ML/MyOog3Xs564RmniN3d\r\nbBLEh0Y2FHe9zqJcPL6cj67kmVrZT4EY4vT0AIFy7y+Uz2oCOiUUOQ4nQa4X\r\newElIo1s/OxkaHYz8fxQUMeUKgw/mldWgJ0qOtsSRhviaDMKJhf5rTIiCuN4\r\nGMKbD1pPaR0FF3cBMWWSDwgw7KoiVkJ9OhRT/f7QhapWu8m8il+fjlxvUiKH\r\nRetG0HyrzVaTFhYZBt6ZnSXBvDnx2djjr87asCa2ZWcLpt7FG0WLCA3V6Vlg\r\nK7oy+8YZI/jAUen7Rq2+nhtiWfFAxkQ64u0=\r\n=vbNw\r\n-----END PGP SIGNATURE-----\r\n","size":279024},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.4.0_1650893484543_0.8256608262515484"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-25T13:31:48.969Z","contributors":[]},"16.4.0-canary.pr.2839.e3a8069cfaa6406186314b62aced6487f417a2e6":{"name":"graphql","version":"16.4.0-canary.pr.2839.e3a8069cfaa6406186314b62aced6487f417a2e6","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^14.19.0 || ^16.10.0 || >=18.0.0"},"publishConfig":{"tag":"canary-pr-2839"},"deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/2839, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"5ccf579a3bfd98243700ef541a6939af7a6f545c","_id":"graphql@16.4.0-canary.pr.2839.e3a8069cfaa6406186314b62aced6487f417a2e6","_nodeVersion":"18.0.0","_npmVersion":"8.6.0","dist":{"integrity":"sha512-hW2I4jmrXzWzHhb3yearV8v688XhX6Fxly+cfC3YH8XpVsp0P/ozQkIudQiR0IfTLfh4IiOOnTeCjrY1ASd+yQ==","shasum":"432734567fb493d4c011d2bfce5ab63ab3d3b4a3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.4.0-canary.pr.2839.e3a8069cfaa6406186314b62aced6487f417a2e6.tgz","fileCount":400,"unpackedSize":1379092,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID6CYtA6dqvU2g5PlP8RhdzrDdiGsNjxlM0HtEZ7cSAeAiEAuG7hAtJBv5pzkEe95RJrnYLXp8n8emUM9g5TlxDiPdY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaZBxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpxEQ/+NRGOw8J2/1z3oEqi+mlIo6U1lhsmODBLQTS2qROlRfGV99aJ\r\n8cPx7guc8+qO/gNgBOqYLu67x1V75IEniWDtQ/8VwSD0QYjJRYN4+kKsKBGA\r\nyMfb2fR9gd28VrryLiNIzHKUWt8eyEJzMrI3/n9kIL9mDCyDDA3v5VTs4jCZ\r\nxURtPzm3+/XhN0izDsvNfqiUonlkZn6NP/LCZ1KFLsgKT+bMORPEgPR/h1/f\r\nTY3sc/7xGLI+BasbEOfpxveXHN+eWyexBRRCzcFXZK4dcKoElRvEMoM+bwO/\r\n6TfQrlggZczQ7rcmL8bnWJbfY/JiDhwTDr3aD6vCZ1f3cDqCeCcmrqnkN9MH\r\n84v7W2MlAAbhh8R7Kt2q59E0YS/61mHKKSs7aSJtgkJRcu5gmTp3ohpMgrY4\r\nPdSd+FYj9yNXP2oyHRrC9TcqxYZ5Z4X+IFWSnM0oF+ex4j+mBzP5N/JjuwWX\r\nJxCNkmJH0xqq/BAAS5PV1tDPEwQN7uFphQFjVzhPOvj+UECCXsKEiSXPvQw+\r\n/gsLiy0Dv2ZgqAP/E8q0Lmp8ycLXMVex0O/6i7s1HvTUNi+M2rMtmp03XDfs\r\nqGMlpwXki6ir4UKp8blGsS8QqsPZ2oztuogZHkfPFe32Hg4xtc717y6YMKnZ\r\nBXk27bMtqVyRglqSjdDo1mDk/BR5WL6TEJQ=\r\n=FN9B\r\n-----END PGP SIGNATURE-----\r\n","size":286962},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.4.0-canary.pr.2839.e3a8069cfaa6406186314b62aced6487f417a2e6_1651085425458_0.14273930478108765"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-27T19:09:00.195Z","contributors":[]},"16.5.0":{"name":"graphql","version":"16.5.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"publishConfig":{"tag":"latest"},"types":"./index.d.ts","gitHead":"1f8ba95c662118452bd969c6b26ba4e9050c55da","_id":"graphql@16.5.0","_nodeVersion":"18.0.0","_npmVersion":"8.6.0","dist":{"integrity":"sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA==","shasum":"41b5c1182eaac7f3d47164fb247f61e4dfb69c85","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.5.0.tgz","fileCount":388,"unpackedSize":1338091,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCRzQaj4SwSVQWK4SANnhRXt3OUEL/yNLSZ0EgikqhkqwIhANlu2tUbqXPYjNp8Cu3lK9yGXmEN1Myir4vCVDM/NDDR"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieUIkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo84BAAg+DkQvvGZHapNCPXj0Rl0DFIPPupavS4HF3kZN2q9NYImli9\r\n0Vup2pTGzjFau1GkqzqZa/oNlDRuzOywJ+9+9rmiFhGlqIC9POewuwd69EFC\r\n2JT9FeDWa4bjYYNEFKRITCkJNG1DadJz63tom4qpZAsA2OWAxzqSPkNWW1Mg\r\na5Uk3zAQnGRJhBM1FRLrhYQhVePAv80iAdyvvTLtJk+rbIHBggvwjVvSK39l\r\nUVmXyn2cpN4M+/nO0wwL1W++X4rHZPgAqRL+E/OV0o21mtIHB8EKPXwjXoEV\r\nEUuUQr82Ym9N81qCI5SE8w432XeZcoikZSukeNFovA2Os6VOcvTez383I5zB\r\nRkTuZ4/wZRinOTthgDevYqiwBgywpAHzIDebReevJ7U0r0ZMsWKymz57fJEb\r\nO5Dfc6SCjyn1xeyJy8stClwJJKCANeKpxMUb8fopv4yxcMyRZ+z/nfjQ21Xk\r\nOJSvtoj+am2+ccojnc6yHfvUFBlFxecdwZ2WagGWAbQkHLUsASua45zveKmw\r\n1al6P1IBgrQI9UVpWEYWADy7UqjIgfsXdOpKQ4jWlFYROpToN30I71hj77kx\r\neeQm6dTXoKIkJFOYZ2YJJ0uhub6F7e1K+HtQWAftg1gE9NH27vr3xXIWmgTQ\r\nJIHZgTDK7P/4UTifSY1brDTZxpIYAA8QM8U=\r\n=Zr6T\r\n-----END PGP SIGNATURE-----\r\n","size":279024},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.5.0_1652113956113_0.3330899903131379"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-09T16:34:30.788Z","contributors":[]},"17.0.0-alpha.1":{"name":"graphql","version":"17.0.0-alpha.1","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^14.19.0 || ^16.10.0 || >=18.0.0"},"publishConfig":{"tag":"alpha"},"type":"module","exports":{"./error":"./error/index.js","./execution":"./execution/index.js",".":"./index.js","./language":"./language/index.js","./type":"./type/index.js","./utilities":"./utilities/index.js","./validation":"./validation/index.js","./*.js":"./*.js","./*":"./*.js"},"types":"./index.d.ts","readmeFilename":"README.md","gitHead":"d9eda1f75ced5228147b6230d5df4a1812aff1b8","_id":"graphql@17.0.0-alpha.1","_nodeVersion":"18.0.0","_npmVersion":"8.6.0","dist":{"integrity":"sha512-D59afb/GOC2ie47EONn574mVU5mjUPOyplPGME5US0rZBEIPLbzFdp8OBWX6uo9PqySDMnEjYp0OtfKjk0wjig==","shasum":"e20c7ebd2c093274a01ccd7c37982f99a84dfe94","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.1.tgz","fileCount":260,"unpackedSize":679860,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDmXfxYvdiwI+ne4BEhN3sg8SaUsCiLq7KSblkZIf+TKwIgGWsfgL4acl+zf+RSmd3Ue4DWnW1Q7j9bY+H5jNRjOQ0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihpE5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoz7g/8DC48Cog4/npP7x6UpzwlYqSxNCUQ5pZ4s+mJYOv/3JTEQwZP\r\nPhko05OS9Mo+uxOrKOooyT2jXxxmJHb5BP9p3wa4CO5yvUhRp75cNINhk7sA\r\nvMMzdGomd0LYfYKcNg8ZstMmf6+yF6DKmvSZ5bcph6fB6xHFwJPmevZcrhGY\r\nuYVioXx1K/YXWZ0zgYGi9P4A20RR+UmixlPS1qDXEXZuzRI2A9Bu4WxcHfaa\r\nBgOicIT8/lw4DojRRdR0LTRrhyyfjnvuBYg+oyDzVCW8LAlmTLm31W2B6tGL\r\noBhZCRpVN/W78i3NGkcKVCxs8lEPcRAk+1lV8BEg1cZUhZnw9cOl/UmTmDUL\r\nUBt+NOcdGkufluBaYG36Q2t1khIaw525wvmBhMg61zsHL4NZrSxucCGpUIzX\r\n1q+JcBwpqPQfJSiWhGeTV6XDN0whDksHyzlLT19LASG8Vi+1erUwjsHWnMmK\r\nS0JKDLv8ezBkY6ttGrhM6eFbQbAvMVGGH73X3Oseo/7luTc/TAaUQ9ehkcGr\r\npe2jP5gGLoI+cSZ+rgkKCYtSNNDfoJS8RIyvQpBCi/E6d73YdaSyX/dKfFXw\r\nzsOrExxduylb6QPwL7en/rjknfvMajbWW46loyO+NSX1ZlzZ3avUFr7leAew\r\nA/crCI0yooTx6HKGNmapIzUYW0twNwRCcpQ=\r\n=D1SO\r\n-----END PGP SIGNATURE-----\r\n","size":151041},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.1_1652986169509_0.01714667171465245"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-19T19:03:55.383Z","contributors":[]},"17.0.0-alpha.1.canary.pr.3601.9a812ce71ad05c9dc089b40129f8295ca733e108":{"name":"graphql","version":"17.0.0-alpha.1.canary.pr.3601.9a812ce71ad05c9dc089b40129f8295ca733e108","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^14.19.0 || ^16.10.0 || >=18.0.0"},"publishConfig":{"tag":"canary-pr-3601"},"type":"module","exports":{"./error":"./error/index.js","./execution":"./execution/index.js",".":"./index.js","./language":"./language/index.js","./type":"./type/index.js","./utilities":"./utilities/index.js","./validation":"./validation/index.js","./*.js":"./*.js","./*":"./*.js"},"deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/3601, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"b97fe0aaf7e2925b86c248ca5958adc180202d0d","_id":"graphql@17.0.0-alpha.1.canary.pr.3601.9a812ce71ad05c9dc089b40129f8295ca733e108","_nodeVersion":"18.2.0","_npmVersion":"8.9.0","dist":{"integrity":"sha512-KeOBfIYlDk7rWT/3aqWQ5ZpQoTeyDMYPrfAdFw3Hh3v9h+AY3+2X6TwEgK6t5YCqTN4/5Cs4lZmRAo1ziGTBJQ==","shasum":"42e7b559e12d53438f40a1e8118f34e9c77e81b2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.1.canary.pr.3601.9a812ce71ad05c9dc089b40129f8295ca733e108.tgz","fileCount":262,"unpackedSize":681115,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFBku6sJckxiE4xIQHF8Ds4tP4bcO+gwncuSTCe9pG3HAiEA2TmjC+mU4CMboCNSjFCdri+upGWeRqbE/nYpz02uG4o="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJih0CiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpasg//fbcrjuKqPGfLNT74f0ciuII9GkigVvfvury6Mmnzer5I1LAS\r\nsrVKE2aq9TqyxefsbT9hvfDUb5hOETzCKG0NiyORqBmjmq51aM00V/czpXo0\r\nr+73sz4+kVokpITQb5U8m9JsA807o5KiFz9YmLwcmYYUBJTfFf53wQOnDmtF\r\nw4JtVzS0ruDAudu9KF1vKOm8tRQ84z3m0DjjL7kWzwToN39PrVt9B1tNahDJ\r\ngZqn3r1BCUeUB2Lgm6bOqDDUAmcgHajQ2Bxg7LOs85mA6k3Xxe2YLbQqC7Tl\r\n4m10/WLaewDYSBe9/cucVzeyqZV+MjK7jHpxbBJkLq/678yyJKiRQb9E96t5\r\nxY1OokhpfLYt1VCmC59SwuEmK+SFe0xJnrV6ps9G88xM8+8gK5mMIs08uWag\r\nlqz44B5az68t5MrIXu/c5GVMVKnirvPfycQPMqt4DUkz49LHsWmFddma0uZx\r\n3JaKpwYHGrVUEjlvOrROb5k+z4ohCgS1X9yr/Qg3Cm5Wbp5O5qyE555Ts9Ia\r\nbt7ByiDbOFiU7OEdWXxYUaKf8HNReWL1WzFnSNbbLSShWKb0HaGXc/lXuXq1\r\nnvpokMN84EA1c+g1wuewYpzl2wQANfTTHjjrQ/knNemBB28Pf6JVshwF/qd0\r\n7Eq7XfD1RMsjyX4rFRXt4H6wr1KsoHi8VAY=\r\n=GOIy\r\n-----END PGP SIGNATURE-----\r\n","size":151404},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.1.canary.pr.3601.9a812ce71ad05c9dc089b40129f8295ca733e108_1653031073911_0.13035885600234476"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-20T07:25:33.316Z","contributors":[]},"17.0.0-alpha.1.canary.pr.2839.db4d0cdea30214fb7bb00724b7827708ca5de8a5":{"name":"graphql","version":"17.0.0-alpha.1.canary.pr.2839.db4d0cdea30214fb7bb00724b7827708ca5de8a5","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^14.19.0 || ^16.10.0 || >=18.0.0"},"publishConfig":{"tag":"canary-pr-2839"},"type":"module","exports":{"./error":"./error/index.js","./execution":"./execution/index.js",".":"./index.js","./language":"./language/index.js","./type":"./type/index.js","./utilities":"./utilities/index.js","./validation":"./validation/index.js","./*.js":"./*.js","./*":"./*.js"},"deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/2839, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"c7d7026982ceee536900a24ae31235127560297a","_id":"graphql@17.0.0-alpha.1.canary.pr.2839.db4d0cdea30214fb7bb00724b7827708ca5de8a5","_nodeVersion":"18.2.0","_npmVersion":"8.9.0","dist":{"integrity":"sha512-KoTp3qsdoWNsTJS3EVmDDhcTO/oHUikYImFS0SvOeSDW61pMvt7v+BB9PnnLkA6QsVq1MscnOhmc7OmO1gB4cA==","shasum":"1193e0633d844b61f573380ef0502a5419ee0133","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.1.canary.pr.2839.db4d0cdea30214fb7bb00724b7827708ca5de8a5.tgz","fileCount":268,"unpackedSize":710054,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDCT05t2RQeMvL3aBMlFOAysYIR6Qu/S4Bt2rkmMzbRUAIhAPlhoyaOyfpvFLJkrlgo3+HPLCCoPGnVdEkr/0P5YwHt"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJii9X/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr0bg//XDbET2YPNdtgrU/aCH+sXtV6B6r9Ql3E3wY/SwCOSzOGWzf/\r\nw01c5LneeQEPHCFBs644jBUDh/u7uY7Uro3vkS06etpOdZxNOCnIe1VpZWNr\r\nyCpkEzooMO3vxzAVaaPG+1KCQAE2Aa9x807/1gum0XF8VElDFuck4ThtYhXf\r\nEvEdilQDrl9JBNxHU6uduY2gfi+dz8bmD7l//5l11/1bAMtdgwo7+Q2sFnvQ\r\nIDclaJ9XSzhHw52fmS6+bWTYehLupd0bQlFb/ZCM2cEUNd8Awzpcc0NZQnuU\r\noMT5Hs1DRMT8sHOnFgyYe3fPupiU2PAV33NnY5R4JvZidM3YMfCln3y1sWEG\r\nwBfs/xm228ikGBDDl5yLCNcN2EcIRwVWlqRZouRdZz9LyhtZDgUrdsOAwRm6\r\nFQHO0IqxXunj0lU8V1HScNLy0rp/cDAHFbPqSQBzyRz5nAwyBWOt2Jx0vTpD\r\nNMB0wVSnjJtrVeRIXJYRS17z0nTAz6lpg+WX+DWILILVpBWZ6YPK5AJlt2HZ\r\nCzzfYPOraCf8lVQi+0CqG5JCN4VZA3UbQILeJ5fL7g3rmXDUevI8hrZqF6MK\r\nCyPf+EVuydtAL9fdqv1+MUwHNL03m/hto1ulpAdZ+zsNK1ULdyZTM8kxLqyL\r\npNwQvRkMRFM282txFgQKZTNnVbKW/qzXlRA=\r\n=XXYl\r\n-----END PGP SIGNATURE-----\r\n","size":157186},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.1.canary.pr.2839.db4d0cdea30214fb7bb00724b7827708ca5de8a5_1653331454993_0.31806482388748814"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-23T19:03:34.367Z","contributors":[]},"17.0.0-alpha.1.canary.pr.3658.null":{"name":"graphql","version":"17.0.0-alpha.1.canary.pr.3658.null","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^14.19.0 || ^16.10.0 || >=18.0.0"},"publishConfig":{"tag":"canary-pr-3658"},"type":"module","exports":{"./error":"./error/index.js","./execution":"./execution/index.js",".":"./index.js","./language":"./language/index.js","./type":"./type/index.js","./utilities":"./utilities/index.js","./validation":"./validation/index.js","./*.js":"./*.js","./*":"./*.js"},"deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/3658, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"c1fe9519e49843cecf2292b32dfacc401477845b","_id":"graphql@17.0.0-alpha.1.canary.pr.3658.null","_nodeVersion":"18.4.0","_npmVersion":"8.12.1","dist":{"integrity":"sha512-McgjbMdHqXuiLvKK3yO4LIekdwAwnlh0cji4XxFkv2Gxb/ky9wLJlmSti0yzTUPYakTzByeTCOgSJ6ohPNVfXg==","shasum":"9746289f9c5002f92c9726f79258942e67efdfeb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.1.canary.pr.3658.null.tgz","fileCount":258,"unpackedSize":672101,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBdLCp7IooCogECVvIohh94JJCPBCeneLVqWii6TDiqhAiA6xANgxUuyL8HYXGD8pxLYZh+t4PX0Jy+oCCR2tiuCzA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJisw6LACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoSCw//W3jee/9PiiqtmiQ1ArME8ad7YTrYAtRmOco6t1ebPG1RNHxi\r\nGbz4k71RBEn5a5t1TQhqg/sXIDYCMmyN3vVkg5LyH2qCpAvECssZcAudqX9s\r\n/TT0pJvMMr+XEajSEtZeOXqXJVSEuxY1Y1oXM3ihnR+j4fOfh1+P8k4NELQj\r\nOltcSImHGaDSW7P5cAZuFrTtLv5TszsuXn/3flNxd5cwudZQ4OGStFMDDUHO\r\niwFbVesN7NDNfEcILuMBOT2hD7r30+nJ03HM5mCch47nh3z0zOoLxyA0ABvE\r\nynT9qRbBQwYfM/6YJMrE2d7oYDAS4UYEqmrBOK4pMBDGSaCtn202VXiv5Qk8\r\nQtH9hZHw4hwiReoUKoZ5iHMkUzoILJAxpG8GcpPJjnogblJBXdL8A9vE/4K1\r\nQlLLZdT5WumcmmRKU6a8DYqTDGbO+L43JnV83ZxbOW305+Udxw9pehPeodim\r\nkXSgR+MT0oyOyHsk5raSrcgKEYteQfpCY0/zn+2qk+luiR6LqzLKKTIeLOUQ\r\nC7R86FFzW6IH7Q8/wIzKzUsupnn4joPWalQDWE2uwQ6Sq0hPmOvrBc4KgTKW\r\npiW51CHhThSaFNJPwcjkksqRiBZ+foH+F/PAaBRDSCIyvXc0rnxryV8Pr2Ws\r\nv4PS/KXynwP2tRo2AQI8nnCWaru2kjtf3qA=\r\n=aivq\r\n-----END PGP SIGNATURE-----\r\n","size":149242},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.1.canary.pr.3658.null_1655901835449_0.0933829923700884"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-22T13:34:42.489Z","contributors":[]},"17.0.0-alpha.1.canary.pr.3659.cef660554446d49cec9a0958afb9690dd0b19193":{"name":"graphql","version":"17.0.0-alpha.1.canary.pr.3659.cef660554446d49cec9a0958afb9690dd0b19193","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^14.19.0 || ^16.10.0 || >=18.0.0"},"publishConfig":{"tag":"canary-pr-3659"},"type":"module","exports":{"./error":"./error/index.js","./execution":"./execution/index.js",".":"./index.js","./language":"./language/index.js","./type":"./type/index.js","./utilities":"./utilities/index.js","./validation":"./validation/index.js","./*.js":"./*.js","./*":"./*.js"},"deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/3659, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"59c87c39c277d6337981f63302bee37dfc3dcebc","_id":"graphql@17.0.0-alpha.1.canary.pr.3659.cef660554446d49cec9a0958afb9690dd0b19193","_nodeVersion":"18.4.0","_npmVersion":"8.12.1","dist":{"integrity":"sha512-4kUqwF1JIZ9SjZzknI0d/Ych0WK9ctrDPsnNI7XcoeAoSBvJ8l8iXC1xdwtc0+jOU4y58MfkRDoWlXuF3k3gHg==","shasum":"606a5a217d9b31cc751a30bb86d94ecd858fb8dc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.1.canary.pr.3659.cef660554446d49cec9a0958afb9690dd0b19193.tgz","fileCount":266,"unpackedSize":702474,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFYbrMEQPS4dbRHLvDO62NQPfroyQBoCFYz65N4EQPkoAiBHXVbxZqv99bw4wAmraPcUpuGigFbQwqa/znpfnJJQ2w=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitLnyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp8QQ//fq4Kjwo0t/YjbI/9x+KE/tnb06z+8OVDjpNh0Xn3v3ORQAor\r\nktRNvD8n7azYA/shx6NH5GJDAsHSS5x70EKX5/ek8BIWzGY8f3mWlYOlsJV+\r\n4YT/oKhNobAwY7dQ5/REj1RUqdQJSpMpweqhxDd+lZdJb1L7En1/VyUbfubv\r\nWFoTnB3bw1vMB0zwnAKzR5dyoL61g6hUMHGuh8KiPat/IFlLQsRurlEm3/JG\r\nGfp25guf2dkFFFYj+EImOsFxnHJg4QxfDMEZVYfyg7A3lmbYaHXo5BkZtX4s\r\nkYsjb4okQv8pqpt53LFgDTo0z38XdgacjfLvMsB50UhcHGWXQDVifqrru/+B\r\nluZIzhmaNRLBRv4vZUYvgp8JPBJ9DqRcQXMXlPJ+ZRWhgthMRwuExEf+xLmQ\r\nXzk1wK31TkJg0Zt3cnO+SV9Ozfnfv12+Xiac1iDJEW5G0FiYlDmG7zgr+uS+\r\nPg+TqOKes48DhmebO6QBH9cC5cuFJpd94GetziirbsbL4O65nRLHeueB4k1e\r\nv/TlzMogXqS5Vz7TONMPAYIHAM8du1Kse2mxpz8gM8jF0QhBq4p2mDu6KJ/q\r\nbN3obj+lKlI4qDQH8mpAdULH/owdKkvpWOZk8JshyE0acFiyEHO0Q2PupRQB\r\nEuzsWxiUbLy7X0SKXyDN3bJGtqD3MenK0qw=\r\n=nh87\r\n-----END PGP SIGNATURE-----\r\n","size":155122},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.1.canary.pr.3659.cef660554446d49cec9a0958afb9690dd0b19193_1656011250161_0.9453807272587629"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-23T19:07:39.233Z","contributors":[]},"17.0.0-alpha.1.canary.pr.3651.57364d3f9da445b2bba520d3b886e07dc2af10e2":{"name":"graphql","version":"17.0.0-alpha.1.canary.pr.3651.57364d3f9da445b2bba520d3b886e07dc2af10e2","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^14.19.0 || ^16.10.0 || >=18.0.0"},"publishConfig":{"tag":"canary-pr-3651"},"type":"module","exports":{"./error":"./error/index.js","./execution":"./execution/index.js",".":"./index.js","./language":"./language/index.js","./type":"./type/index.js","./utilities":"./utilities/index.js","./validation":"./validation/index.js","./*.js":"./*.js","./*":"./*.js"},"deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/3651, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"699ec58547c34bfeef866a2a4458615d39b16964","_id":"graphql@17.0.0-alpha.1.canary.pr.3651.57364d3f9da445b2bba520d3b886e07dc2af10e2","_nodeVersion":"18.4.0","_npmVersion":"8.12.1","dist":{"integrity":"sha512-Oko3S3+moYSgAJjzYOieiA8kYZaFyjmRj5dElOrHUqGRYshm9p6grq7gMOF6wLaLv805Z3UKSndSga/TJZkbKA==","shasum":"accbf9679be419e8b0b0dd6edb1989396b3505ad","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.1.canary.pr.3651.57364d3f9da445b2bba520d3b886e07dc2af10e2.tgz","fileCount":258,"unpackedSize":679342,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFZcM8E5Tlg4Gvi2no5JPTLw+9t1i61IJ6xwkYNG3HAwAiEAyN39YqBVN6mhRpYzPeHlMlGFLIMWItlQeUdK+ETSO10="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixb5EACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmomhhAAgf3bMvoHaOoYbFpApXsLaxVkFaO16LmJyZK+KdR/zlU6v+0b\r\neHmCQfMJ6MGA/vmOD9etSQ1wx+j2jSG3tNuo7yGKg7xdV6p/uJnbLoUHIKoK\r\n10JGcV8Y0WHqVk5RXiqYR9Nmer90ywshrYjA3+maAkV+SpLlsMuc1ufmY90k\r\n+VtrZuWgbFKtwdu8lBIJRFeJSeNBt8wEOcZ3uaU60NtIYyaKS3ZlM0p3s3iH\r\nxGr3s1i+l+h5CUEX/RGFA6lJoXtPnpxQlEc3LSzUcE80wTjJz+RQspcIkSi1\r\n2+Zaxn4FJk/AsJ+wRtwV1F858lR/cPkcfofjSPOenNe4Z6wZQbmotB558Y6M\r\n5iBGybzxKN9FuFfBRkXUv17iOaR46B1GGQKj2NJipFqF5I5q7jvbRczByyPB\r\n86tlLI02244eZ71tWcE8W98YT0CrQofcCex3QH8Bx+sAfHDz/uMbDVcNdtiD\r\nIt8A0pEyYjXPpRmMDQPrr6zi3CFX9DkM/g1NWdwhCGZvQPmdbTdfgeo6r0nx\r\ntOdxD6zL6I+9GGx473UFxshP5e38mWQNBVamrZa1WC9OhuC5GZmAoslGRRGM\r\n4LhR9lBBAOQSIlP/rSCom6iB+F4XwmasBmbTe8uPYljAQ4ubFJshSMzwYDGA\r\ndsGUEqYKJHIPKtSbHrsMqnLMuz2zQRoJQiY=\r\n=hz9S\r\n-----END PGP SIGNATURE-----\r\n","size":150870},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.1.canary.pr.3651.57364d3f9da445b2bba520d3b886e07dc2af10e2_1657126467911_0.06232312112004723"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-06T16:59:36.288Z","contributors":[]},"17.0.0-alpha.1.canary.pr.3673.53c289997f206acd10388d6a574341c68cc1a30e":{"name":"graphql","version":"17.0.0-alpha.1.canary.pr.3673.53c289997f206acd10388d6a574341c68cc1a30e","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^14.19.0 || ^16.10.0 || >=18.0.0"},"publishConfig":{"tag":"canary-pr-3673"},"type":"module","exports":{"./error":"./error/index.js","./execution":"./execution/index.js",".":"./index.js","./language":"./language/index.js","./type":"./type/index.js","./utilities":"./utilities/index.js","./validation":"./validation/index.js","./*.js":"./*.js","./*":"./*.js"},"deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/3673, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"ffe37cb7f501e65e445c30764a1b34f659562756","_id":"graphql@17.0.0-alpha.1.canary.pr.3673.53c289997f206acd10388d6a574341c68cc1a30e","_nodeVersion":"18.5.0","_npmVersion":"8.12.1","dist":{"integrity":"sha512-9RXg/QbfPUl38WPBsGo7PQb0GsAxfNwtqx/e01uK26J7Ssf6DrGPtNYYMz70UhMfd6g2HZQpjBpll/htqO8/Uw==","shasum":"4cf9e01bdfab2339be9564afd8c9d32da5365521","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.1.canary.pr.3673.53c289997f206acd10388d6a574341c68cc1a30e.tgz","fileCount":260,"unpackedSize":686651,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFTHM/eOIGSBH1GuSjl21pMHJOcUHVjBlhO4DEWmyBCAAiAuN/uKFbZ6hzHGYbMmxeVwabl6Y8MH1fF1VgAlNUi6oA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJizcJQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmonzg/+PnjthbQfaJ+Ad1y/Fb4mbbxYhKDqd9g5DK7RblaNRsuVng6b\r\nSwVjXR8xeN2MklQjWINLF9VfsO3Pm97DxTh/9JWPgwwCQ1pOn6TIWNoXh8ui\r\nR6ZEdLkCZQS5Cp5WTCZ0KKBKFv0hrGzL1RlCDJZ/psW8Q+TiYc5IL0DnTS5J\r\nUI7kLmy7QdwGCiIFcCplMdjbiMCJI0P/cDXqPhlDr0PTejeARE1G68UPH72b\r\nYOyQnXnSzE8QtqpP2ws0WJk67hSF6sPOe7JtHg6hTzQ1iNC0wNfUfNoLeri4\r\nH3jKRBlWyp0wWBH+aSflDhugyZKEqzTnKcFlWeHc6zqS74BFrauGJxp65GmQ\r\nF6ywbd1LCcNd6xGgjRg5GI/kAJ8KP7JyQYpAQb+sgEWjP0B2aqVi1eDHeGiH\r\nqQxbKJbK0VQf2ahyPb4idH80H2+F+QHUovZuwrckdrylEHnd4nNjpLzAxFlr\r\nmCHVoAoZRB0jdrN/BnMt/DEpUKqslDD4tJNB5Wdtc0XpLFFy2qGpSc+9rY0K\r\nL7BFxwnAHNIBEFa6trKV19o90o/X7GZmLEgq5mC/9p3rACGBQaFsnQens2Kb\r\nA9EAWQjK7nltjskc5mzMPCm73BO43Tu0iuBOLClRO4MG1uSvjfjbKCOl58IR\r\nuAKRq4qgFMOPIUxiohF21oJ+2/zwWIk9Rug=\r\n=tQbW\r\n-----END PGP SIGNATURE-----\r\n","size":152640},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.1.canary.pr.3673.53c289997f206acd10388d6a574341c68cc1a30e_1657651792746_0.5884060324145826"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-12T19:10:56.018Z","contributors":[]},"16.5.0-canary.pr.3686.d9ad8e3fd58929d38deea522d794a6b22d3244b5":{"name":"graphql","version":"16.5.0-canary.pr.3686.d9ad8e3fd58929d38deea522d794a6b22d3244b5","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"publishConfig":{"tag":"canary-pr-3686"},"deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/3686, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"67aefd9c1daefceacf937363c2da9e1117e550d9","_id":"graphql@16.5.0-canary.pr.3686.d9ad8e3fd58929d38deea522d794a6b22d3244b5","_nodeVersion":"18.7.0","_npmVersion":"8.15.0","dist":{"integrity":"sha512-OymWIWO1dtSVuOERJQ++mJrJAwc4LPFAi9TY8IS1l4HBm95f9VJn0rUbKU27zO1xkR8FzjSaInLirw+dc3uC2g==","shasum":"3068ac44bb426fd35fe03f9eec02ba6188cbe7ff","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.5.0-canary.pr.3686.d9ad8e3fd58929d38deea522d794a6b22d3244b5.tgz","fileCount":388,"unpackedSize":1338598,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFrY/X9WdjN6+XcyG/kuipVAxzBJrNBwJYrwqFEgG9UYAiEAgp9bYV5WOekpxX6T0csEWvw8zZhmrwZqNYZbbIVaF60="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi6QvtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpIQg//VjIPL5Yp/4Jy72RUqPZDAwz0AaN5KY//emqW/7tpxK9YOT0X\r\nDCrrHDZL+MNcj1uVGA9w7OrYKjd5yk7+KAPh/IVH2Ke0PDazWB3hKcAx7Pgk\r\n9oUNlZhc4ssD6eXXxpvdQ496JDdu3k5XmtXFbScYwWsW4GGDiul24xihRYsm\r\n+GWIqZMFGh9qNUMjrUo9YNxbZTjWFON9qcoCjWp9sb53sAHu7IrcD2LRyYma\r\nOsekwGlTv8JjHA/5Zxz2Zegs9Rtqp6nISL4hFLAaM69/dqdpliJsehsyHKVN\r\nOAHL2ISfXpk0uSYMvQNlLWdojh5xcqG3XgdtUuYiP53oO27IzX92wt4vk9Hb\r\nLkUbln2c259uaqRcN00Pv8z93cpz8pRXvyundlGrjiQ9szwze6Ego5wzpNmO\r\n/ejasmRTt4SHtRcA2BrfAfEOJnum7OE4n/JRrQ9KRjUv1pleRPbgAOkT5MWk\r\nFICiDYfttbxsWUHMqBzGiceSDR278DGoddRC/D8tHE8ffYOe44H/AyFaioOv\r\nRnaKVa/zjvBmMAqMbCW2TPwUmIGT+shzvAHfb3X7NMlvmC+h3n5+ldvn5k3z\r\nHf1+eLjHgoXLy5IGrNI7bh8NpE2PRHHVwaX6utQOtcdORrR/Wgjf+P7lQ3h8\r\nrrNfau9Jk6Cll9XVbL1Q1QMbB3dCScVF3+o=\r\n=fMWW\r\n-----END PGP SIGNATURE-----\r\n","size":279456},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.5.0-canary.pr.3686.d9ad8e3fd58929d38deea522d794a6b22d3244b5_1659440108777_0.17638088498618787"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-02T11:38:50.967Z","contributors":[]},"17.0.0-alpha.1.canary.pr.3659.735abf5edacd99b712ddb40d89bd8b213640eb07":{"name":"graphql","version":"17.0.0-alpha.1.canary.pr.3659.735abf5edacd99b712ddb40d89bd8b213640eb07","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^14.19.0 || ^16.10.0 || >=18.0.0"},"publishConfig":{"tag":"canary-pr-3659"},"type":"module","exports":{"./error":"./error/index.js","./execution":"./execution/index.js",".":"./index.js","./language":"./language/index.js","./type":"./type/index.js","./utilities":"./utilities/index.js","./validation":"./validation/index.js","./*.js":"./*.js","./*":"./*.js"},"deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/3659, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"9a494d9e7e3916fb2a0cb74af86b15f5ea8f891f","_id":"graphql@17.0.0-alpha.1.canary.pr.3659.735abf5edacd99b712ddb40d89bd8b213640eb07","_nodeVersion":"18.7.0","_npmVersion":"8.15.0","dist":{"integrity":"sha512-5YuLFWALBYZVa6QBE0G6f1xvBuLpHwihsAcRmPHXT0gMP/lmZQsrjf3aKELrO+55fIpyX8af4fGECjXNEB9fLg==","shasum":"6a4f150e74cd6dec45e5ecaae499af65d9078cc7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.1.canary.pr.3659.735abf5edacd99b712ddb40d89bd8b213640eb07.tgz","fileCount":266,"unpackedSize":712428,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGKlZHLOZKFCTNL9GNEsb13ziaey3y8OwzpxHY/7vYT5AiAd5nA+PTiKtb0VZFtVDSmOfYsbkWFS7N/l2XMmBVqRTA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi++uxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqMlg//SS7NUvU3CPrA26uwlL+m3xOPmFHLbYDcndqzFPKfzqTu07c2\r\neq92iN8iU6x7wPvxJSFaYgtfNprg0wLVOR9PWmjgYQ1QSNMsd3SbLN2fT+qb\r\nx4LnI0yggHjhU/UH9j5qHgtJChEa3Y3xYLNDeX3ttIh1yTyrBLaZdACnbWwE\r\ni+FwpxPcuKHStaxiWdylg1ktTzSKKpc7mH2uyCJUetBhJ2AVIMaYPk8VCmQW\r\nAKFUs7NZapf89YmbLO+3gWLXTPutOBMFp227m7ibLeFdE68VCcJz+0sjGyCp\r\n5E/s7+CXDZgY3GW+3H6yrOaB7LRs27nCYTwDnpod8b+NCXKlpG7SjhDiWzA1\r\n4WLUeXLnfbukGC6B8jsfPKQVyt2qkbENWqIzUu/8ZfdgfWGjwCSl8EpKMGmk\r\nrUnPVk8/i97IPJQYDSkSMOqbdmQzAeGEC+S1u82a5tLy1nA46w/QYYZ0vGu4\r\nt6hHW2v4K2TRIV5sLAxWbXcl/foY4HHW5vDw1X/ALvRDVfqu94Noqi4rRKgB\r\nog2kIPOdv00Amew6X/EuhzU8BF+vpJC2hSDTXQwC9vSCum/6WBNgIXF4xTUv\r\nAwSTHDS2O2wKlu14orQamf5BAfd+f8DWG9MhfgSJXHxGF/pxrCWCRIsrGPMC\r\nsySiabRMwC0pGDcZCYW2ilXj1N4KK28qbxw=\r\n=w8IW\r\n-----END PGP SIGNATURE-----\r\n","size":157186},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.1.canary.pr.3659.735abf5edacd99b712ddb40d89bd8b213640eb07_1660677041548_0.4444646367533265"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-16T19:10:46.867Z","contributors":[]},"16.6.0":{"name":"graphql","version":"16.6.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"publishConfig":{"tag":"latest"},"types":"./index.d.ts","gitHead":"3a51ecade74a0198847e8b1ab1bcdc129485b79b","_id":"graphql@16.6.0","_nodeVersion":"18.7.0","_npmVersion":"8.15.0","dist":{"integrity":"sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==","shasum":"c2dcffa4649db149f6282af726c8c83f1c7c5fdb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.6.0.tgz","fileCount":388,"unpackedSize":1339220,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDZljTik7P92y+MmdGnfmfDYwTMgRlrS8JRAP1qG1QTfwIhALa7zXmOQHSlrxFsnrc+tyKNx2cOIlhFaEGrkoyRlEq7"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi++9uACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoD2A//S5+wSIA3+qNQ8y8HlSHZ3g1baszSgnPcfLEd+0N75k1koqwR\r\n9fxj9sBfTSXYQAXkriGDyjqr/NBTRUKqiXbLrBe8Fgu/n1e0iwXtwzDRbizW\r\npOQFzoNfnSGwt8L0IdwDnOB9b1fsBzlA2KUfLwsCbUO+1iu2tCOR5nNoQ28C\r\nS0/LHJawRqS7bBpsqOVOYNO/8iS97Rx3sM5tBcs5X7SHEyKxDuXClLCYrwFZ\r\nGQUKFWIkR+WRJ3JBjEinMAqzDyKro1Q8DrhXcClq48v1qGRzwi8C2LwmjrpS\r\nnH2ouDcenEW10f42277QWXFwt0k5OyL2zyv+bsbwj0Lenv+Zukw8mKtcSq7G\r\n8A0UT/ka91AjLXL/UWUSzzaEiDYXKoh4PAlfXcp0rRl3XTvwy2La2CSXWxXc\r\nQMuAntzeaycPsXYDp7+cgi6xSfyN1iBZo5A+JO9CZLHnKwIZOmzHX0y3U8BC\r\nVD6JYJ5SM8RwS/W6f6UG8kSUFCicBxRagfu6yjDixEXknDaPXCABv2Op9max\r\nwJxEKLx6SRdX7E8yN37mPdGCxyp7WELFAZb6QDmd6XKmP4hvfPcN/k834pjn\r\nS1XftkbCzRFIctAjFoV2i4yFZjIcmweyqc90+tV5jw0+/cyQhqby3WGduMrS\r\njtwFF8mhXEigCC5LiNfdn6CXGfcK1beqkpA=\r\n=QYd8\r\n-----END PGP SIGNATURE-----\r\n","size":279727},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.6.0_1660677998180_0.10280738307692161"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-16T19:26:44.147Z","contributors":[]},"17.0.0-alpha.1.canary.pr.3703.fce1b706e279820c9612ad3061b740b831f17672":{"name":"graphql","version":"17.0.0-alpha.1.canary.pr.3703.fce1b706e279820c9612ad3061b740b831f17672","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^14.19.0 || ^16.10.0 || >=18.0.0"},"publishConfig":{"tag":"canary-pr-3703"},"type":"module","exports":{"./error":"./error/index.js","./execution":"./execution/index.js",".":"./index.js","./language":"./language/index.js","./type":"./type/index.js","./utilities":"./utilities/index.js","./validation":"./validation/index.js","./*.js":"./*.js","./*":"./*.js"},"deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/3703, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"52bcc3252c8810500f9bef182968abf882f8333f","_id":"graphql@17.0.0-alpha.1.canary.pr.3703.fce1b706e279820c9612ad3061b740b831f17672","_nodeVersion":"18.7.0","_npmVersion":"8.15.0","dist":{"integrity":"sha512-sd+jmPsJ1ir0Dvmm4Q8oaOvDPoPC74U8HaKgZD4616WPOFEMhoMWX03ib48n+VGhy8Hms/prUn823dQHcn0cqA==","shasum":"411dd8485767930dd2f148769bdd2c2330616d67","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.1.canary.pr.3703.fce1b706e279820c9612ad3061b740b831f17672.tgz","fileCount":266,"unpackedSize":720001,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEsnAix6avQOvWYzVtc3nkHCZ6PQ4T9/xGBcPywwfCY0AiAJMknN7ixu4/iMEtEKN1Rk6y7rJ5egtWESi/CdbezKow=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBOJzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpx5RAAkh3BqrvUvS3ZlT1F0LONqtECL8DWGCoux0Qgp75dKbHs14iq\r\nI/a/bbU0fOx04MqxcGhRRU/v4wxoa3jbenbCHV0GJ7Gu+kUUPpG2rOnTy2xf\r\nyy2jZ0QveIb2QXhEgWAX1+stbFgVBg2Jo8M6RddChniGS42XRNnp9tBVgVZr\r\ngbRg1uwubSBfeSY8JkDkmC6gNYBj/f+ts4a87mnj3uf0dJLFTFweiAT1wydt\r\n+1aeyT3WNW1mll3Z/+xgbpfYRaDzBQZ9IFg+Ku+QomYCDBPPjHGW9ujfCqim\r\nDjNjcezU5kyfd0oXjdPLcQ1wpX+Cd1LAxwWq+kfiWTnUUtUggtxRRI6m4LoQ\r\n7wb+S6SHAwD5MOeipMogaqzXgjc/OVO7gzdcL26THR6tpuazZZduszBC3YlJ\r\nbN3UaeKa0Q/kjfpWZtSJuXsSuCsRoE093RchJnDevYfESJdDBmNh+aqEzixg\r\ngP5bYU5T22AHtGecuWI6LALJGBWYU7ZkTrNd/Z0CTA0bTnaTgJFGN17QY0xj\r\n17er/t6quLjr6O7a6+yilRQBDtF9T5NvYQQUbRYMmtrmLGq+1tStj9qx91CB\r\n9gFzL7gIhwXZR56fVdFg+tXwmMzf8i0OEdux33b+s9xa5A+BMGyGr2OnW2Dk\r\noTwd3p0hT523KH9XRC9WD0MmH9PJi7/3W0M=\r\n=OckC\r\n-----END PGP SIGNATURE-----\r\n","size":158758},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.1.canary.pr.3703.fce1b706e279820c9612ad3061b740b831f17672_1661264498922_0.5332688690096057"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-23T14:39:26.516Z","contributors":[]},"17.0.0-alpha.1.canary.pr.3703.9360805de6310b453b76a53431f921b44a76c2f9":{"name":"graphql","version":"17.0.0-alpha.1.canary.pr.3703.9360805de6310b453b76a53431f921b44a76c2f9","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^14.19.0 || ^16.10.0 || >=18.0.0"},"publishConfig":{"tag":"canary-pr-3703"},"type":"module","exports":{"./error":"./error/index.js","./execution":"./execution/index.js",".":"./index.js","./language":"./language/index.js","./type":"./type/index.js","./utilities":"./utilities/index.js","./validation":"./validation/index.js","./*.js":"./*.js","./*":"./*.js"},"deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/3703, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"52bcc3252c8810500f9bef182968abf882f8333f","_id":"graphql@17.0.0-alpha.1.canary.pr.3703.9360805de6310b453b76a53431f921b44a76c2f9","_nodeVersion":"18.7.0","_npmVersion":"8.15.0","dist":{"integrity":"sha512-yI32VphWuYhD9atS4Q1IqBp7y9dJRtDVNbQeBr0/ISOqc4cbKLZ7mEmrvQ6sOy/bDch9YEpkq5SpF9SJJVv/Jw==","shasum":"b8e7b4bc93223a44bb8f36aee5dd3f1e12e6a8ba","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.1.canary.pr.3703.9360805de6310b453b76a53431f921b44a76c2f9.tgz","fileCount":266,"unpackedSize":720262,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCmiwKuhGVukdYyx5cfWev6WcLwnKEQiT9hUx2xKz+QsQIgan9YComGbhu6xoZmOkLAtKF4hW/ZaapWcW4YK2mMnX4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBSk2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpmug/6AntkzONfTt2bGkvzqJCGvE9LBa8bNZXA3Gu3qSryChukZYzc\r\nAmAHcNQ2WXqoAjitsNxR8/jqPEZZ1YtReWGRfEvTAj7SyidFTrCIQw5sCo5x\r\nQ4mfd4h28nwdnWcP3ey+22NqxKEn6lDGcNW5p2wQwa3Y1DAHr0CWE6xLwJZu\r\ngmifhXYSeZdXCrM58lkbnBDDgHbgfh0LSEVm3TYZdnDoAxbb4macJw/3rPl7\r\nlaPwSWatafinavZrucuifgSYzT1Xy5Adl7xKcQv9o1F47HCvrix7q7j5CTcL\r\nzy3ipOQSXtaZUgISPljtWUubVd8koHG5jS8ytqUFLpdjQqkaVojWoJizU4Oq\r\n+hDYqGYwvdzwVe9NzwxroIIEBfZW9gGM21XQDhMuRmJQaYUa/JFpNIwWRH+L\r\nSUToDly4H1G+4RvSdMdD7RTuNcep/Knhc5sbzCUqKvdUkR2L04RX+oVGfIEy\r\nqe+rJXLB4t3/bG62+nCY7/pstv3nAWr4abIsTlzXf92XpJLXuE+g43jJmb1T\r\nNMp+TVqdcwm3x38S4ASQ4RE5Cx/4MkozG/Jo2XIocaF2nu4FWHQlt05q8+A1\r\n4hVnlzCfh2FhcnHl5kb+WH0sp9J3Ez4zwraHjZpK5JjAA+MjMaSH/15qeWWw\r\niItnWe+nwLhHAvUE+xlj8SJSatXeZEpC7QA=\r\n=MYQI\r\n-----END PGP SIGNATURE-----\r\n","size":158792},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.1.canary.pr.3703.9360805de6310b453b76a53431f921b44a76c2f9_1661282614349_0.9094536430289388"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-23T19:27:46.342Z","contributors":[]},"17.0.0-alpha.1.canary.pr.3703.df016a7b352e356ad0049dd81e2cd14252cec5fe":{"name":"graphql","version":"17.0.0-alpha.1.canary.pr.3703.df016a7b352e356ad0049dd81e2cd14252cec5fe","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^14.19.0 || ^16.10.0 || >=18.0.0"},"publishConfig":{"tag":"canary-pr-3703"},"type":"module","exports":{"./error":"./error/index.js","./execution":"./execution/index.js",".":"./index.js","./language":"./language/index.js","./type":"./type/index.js","./utilities":"./utilities/index.js","./validation":"./validation/index.js","./*.js":"./*.js","./*":"./*.js"},"deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/3703, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"52bcc3252c8810500f9bef182968abf882f8333f","_id":"graphql@17.0.0-alpha.1.canary.pr.3703.df016a7b352e356ad0049dd81e2cd14252cec5fe","_nodeVersion":"18.7.0","_npmVersion":"8.15.0","dist":{"integrity":"sha512-pjSz+pU34UERYG47WMUoTHbdn0xLvPLJqgk8IEa93rJdF5NicNIXQ/uSl3LNPcFmjX4jHJXKu6FvONcTrFoFAQ==","shasum":"40b052da7fe603ac07a7058f2b123492d7c3f818","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.1.canary.pr.3703.df016a7b352e356ad0049dd81e2cd14252cec5fe.tgz","fileCount":266,"unpackedSize":725535,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCLTfEeeHAG4ZfFuJGNKj52nh0qhPTRyiAPNsr0yV36BQIgdfgvXWYpuzB8XWRJU+PU9+9EXGJO7mZ7CohmFolmXPY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBWNHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpDtw/9Fc+cHtEObZixhI7hVxUH5iYVJw/Ez8OcDOIdOE2S6OQ7Fgey\r\nmBrzBQWGcUVY0kfV/+0zUXK8L5nVIY8gsrKIuDJ6isa1P/qpEKsZ/sxjnqBh\r\nFIRg7Cx7yUobHg1SH69EA7XuKSCAEHlERvyV2pLa921vmnDVR5PCRx6W8SWO\r\neNvJsa7YmETvohrO7mWxM3OFuPTv8eYlr2Dwa720JWiX+XNgolqsOa+IXLKn\r\nl49nr54Pf4/33MAqp5xOapnDUgayybNoWG3GviOmPamBZlhFFU+v9D/puFMf\r\n2BJ6H1z5L57YvkZX+1/hEHWpPypbBBFysn6W2X6q7CfCMkrv2cA2C39lpT8v\r\naSobykD4GDke7aBITtHJMo0WmXDqjmmj0yGkUH6gE6yaX3ffiNXh0ZqnF7P+\r\nX3W6S9QsbiBXpHk+faTmCfIOVbbG6kbtZTW3ZZ1a7/KNxjJGNo4+Qjb1yfU1\r\ntOs6wjmIUHvFhbm5G6L8ZY29f5NraAtSDjxmYQaSKwDvIl9+R2NbfH7zCB4K\r\nvyNOJemRQuYDRVY6BMByc5TBZ6sk8D7gJYOJ1HRG93nwhgEVnqYLfEwykOCK\r\n2jaBHWCFeUbBQL9gu/+o4iJuxoP3JXKTJfPlFbujfmIgfT+QrqYPxfHcw4PM\r\nh44SCcO/wvV06bsM2uVNed+3vXC+K1a082M=\r\n=soTk\r\n-----END PGP SIGNATURE-----\r\n","size":159497},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.1.canary.pr.3703.df016a7b352e356ad0049dd81e2cd14252cec5fe_1661297478988_0.3123451926379939"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-23T23:31:26.076Z","contributors":[]},"17.0.0-alpha.1.canary.pr.3659.5dba20aef36112d13569d5f296ef967383e60d0f":{"name":"graphql","version":"17.0.0-alpha.1.canary.pr.3659.5dba20aef36112d13569d5f296ef967383e60d0f","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^14.19.0 || ^16.10.0 || >=18.0.0"},"publishConfig":{"tag":"canary-pr-3659"},"type":"module","exports":{"./error":"./error/index.js","./execution":"./execution/index.js",".":"./index.js","./language":"./language/index.js","./type":"./type/index.js","./utilities":"./utilities/index.js","./validation":"./validation/index.js","./*.js":"./*.js","./*":"./*.js"},"deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/3659, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"52bcc3252c8810500f9bef182968abf882f8333f","_id":"graphql@17.0.0-alpha.1.canary.pr.3659.5dba20aef36112d13569d5f296ef967383e60d0f","_nodeVersion":"18.8.0","_npmVersion":"8.18.0","dist":{"integrity":"sha512-TgctUQxXagb5jCF2Tw6UO0m729Bi3ZO4C4qYg5QyaWT2CijC7Lbd+fcP/fWbLdOU8TJoH9I8Kt9ZVfWIOA2LQQ==","shasum":"65d4eec5111030f38a85e84eb9c1fc65369870a6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.1.canary.pr.3659.5dba20aef36112d13569d5f296ef967383e60d0f.tgz","fileCount":266,"unpackedSize":725744,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCAY/sDFiWQ8dJ7htPSia2yQKfRNhrorCOCG6dm59mn9wIgUiJ/OPTpEevh/J4QQ4NLMgA1GQX56SzqaHtIx4x6Kx4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjB2mCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrSqxAAhqX/Hp4E27CSTBYe9kzG/SSf3glxygc8+DePbxoGFuI1rT07\r\njo0jENGq2UC2zGXu5O/roSzYy+7Dtzn3miY+qpUXhAilRdOHqs0hOKxR6d27\r\nbLNJ4t92FB33CfWSagc24KIX5c/4pvb6/5b2l2uy9x+TIbEOXI0CtAk9qx1O\r\nx0F9QYcxrdWJlgpNHffjpZujuCeJ6+PkRNsuuYiVXNpMtrVfhP6xeYE0EF3w\r\ngL4r0Dgmd2dNnKKcVYVWX2RxSxByvMD9UeQ5tAyHrWLGuDD+NSkEYMgX+s/E\r\nK5GcMgv3kHyWzEvJ9tfk1pRKHoLFtQQM8gn7LHSmjJJ6yexnUEOi6zTKKBXX\r\nm0hy24hfzLYP4AFQC6YqhatIDZqCi4zdpCnGiK+Zh6KbhDyWsvO0D49aifs5\r\nyHLW0mubtfNRpMg7i5PpQK/5S4J1pvw4tTo7kK4ke1Hb4PXklKsBBkgAcwxi\r\nn+mWhkvjF5a7rA004FM5Pmj9EPVJw5KXyjxwZzuuTD/jKjRrjzHuOWIs2j4G\r\nhGbHdITHCsI1Q90k7AXRywGytxQLk9MabeRCR3tUXNFalqzj3NzrCzd3Qrtc\r\n7JgJ1vU3QD++9ecLUBFRyx6MRMi6gn+j/PWA0252EPLZytQECZKCuspt5GRb\r\n/oikg/oufHfunod8moOkdDFTIqN2bP24ui4=\r\n=j4YB\r\n-----END PGP SIGNATURE-----\r\n","size":159606},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.1.canary.pr.3659.5dba20aef36112d13569d5f296ef967383e60d0f_1661430146429_0.9434856308238342"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-25T12:46:35.997Z","contributors":[]},"17.0.0-alpha.1.canary.pr.3361.04ab27334641e170ce0e05bc927b972991953882":{"name":"graphql","version":"17.0.0-alpha.1.canary.pr.3361.04ab27334641e170ce0e05bc927b972991953882","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^14.19.0 || ^16.10.0 || >=18.0.0"},"publishConfig":{"tag":"canary-pr-3361"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/3361, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"3e5239ff4df454e2c00aaae3596fefaf265e2208","_id":"graphql@17.0.0-alpha.1.canary.pr.3361.04ab27334641e170ce0e05bc927b972991953882","_nodeVersion":"18.9.0","_npmVersion":"8.19.1","dist":{"integrity":"sha512-9T72oEWsSsy2OKycXgqj7mEW3cbff0TbMLi9l9ZxxE4x4TUL6lzMgW51LJE0LG4/r/nswgIilTf2CGKvPWl/Fg==","shasum":"0061faef4fef0bda859727e4e11def3a42bc0aee","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.1.canary.pr.3361.04ab27334641e170ce0e05bc927b972991953882.tgz","fileCount":397,"unpackedSize":1372624,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDzSf223NHue9gyZkT7aqbhxVqVNEInif0T6ewUMOa3kQIhAPMk9v2IkgMVkanih29T0W4FP/7dJzQ42JK69dr9rdmy"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKhgTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpXmQ//dDms28RLCDl6HykMwACmCS4O71Ozp3Eb1/29WV0c8M/DMmnJ\r\nCRq/06C6uRSdQ7VRUTTlpNoNo8J+a3UA1vdAUbLUq797DOxLGUYZABVnyd41\r\nAL5jsvu4xC97Z+/jCTKI1B3pCQwmjkyvKf7MhZdAFXg0KCQuYSHVPIRQAckE\r\nEpKVgBGQRwvQs0kYS2IKVTybekbVH+Jl7LX6M57N1FZdnkUZls8M8nU0qnNC\r\nsWOBDA9bGvVpHQzEszgiqKp/U6O/ksMmOhM1teImny8go4fSqW3eXL4PMsiC\r\nlUOs+lBE6wHNXpUT/nyixoXJbk4x36BuZfuG6y/89WpjfdTQkhoX08qDcwsh\r\nnrGoliNqoG5O9af5dzRSdf7gP1mrVjFc8+6Dhya5hbFO4RFZuTonfc2FbmlC\r\nNHhbEZRneoWU0kZBFpBhLTAbpGKx9gahZxYb2GaqpWf7AwAytkIYhYc5zLY/\r\nzwbonVRgr6MFFg2LR6XeEViWuxW31SbqnAeXeK7ewJUl8eRxBaGVbDGGKwi5\r\nv6d2K0vj1Xi5HvLAi1MmvnOvse2xaotTsMsq5qxjswAORSH2ijtfOcDg/8HL\r\nk24RVzNKWl8htgJYUG4L/g4a2r6Y1/qWzXclblrlvl5AyTX3yLrRrWO3fT4K\r\n8ECJ8z2oJIAVo8n068y4kul+rah9SpKFcw8=\r\n=MZEI\r\n-----END PGP SIGNATURE-----\r\n","size":282701},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.1.canary.pr.3361.04ab27334641e170ce0e05bc927b972991953882_1663703058984_0.05974643621901632"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-20T19:48:05.685Z","contributors":[]},"17.0.0-alpha.2":{"name":"graphql","version":"17.0.0-alpha.2","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^14.19.0 || ^16.10.0 || >=18.0.0"},"publishConfig":{"tag":"alpha"},"main":"index","module":"index.mjs","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"042002c3d332d36c67861f5b37d39b74d54d97d4","_id":"graphql@17.0.0-alpha.2","_nodeVersion":"18.7.0","_npmVersion":"8.15.0","dist":{"integrity":"sha512-aRAd/BQ5hSO0+l7x+sHBfJVUp2JUOjPTE/iwJ3BhtYNH/MC7n4gjlZbKvnBVFZZAczyMS3vezS4teEZivoqIzw==","shasum":"c8be4605f7beb47abb70f67fead4854aab22152d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.2.tgz","fileCount":397,"unpackedSize":1372395,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGdS5z0EZWvx405hKJDf4xy+98ju7so8HwMjcm+CIxxfAiBVm3oz1lmcBoeJ4iez4FiKgUmYnd/gg0ptZtYuczm7Ng=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLE5uACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq12A//XMYe5lU6rEvpBRcs4zh+9LWnDmQBqrONiJ6WRPaWfAt84vDL\r\n3GyXMo9pWWWRsIC8Q3I4mK+Wt+jb4M9ABtQnlzrMHo5I5qP0jL3RAXQR29d3\r\naIWBKjtZ3r2/APGTEeAYn7WeQGMWg/MDtFBsTmiPkUYI0oL/LNcVUhZEyf1E\r\nwL6AL6ULSQtFOUL3WS3LCwAcU+inJmkNbydgd4YG+AipDnf+O6E42dr7v4as\r\nqSVNuFStq+MsoJA54rgtjffcG1uYEZ4OBdolG07g205hfV52PaAAn80jKXt/\r\nPtNIGeomTh8uufLu3gX35xYu8czGYRmJVlUiWe/OCBXsvXv604FhOiZhtBJL\r\ngOtDOdRILnlOSxX2pfQX+FU0krgen/05MJSrbp7f5rmLeCQqbPAuDOGouP6p\r\ndO61XLQsItC6UnDTGfwxfbrr0fqhRmrYgQd89McGY3KHH3Ofue0a50wgVLkM\r\nys229RBHM3tnGFw5/lZn9EsqP7+tv5KkkncoxC8uqIyYJ+XYS2nz6vZKXBv6\r\nS9f2fiZ6omFWdjBTSU1n6Fm3n0DgC2BrNkzKq9IMwmN8w9XsqLD8zQNXyOBt\r\ncSw+zz1FB873DnwV8tAdKhwe5RQZliYf2vLAl0eUkct9P1zdJCwY5ZfWmzCw\r\nb2WedX3Lz1k+wBPPWhS5H/PRoDWas45RB8o=\r\n=8GAk\r\n-----END PGP SIGNATURE-----\r\n","size":282583},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.2_1663848046284_0.09254610229148752"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-22T12:47:10.915Z","contributors":[]},"17.0.0-alpha.2.canary.pr.3791.264f22163eb937ff87a420be9f7d45965f2cbf07":{"name":"graphql","version":"17.0.0-alpha.2.canary.pr.3791.264f22163eb937ff87a420be9f7d45965f2cbf07","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^14.19.0 || ^16.10.0 || >=18.0.0"},"publishConfig":{"tag":"canary-pr-3791"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/3791, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"6b5c8af150350201d0d67f3eb6f6f44cb6f92288","_id":"graphql@17.0.0-alpha.2.canary.pr.3791.264f22163eb937ff87a420be9f7d45965f2cbf07","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-foJTYdXFHaZNx0M5eks57HBGSNwtfxQWcR7REVG3IB9Q0Ah3pumvN4Jk8GciWARv4/ySP/hKpGMqMFy1TKlqqg==","shasum":"3835b1183f4a7a735d629df575a29cba3829f1ea","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.2.canary.pr.3791.264f22163eb937ff87a420be9f7d45965f2cbf07.tgz","fileCount":397,"unpackedSize":1374471,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICx4J5xGCatEGz19boxjes6r5fLlpWkQhkqqD3/MS2fCAiBGpdykg89N/UpuixwzZz0a8EgxLXCDygN4f01ffkRSsg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjiHScACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr+Mg//cuPJr8shj/BBnIGVJUOk3SDdpdyp+aavzfR69BtzM9kucFmS\r\nRU8oBFH1JYxqG/EOKzXQgax2QfTJP5rn6zXFMgVVfGxgL5YSVQ+9KvPW2pfj\r\nkxl/NznXi8mXAs+G6tlhbEtu86q6VYDDhpJo1atYArbe9ErgJNlQpUylXoME\r\n9C8QdGpYTF0yqmq3Rm4VVtZAn6tRT/6aDF5+3YzUX2nTSNIFIy9F7NzcSNN1\r\nZpijAnNnZimHF0ITIdd2R/LavZF3UcTc2xCpHmcwwfiJX2zjVWBNjnxOw8LA\r\nQBId83cX2bgEQuNNqxNlm5UwYlLud8g3wpmdKmln5ThIQRrA3wWGJN2A65Uw\r\nJUV17w0bqFd2jmCB5E+TEmk3hwhLO5x8mWqQ7cg5w1Fp47vBCTiPDCofRTF2\r\nnJaQaDY4fxDiUf2t0RMLW6sJSXp/vHXuBfgc4xYK9LOfGTFjkvDr6UJadPBZ\r\n2LPbNl6dSWq8vcNWv0kGNv712B705AtYCwq9Sis6PhqiwAQsb/BV/cL3yIXO\r\nsaXq5YZsRwLQy8Cu1ybcDZ5v53K42xrlmETYeXEdqkQEBQg3c1Gfxl3jGIUr\r\neHLh3QyzmVR4Mfi2jy3qwEtn8QnIVlYeJ7enm3YBVX/ThcKCj54gEmyo7FYX\r\nJEx2rHVRAknYAnoCImmBP5IZTB2oTUIxudU=\r\n=uAYq\r\n-----END PGP SIGNATURE-----\r\n","size":283071},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.2.canary.pr.3791.264f22163eb937ff87a420be9f7d45965f2cbf07_1669887132179_0.8834192788087281"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-01T09:47:32.716Z","contributors":[]},"17.0.0-alpha.2.canary.pr.3754.1564174b0dc26e0adf7ff2833716d06606b06a20":{"name":"graphql","version":"17.0.0-alpha.2.canary.pr.3754.1564174b0dc26e0adf7ff2833716d06606b06a20","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^14.19.0 || ^16.10.0 || >=18.0.0"},"publishConfig":{"tag":"canary-pr-3754"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/3754, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"1bf71eeec71d26b532a3722c54d0552ec1706af5","_id":"graphql@17.0.0-alpha.2.canary.pr.3754.1564174b0dc26e0adf7ff2833716d06606b06a20","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-Xw86kx/yvn9G+F7Ti4ZP51M45NnSMbcTSSdCZ5fYbCgWCKq7OjTNfNq6O/lAl8IwWelcot/dO1yzscdsiSW5bg==","shasum":"62ceafcaa683201ca4c6b75e4cb1ff1dd24f34a8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.2.canary.pr.3754.1564174b0dc26e0adf7ff2833716d06606b06a20.tgz","fileCount":397,"unpackedSize":1374048,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEQFp3D1091q8pLL50Yc8rUYQFF8omVh+fHGo9pu1nSxAiEA9BRMRRPhF7NBLO6g+lE3gXWJo6KVV64VuokSePscxjU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjqsadACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq5DQ/+KzQoHrrnjY244UtO2QWbK1rvn3MO7M0Yc+ViigZJxIdxBqxR\r\nMVR7lKovXSQnnlZBMiTj928owhqNALeKRgpc9qOs7LghjMJOb6V52d74yQFj\r\n7c1wsuPoDDqAPuADObhoZECPkBcjYWimG02Pm04AIOG3YVZpVGFmtBmf08O/\r\nFomwAbImA/kELZVuQFvFCo2xlJqWwgkXCPXnwKQG95Ws+k49llCJQ6mM9qLc\r\np3JGwKKXUc13daEaeDqo9AqaDTSYPNqrghkolm7P7N/yyLqryreahU59Tqb3\r\nYETzUDjXEMTDEFVgZkgbJmtY0m+VZT1Xqg/K0Ggs8ZTu9VAprjz5SW4F2toy\r\nViEwS+YPLH/c7+OFLhBQF/vBhOLD/ZVXKGFDJ5grjZguTvK4Hws8zYAM4GCh\r\nYYnFeGC1880+zE/0f4JQDLIfKkd+oMEIU5xALfvDeFeDkU0MRAMAuodzB7Ke\r\nrwBzePv2wgOQA4QDej3CKQy+IkMd/v1ILi8qoQdCHNbB3JHwvSRblArzIid7\r\nTzwF8oRUTgoBosrpz7wo5IxOvBu+sebkjJVNidz4md23iSPF6Cf85c5Mv6EX\r\n0hG66dUP2E3uIp65Ny30Di7n8IQZRjfigz2pYlPxRxhyPURfm6pKcFX4R+tq\r\nGZ5A1yGl58sX6Du3HRS6lgD+dtb3Pc4ArKk=\r\n=ZEoJ\r\n-----END PGP SIGNATURE-----\r\n","size":282713},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.2.canary.pr.3754.1564174b0dc26e0adf7ff2833716d06606b06a20_1672136349046_0.2760127324196904"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-27T10:19:25.364Z","contributors":[]},"17.0.0-alpha.2.canary.pr.3791.e6d3ec58026d75b71b7b84c3da5f376ec7eeca94":{"name":"graphql","version":"17.0.0-alpha.2.canary.pr.3791.e6d3ec58026d75b71b7b84c3da5f376ec7eeca94","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^14.19.0 || ^16.10.0 || >=18.0.0"},"publishConfig":{"tag":"canary-pr-3791"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/3791, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"b5eb4986f1043292e35dac1b7400ec286f1807fc","_id":"graphql@17.0.0-alpha.2.canary.pr.3791.e6d3ec58026d75b71b7b84c3da5f376ec7eeca94","_nodeVersion":"18.13.0","_npmVersion":"8.19.3","dist":{"integrity":"sha512-i51clZCG1Mc9i/bsXlsW6mYsDOrBLbDc5oRAw1Pl3QbN64V9DPRbF8SJhnTZ8aEvCNKsJpRAKf81VBd1thcXAg==","shasum":"ed0db92a3e947128f577553273c5de36051be17d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.2.canary.pr.3791.e6d3ec58026d75b71b7b84c3da5f376ec7eeca94.tgz","fileCount":397,"unpackedSize":1372182,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFqosL0Q/pyHk6brzTHfOW4OyXI8dumVGGkzF0rFeEPTAiACSrNOWD00OCiJS98w9YM45cXo/ILanMrZMseXlV/tIw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj4gHKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/kw//dAif8OnVTmitDF70vD3G1oy0bCGXqa+tS9WBgc+W4Lr98kHp\r\nGn8SNWIbJ9TQz0o8kTFyq8bfomtvF37fOKOuF8tIyMRNqvRZdvjQpGPZ4vi9\r\nkMP0Zh67YVgsWtEmR1Sqpzbn4F7jvCGSCMANmFtU4RYQl3rRdtzoCw96Ok+1\r\nxEerDETQd9cX0T9CLB3J7GWr2zZfZMori1lvoq5PqWkrImWOp/3C6Kj+PbBw\r\n3O3xwYziWaJFeGkw96eQ8AVqtNuu3+kPwHUJAv6HDvB5qPMWAggzduxZInDn\r\n47+m8HKgpKA4br4Tx2srloXg2jwWzBdNu/DzPe57DxVWLo2R++8p/NDKiztf\r\nzlOoPUTeL/3dKMvgkej6kShR5vkxc4iP76vJ1N3jNlHcQVPQzcVudHWQfjnw\r\nEighFyHByMB7FADfMwaN31IGHCUwW3K9eNhEebcksM12ZQpC3GdpJM9mUSOh\r\n9v6UVwMsibPjvg4TK6DX/RJAFKblS5+dfD4oYPd7xHniupA1UFQnGwRSo2/o\r\n1zsqMaRLD+iLSulyZS+6f8lL6PFGHoCtTQ5nZG6wa1MBP7/6FBXnLTh27Ln6\r\n/iALE0zKc/y/f3iNeuOwSIwJEkV1OQbuTxGgTV0p6fN/FMmEd0YLxpmnnINE\r\naUPgL6sO2QXXP1RdjueQVXkIVxsZX776Wog=\r\n=3g+S\r\n-----END PGP SIGNATURE-----\r\n","size":281895},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.2.canary.pr.3791.e6d3ec58026d75b71b7b84c3da5f376ec7eeca94_1675755977725_0.5503378422090441"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-07T07:46:18.002Z","publish_time":1675755978002,"contributors":[]},"17.0.0-alpha.2.canary.pr.3791.22288c73e61ad3ca68687546f2058561e41fcc93":{"name":"graphql","version":"17.0.0-alpha.2.canary.pr.3791.22288c73e61ad3ca68687546f2058561e41fcc93","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^14.19.0 || ^16.10.0 || ^18.0.0 || >=19.0.0"},"publishConfig":{"tag":"canary-pr-3791"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/3791, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"84197640eaaaf6b2ae1b673133026d187b848a32","_id":"graphql@17.0.0-alpha.2.canary.pr.3791.22288c73e61ad3ca68687546f2058561e41fcc93","_nodeVersion":"19.6.1","_npmVersion":"9.4.0","dist":{"integrity":"sha512-PMXeZEtigQtFAA6KTeUA0znw3CmF9oVZSoAz6kXCIaIk1NoXwyh3OUQVvF2lyWZgmx9LYj9hD8DRCaSIgT5iRg==","shasum":"10c8efafad13e9e00d472147b0c924ce43037334","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.2.canary.pr.3791.22288c73e61ad3ca68687546f2058561e41fcc93.tgz","fileCount":400,"unpackedSize":1375479,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGMey+GpGEsxtSBGLk3zS7UJl3ZRQESGsfhx8ELb8+b0AiEAqfQYtQ/km/T/CrQ4cA/TxJxYMHNi+ZaZh3YCrgVDQAY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj8iVOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrYYhAAhPbP1H1keKotSh5A+DYawozA3QeKFzJHRMS3K1ocZwpn2ukf\r\nEzwytyRDRPEDBAUUagUB+jKQVmc7j+OL4OEfBicQBEfmbc+hXZGisI+LEzF8\r\nexMxUSubtnyxUsdrGXqqvR3JdRnmiS7tuuDITDKuG71IUSBkQZ9roHvBK7L9\r\nwr7GvYjCCL2SztYSxzYgIjTU/bi29csj12Koi3n2k1/Tg1HzbnVtRpEyZG/P\r\ncZveWFETq6khdwFDqlgW+4uHGOeDeBTpU2Fz0EcqqMHBRaHyUGkkJ4CZ6G2c\r\nnELC7ZDdsqHdk5jq9H3xbeICfD5qfht0D8+T+MbmoT8bKM5CI3wg7beVmDO5\r\n8YePuzjw5efWJAIDxHZtEoAIq2GOcFMEUxjGNLSHms6Z0BXvkzYyzbEKLOay\r\nD23IZu4ZHnPApBHtq2fe9AyeGJfhPPAwRRJgY/UzXZ5cZJZUvLHMqx4R2Eik\r\n+CVKeu6cfAgpY4NcCEbW+Afj/25T4rKgadez9NxVlCf/2y4loPeFTBTotHVC\r\n5v6vqG+JSFMrnZ3VibTXJ+ktpoz8iB8e/GuXcVdj6ZRQ6fimAUvGASr4gZea\r\nQFKG6WqnAblJnFWJcOfKpdo74zoY/l0Qjd8DdWS6ALdvdLTQlim1jcqfNbi2\r\n7g4qEltZMW/5EVHhaqjOhZvRIJdqgumxb1o=\r\n=K4kR\r\n-----END PGP SIGNATURE-----\r\n","size":282988},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.2.canary.pr.3791.22288c73e61ad3ca68687546f2058561e41fcc93_1676813645846_0.2012346552539641"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-19T13:34:06.072Z","publish_time":1676813646072,"contributors":[]},"16.7.0":{"name":"graphql","version":"16.7.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"publishConfig":{"tag":"latest"},"types":"./index.d.ts","gitHead":"1519fda27376bcdd26b433aecfb9e7b485da71f8","_id":"graphql@16.7.0","_nodeVersion":"19.7.0","_npmVersion":"9.6.4","dist":{"integrity":"sha512-kdNG+ZGNf0E4dezSA2N9cRq8UdOMCcz9Wzh1dDSrCzGCz0nj6p8qlE+utY6iqr9y1sh3MZxUb7K794neZ2oT1w==","shasum":"717051b8c183fcf8c3ad0a3668aeb5ffd1e9bc33","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.7.0.tgz","fileCount":388,"unpackedSize":1340027,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFv/ZK26HwjqREcimbXYOBSy2/PbCs+GP4sDQDkj6mSzAiBhSdWt3w8MpnSNWiUno+RYI08wWllymXG30rCQsfr6pw=="}],"size":279842},"_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.7.0_1687365336186_0.5910397124558846"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-06-21T16:35:36.612Z","publish_time":1687365336612,"_source_registry_name":"default","contributors":[]},"16.7.1":{"name":"graphql","version":"16.7.1","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"publishConfig":{"tag":"latest"},"types":"./index.d.ts","gitHead":"bf6a9f0e1cc8721de6675fb7bff470137635266f","_id":"graphql@16.7.1","_nodeVersion":"19.7.0","_npmVersion":"9.6.4","dist":{"integrity":"sha512-DRYR9tf+UGU0KOsMcKAlXeFfX89UiiIZ0dRU3mR0yJfu6OjZqUcp68NnFLnqQU5RexygFoDy1EW+ccOYcPfmHg==","shasum":"11475b74a7bff2aefd4691df52a0eca0abd9b642","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.7.1.tgz","fileCount":388,"unpackedSize":1339799,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAJ4APmjUmD02i5p8Cz+tkJAH3/qsVuM/zNekFtqNhMNAiEAoUkIPm1e6qF2238WErBU/fEwumTiiOintGlYIuHBty4="}],"size":279787},"_npmUser":{"name":"anonymous","email":"lee@leebyron.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.7.1_1687454065761_0.450445802336747"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-06-22T17:14:26.048Z","publish_time":1687454066048,"_source_registry_name":"default","contributors":[]},"16.8.0":{"name":"graphql","version":"16.8.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"publishConfig":{"tag":"latest"},"types":"./index.d.ts","gitHead":"e4f759dba1a9b19c8a189b803657ee4abe0efe11","_id":"graphql@16.8.0","_nodeVersion":"19.7.0","_npmVersion":"9.6.4","dist":{"integrity":"sha512-0oKGaR+y3qcS5mCu1vb7KG+a89vjn06C7Ihq/dDl3jA+A8B3TKomvi3CiEcVLJQGalbu8F52LxkOym7U5sSfbg==","shasum":"374478b7f27b2dc6153c8f42c1b80157f79d79d4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.8.0.tgz","fileCount":388,"unpackedSize":1340235,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHhE/kZayvFBB2M7haW0NmZ0AxNSlN4Mv9+JayDl0vhJAiEAxfHJYowUhUHl11JZP7VQKs41DepG/7KRsZn0wLqRTIo="}]},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.8.0_1692041752181_0.9757292765687333"},"_hasShrinkwrap":false,"contributors":[]},"17.0.0-alpha.2.canary.pr.3911.a281faf70fee4ba1522af45cf15f41a899c723c4":{"name":"graphql","version":"17.0.0-alpha.2.canary.pr.3911.a281faf70fee4ba1522af45cf15f41a899c723c4","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-3911"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/3911, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"b12dcffe83098922dcc6c0ec94eb6fc032bd9772","_id":"graphql@17.0.0-alpha.2.canary.pr.3911.a281faf70fee4ba1522af45cf15f41a899c723c4","_nodeVersion":"19.9.0","_npmVersion":"9.6.3","dist":{"integrity":"sha512-75LyXfKKnLfpRmWBc0+ZgJ/PitMLLW+X3+r9uLwocstv5zLI5Y1LA/z0t4Vmy5I/L3xE94Ac2k74lJzt3lS6RQ==","shasum":"9d241051ce2023dff197e7c08ee3c4e9a84e854c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.2.canary.pr.3911.a281faf70fee4ba1522af45cf15f41a899c723c4.tgz","fileCount":409,"unpackedSize":1436646,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBDq18ax0gmWxsjCeKAwbg6BJ39Mh40e9bb8YHLUPMxzAiEAi2DQg2q4YaIcT5o5BbW2fBEfhuNAje/kfeLEzAdtqm0="}]},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.2.canary.pr.3911.a281faf70fee4ba1522af45cf15f41a899c723c4_1693257209696_0.729615230266015"},"_hasShrinkwrap":false,"contributors":[]},"17.0.0-alpha.2.canary.pr.3937.8e773a04d8041ffc00a1550e8c6688e01ba11832":{"name":"graphql","version":"17.0.0-alpha.2.canary.pr.3937.8e773a04d8041ffc00a1550e8c6688e01ba11832","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-3937"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/3937, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"b12dcffe83098922dcc6c0ec94eb6fc032bd9772","_id":"graphql@17.0.0-alpha.2.canary.pr.3937.8e773a04d8041ffc00a1550e8c6688e01ba11832","_nodeVersion":"19.9.0","_npmVersion":"9.6.3","dist":{"integrity":"sha512-aNmElfCptlP8eSRJ81KbMbUCtf35aucedjJobW/Q11zn1M2UKsPLHEn4yNRIcNcfanddVgqm7j7dKa5zjmYraQ==","shasum":"9a0a50a760678f8fea67f1a0043bf7876a2a472a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.2.canary.pr.3937.8e773a04d8041ffc00a1550e8c6688e01ba11832.tgz","fileCount":409,"unpackedSize":1429997,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGDpKzW7+Yez95jAypQrWcC/jvMLaRzib6L6vjYIR/FOAiBeP3CyT+z6LtTY+quplSYZntgD5DtwUZey3d1F9Yl9oQ=="}]},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.2.canary.pr.3937.8e773a04d8041ffc00a1550e8c6688e01ba11832_1693302238077_0.11203988396125197"},"_hasShrinkwrap":false,"contributors":[]},"17.0.0-alpha.2.canary.pr.3957.454033bcee41c456acce935e49e3e420b75115e4":{"name":"graphql","version":"17.0.0-alpha.2.canary.pr.3957.454033bcee41c456acce935e49e3e420b75115e4","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-3957"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/3957, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"61025233e2123b5d3a4b729f5f329706bab19a70","_id":"graphql@17.0.0-alpha.2.canary.pr.3957.454033bcee41c456acce935e49e3e420b75115e4","_nodeVersion":"19.9.0","_npmVersion":"9.6.3","dist":{"integrity":"sha512-leP3Xq12TKDu6qyR0ZgKlt/0sHwcERSRkgJ7EKWxb6p3FKuQqtghvA17QWEC+xu/fu2+sbJ1VTHc8pGGGg8J7A==","shasum":"ebcb56bdc00dac22b73a0d801c54fd37b6b7e80e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.2.canary.pr.3957.454033bcee41c456acce935e49e3e420b75115e4.tgz","fileCount":409,"unpackedSize":1430095,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAI+CCgsyQQv5jfsJ1GXLyv2aa24D1VuxsSBaiMCfsw0AiB6ZAxK2/2NPe4tgvHxoNVutUcyWSAeNgAer66XCTbPFQ=="}]},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.2.canary.pr.3957.454033bcee41c456acce935e49e3e420b75115e4_1693597587350_0.37208295028021365"},"_hasShrinkwrap":false,"contributors":[]},"17.0.0-alpha.3":{"name":"graphql","version":"17.0.0-alpha.3","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"alpha"},"main":"index","module":"index.mjs","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"8d7c8fccf5a9846a50785de04abda58a7eb13fc0","_id":"graphql@17.0.0-alpha.3","_nodeVersion":"19.7.0","_npmVersion":"9.6.4","dist":{"integrity":"sha512-+3gX29B8lQ3Q1KkABSgy6CyBF7nTMObd6EHwcIHg4Pkz03D5hy/eJiHjD/io68+ti3goJmpF+OLJXKaUkgReXg==","shasum":"d01ca49f98b31781bc41d200e94a7bd727438265","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.3.tgz","fileCount":409,"unpackedSize":1433289,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE5BPfFfgoiz47dkJs+LnLTbUfu8YDgT+bd+qqib+xzeAiEAvOmKTm8CrYJokh5+X69KFoU+22Jfs7WkJmhfMfbv534="}]},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.3_1694016684304_0.45400393125650496"},"_hasShrinkwrap":false,"contributors":[]},"16.8.1":{"name":"graphql","version":"16.8.1","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"publishConfig":{"tag":"latest"},"types":"./index.d.ts","gitHead":"8a95335f545024c09abfa0f07cc326f73a0e466f","_id":"graphql@16.8.1","_nodeVersion":"19.7.0","_npmVersion":"9.6.4","dist":{"integrity":"sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==","shasum":"1930a965bef1170603702acdb68aedd3f3cf6f07","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.8.1.tgz","fileCount":388,"unpackedSize":1340694,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBK8SxjLDs9QxUySroXm4tTtSDb5HR/REIL450xdiqIBAiEAqC3iGog1a/b1IOvbavLxNbE+2k7jdMrQGGK8npI1srU="}]},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.8.1_1695108354709_0.031424134873418996"},"_hasShrinkwrap":false,"contributors":[]},"17.0.0-alpha.3.canary.pr.3969.83688beb16ecba5a0495158c3c2b3684730579bf":{"name":"graphql","version":"17.0.0-alpha.3.canary.pr.3969.83688beb16ecba5a0495158c3c2b3684730579bf","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-3969"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/3969, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"7a6d055defd7a888f50c6133faae2b9010d45fad","_id":"graphql@17.0.0-alpha.3.canary.pr.3969.83688beb16ecba5a0495158c3c2b3684730579bf","_nodeVersion":"19.9.0","_npmVersion":"9.6.3","dist":{"integrity":"sha512-SCRMu7al+0WWdC3yfL7WYuIEwJfi1jB+vbG1C1wRC7i7ladsPbW8iQpt1k5RIaC26ezSXBqJu9cXvuFCT99ycA==","shasum":"4602ca67a96813c56916d4c03a5cd8f0f0931a43","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.3.canary.pr.3969.83688beb16ecba5a0495158c3c2b3684730579bf.tgz","fileCount":409,"unpackedSize":1433630,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID5fEXXIghkls8IChVeh6GAlhmTIX31dMQoMKugGCWrOAiEAwfs4JrIYNkqDepE8XZWOK7SM4s5PHENLs0EAHUp3CQ8="}]},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.3.canary.pr.3969.83688beb16ecba5a0495158c3c2b3684730579bf_1696719452695_0.1961042466801881"},"_hasShrinkwrap":false,"contributors":[]},"17.0.0-alpha.3.canary.pr.3791.4a8f641106bee54f1e4a4de4bf59c49976541b00":{"name":"graphql","version":"17.0.0-alpha.3.canary.pr.3791.4a8f641106bee54f1e4a4de4bf59c49976541b00","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-3791"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/3791, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"7a6d055defd7a888f50c6133faae2b9010d45fad","_id":"graphql@17.0.0-alpha.3.canary.pr.3791.4a8f641106bee54f1e4a4de4bf59c49976541b00","_nodeVersion":"19.9.0","_npmVersion":"9.6.3","dist":{"integrity":"sha512-i1PENTACMcu1SQYb62QpcNDK4VE+DqwFdUToOHw3CgrFgn0+oReC1mosxK/lJNyMkP4+DvlGXaP9vHtQj7UKkw==","shasum":"8c00ba6bd9f57a61034bf3def18b710f1d412ef9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.3.canary.pr.3791.4a8f641106bee54f1e4a4de4bf59c49976541b00.tgz","fileCount":412,"unpackedSize":1439635,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCyFDqzMMgn4ShQHxTl3EnVwjg3n0h7U2lc+Xv0jC4rawIgGTXcI/TOKRCobbP5nGid6/rQJ0J1fbwV2gUW9o/S0Lw="}]},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.3.canary.pr.3791.4a8f641106bee54f1e4a4de4bf59c49976541b00_1697271100492_0.7975271147811402"},"_hasShrinkwrap":false,"contributors":[]},"17.0.0-alpha.3.canary.pr.4002.b3f6af2e83280d7830b2a01265e0977b7b68e2f4":{"name":"graphql","version":"17.0.0-alpha.3.canary.pr.4002.b3f6af2e83280d7830b2a01265e0977b7b68e2f4","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-4002"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4002, no gurantees provided so please use your own discretion.","_id":"graphql@17.0.0-alpha.3.canary.pr.4002.b3f6af2e83280d7830b2a01265e0977b7b68e2f4","readmeFilename":"README.md","gitHead":"9c90a23dd430ba7b9db3d566b084e9f66aded346","types":"./index.d.ts","_nodeVersion":"20.11.0","_npmVersion":"10.2.4","dist":{"integrity":"sha512-Ss0kFWSO4qrpGTjpq2lftz2aZ4XvuMLudoqKl9Bla9IK1ncLpbOaYTGlQCVmAQhYRqGLnVwPsjroswuUtZMBfQ==","shasum":"03ceb6e90bc8f3cd645a5fd86ee2e668c3650a89","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.3.canary.pr.4002.b3f6af2e83280d7830b2a01265e0977b7b68e2f4.tgz","fileCount":412,"unpackedSize":1431951,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCJOUrBVA6tG19nrnvDeaIXBGn3gkwikNes2NYEUO+/wQIhAJ3tslRKaN8FD3T6vKXBaN8IE3pvHmmW9iyDnyJnTA85"}]},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.3.canary.pr.4002.b3f6af2e83280d7830b2a01265e0977b7b68e2f4_1706783221258_0.20071158567552505"},"_hasShrinkwrap":false,"contributors":[]},"17.0.0-alpha.3.canary.pr.4026.5922420b3b235970ee230497190e28c8290c8f16":{"name":"graphql","version":"17.0.0-alpha.3.canary.pr.4026.5922420b3b235970ee230497190e28c8290c8f16","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-4026"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4026, no gurantees provided so please use your own discretion.","_id":"graphql@17.0.0-alpha.3.canary.pr.4026.5922420b3b235970ee230497190e28c8290c8f16","readmeFilename":"README.md","gitHead":"9c90a23dd430ba7b9db3d566b084e9f66aded346","types":"./index.d.ts","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-/UIUR7M0sSIIy8TWAQLT0mrYniOc4r19jT+b4PFfiSN3+83eWBh8hcV1jS8qwfMhwK79TBxm3wCMwPCECUxO5Q==","shasum":"cd1d41b8cd87843b3b56e20d7929cb66c0568377","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.3.canary.pr.4026.5922420b3b235970ee230497190e28c8290c8f16.tgz","fileCount":412,"unpackedSize":1424136,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCh0o9K2+5aK/d7DYmuDcdcg6yzq4SBNPzKfINotVVM3wIgNbiPAWonEtt8Df2cyWkG9T7EBWtgBoDR3Clwhlh8P3g="}]},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.3.canary.pr.4026.5922420b3b235970ee230497190e28c8290c8f16_1710216803220_0.8568652754823822"},"_hasShrinkwrap":false,"contributors":[]},"17.0.0-alpha.3.canary.pr.4026.5e657d31b3abdc38acd6bb21c50ed3a41aa33905":{"name":"graphql","version":"17.0.0-alpha.3.canary.pr.4026.5e657d31b3abdc38acd6bb21c50ed3a41aa33905","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-4026"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4026, no gurantees provided so please use your own discretion.","_id":"graphql@17.0.0-alpha.3.canary.pr.4026.5e657d31b3abdc38acd6bb21c50ed3a41aa33905","readmeFilename":"README.md","gitHead":"9c90a23dd430ba7b9db3d566b084e9f66aded346","types":"./index.d.ts","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-XQ0+o8VzeeSTKsTimBOKYFNhFs83MFtK3/TZMC5URuedkxZN6I0lDSCMbrFrCUlT+KvO1H2fwWGFjy71PAYH3A==","shasum":"25af8e04ca5f65152668846f3cf94bf8a47c9444","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.3.canary.pr.4026.5e657d31b3abdc38acd6bb21c50ed3a41aa33905.tgz","fileCount":415,"unpackedSize":1429459,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDjW6mpsiy6Xn2zd2Nn4HsOe0aANB54eb+L0NgJXDC+8AiAmQxE9j37uQ+TTu+mLJ2/olCfEmU15T3MBo+5aaM92Nw=="}]},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.3.canary.pr.4026.5e657d31b3abdc38acd6bb21c50ed3a41aa33905_1710689863227_0.46592912384217544"},"_hasShrinkwrap":false,"contributors":[]},"17.0.0-alpha.3.canary.pr.4026.74aa85f56dea9ab9feb4445165eb0e2347ea674f":{"name":"graphql","version":"17.0.0-alpha.3.canary.pr.4026.74aa85f56dea9ab9feb4445165eb0e2347ea674f","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-4026"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4026, no gurantees provided so please use your own discretion.","_id":"graphql@17.0.0-alpha.3.canary.pr.4026.74aa85f56dea9ab9feb4445165eb0e2347ea674f","readmeFilename":"README.md","gitHead":"9c90a23dd430ba7b9db3d566b084e9f66aded346","types":"./index.d.ts","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-puJ7h3e7QNOjr3D0Yajzu1v5ButM1/Ec8Y2IqJF4ABC8X5NjCtERRdZ1nLYwOE7MNQIRr+Po5J2ZamXpmD/riQ==","shasum":"10bb21679d238df1aa8aefe86a8bed85086e0251","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.3.canary.pr.4026.74aa85f56dea9ab9feb4445165eb0e2347ea674f.tgz","fileCount":412,"unpackedSize":1433974,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC29ol9mtcxS/kERqhjgc0mxdEZKx74SdaHC9JLgAcFzwIhAM9v/QrCgoaNSGrmRne1VYscCgoRHHDAZRt/HggIZMnL"}]},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.3.canary.pr.4026.74aa85f56dea9ab9feb4445165eb0e2347ea674f_1710836083629_0.3168954940859159"},"_hasShrinkwrap":false,"contributors":[]},"17.0.0-alpha.3.canary.pr.4026.d2f30cc0780dd436b1a05aa23dfa28c83da7d033":{"name":"graphql","version":"17.0.0-alpha.3.canary.pr.4026.d2f30cc0780dd436b1a05aa23dfa28c83da7d033","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-4026"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4026, no gurantees provided so please use your own discretion.","_id":"graphql@17.0.0-alpha.3.canary.pr.4026.d2f30cc0780dd436b1a05aa23dfa28c83da7d033","readmeFilename":"README.md","gitHead":"9c90a23dd430ba7b9db3d566b084e9f66aded346","types":"./index.d.ts","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-mJ5VxY9KuClq7MUBCZicGKiRs0IpT0fKGO7QGoG1lQFXFXiCBRbywxl+vjLNcrr+jJSjxvsg/qwLb4FERu9lgQ==","shasum":"5c1b13324276786b03d2cc8a9fbe08debf97cb47","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.3.canary.pr.4026.d2f30cc0780dd436b1a05aa23dfa28c83da7d033.tgz","fileCount":412,"unpackedSize":1433974,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCaWFdgTy0jAWc+YLFac+dypKH73kmVFMbdUdjul0AzxAIhAPWaIsjwZgxuZfV2NV2naLd7lhlx2BrcYmsCADReTDJ3"}]},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.3.canary.pr.4026.d2f30cc0780dd436b1a05aa23dfa28c83da7d033_1710836471088_0.6592934461976665"},"_hasShrinkwrap":false,"contributors":[]},"17.0.0-alpha.3.canary.pr.4032.4fb41fe3e1f2b4b27437138d6d7d4763c1992e7a":{"name":"graphql","version":"17.0.0-alpha.3.canary.pr.4032.4fb41fe3e1f2b4b27437138d6d7d4763c1992e7a","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-4032"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4032, no gurantees provided so please use your own discretion.","_id":"graphql@17.0.0-alpha.3.canary.pr.4032.4fb41fe3e1f2b4b27437138d6d7d4763c1992e7a","readmeFilename":"README.md","gitHead":"51f41eb446a19d82c67e229b92a7a2bb244551de","types":"./index.d.ts","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-lJO1i0X//A+NKtzQlZwxMAzpZu42uPMZC5menzfFWvPgRRROQ74nnxJSoQzb0tU5rlxaeezH2VanmxreGpT6Hw==","shasum":"65640547038da120b9d6fa5266c41bd9ddbc7ea0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.3.canary.pr.4032.4fb41fe3e1f2b4b27437138d6d7d4763c1992e7a.tgz","fileCount":412,"unpackedSize":1430292,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDy7BrAAt3XKUitGXu70QpdihVq3B9CPRskU8OUnmK4YgIhAKRaxYPuRO1XuBttLjjDN7iJXdIPkZY4kymxFJ178z/8"}]},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.3.canary.pr.4032.4fb41fe3e1f2b4b27437138d6d7d4763c1992e7a_1711019136349_0.37902450815549193"},"_hasShrinkwrap":false,"contributors":[]},"17.0.0-alpha.3.canary.pr.4035.3404abc2382e32f6a3ab26f08a9ed54554678fa9":{"name":"graphql","version":"17.0.0-alpha.3.canary.pr.4035.3404abc2382e32f6a3ab26f08a9ed54554678fa9","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-4035"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4035, no gurantees provided so please use your own discretion.","_id":"graphql@17.0.0-alpha.3.canary.pr.4035.3404abc2382e32f6a3ab26f08a9ed54554678fa9","readmeFilename":"README.md","gitHead":"a81e6238fa3f3dd317cb33572dcc97020376c329","types":"./index.d.ts","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-lYp2LGwNCXEEL63WrPtgYCHnL7bPKt+ZrZsPxDUHpIEadm06NX8j9Mdf/UXCCHLx4u6ma6oIgslZqeAQ6LVe8A==","shasum":"166a28f727573c13f8d5d70b7667b5103c53280e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.3.canary.pr.4035.3404abc2382e32f6a3ab26f08a9ed54554678fa9.tgz","fileCount":409,"unpackedSize":1428945,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCuvqD2WYlZDMMqeYMJbwMiMhL1vYnT2KJjd00xZ6u1aAIgYhH4V52YsXnHFkL2JTKFWLSLCehQkGvj17EP8GVCEwY="}]},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.3.canary.pr.4035.3404abc2382e32f6a3ab26f08a9ed54554678fa9_1711562545377_0.9581984018179686"},"_hasShrinkwrap":false,"contributors":[]},"17.0.0-alpha.3.canary.pr.4032.8bcdcea90e0a24432a78270866c27e0db6a2ae4d":{"name":"graphql","version":"17.0.0-alpha.3.canary.pr.4032.8bcdcea90e0a24432a78270866c27e0db6a2ae4d","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-4032"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4032, no gurantees provided so please use your own discretion.","_id":"graphql@17.0.0-alpha.3.canary.pr.4032.8bcdcea90e0a24432a78270866c27e0db6a2ae4d","readmeFilename":"README.md","gitHead":"a81e6238fa3f3dd317cb33572dcc97020376c329","types":"./index.d.ts","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-qvypPpVuFDjb6J9ciRhq394NvGVxH7KpZXlxcR1jkk2RSMUYNqhYgqlm/Y0NQyYyIIjKrQWre9gek9ImG2AodQ==","shasum":"f8460e7033cc168e287b4e7c5a8235afeee5f830","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.3.canary.pr.4032.8bcdcea90e0a24432a78270866c27e0db6a2ae4d.tgz","fileCount":409,"unpackedSize":1428945,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAS7OalPyNQ+YypFUizE48DPpZD7I2WzxHiYI7q41Am4AiEAkduxOWo5BoR9cUPQv60+skK6NsTUKpuI2PFFCS6WuJg="}]},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.3.canary.pr.4032.8bcdcea90e0a24432a78270866c27e0db6a2ae4d_1711570069138_0.7623989610946371"},"_hasShrinkwrap":false,"contributors":[]},"17.0.0-alpha.3.canary.pr.4026.1140ceffaf9629dd46a16d4fd28479240752f6eb":{"name":"graphql","version":"17.0.0-alpha.3.canary.pr.4026.1140ceffaf9629dd46a16d4fd28479240752f6eb","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-4026"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4026, no gurantees provided so please use your own discretion.","_id":"graphql@17.0.0-alpha.3.canary.pr.4026.1140ceffaf9629dd46a16d4fd28479240752f6eb","readmeFilename":"README.md","gitHead":"a81e6238fa3f3dd317cb33572dcc97020376c329","types":"./index.d.ts","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-JHvSxTp7/+hfwX2CtlA8d+QIf60I1IkjcjEzYX70Vr92Li0/g7JK3AOt9rVN6hj+ojUF5Uhe8V0SUOM782kC8A==","shasum":"374a1250579c498922b2fa3f918a3bbb0efbf7f4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.3.canary.pr.4026.1140ceffaf9629dd46a16d4fd28479240752f6eb.tgz","fileCount":412,"unpackedSize":1444508,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHmgEbKeaais91mWktPJXL57i8EVFrPmxPDAlqBH1/3rAiA1S4ANn27zr/MJJBHH5BXdYOr9NFIiJWuQwb1YEy6FLw=="}]},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.3.canary.pr.4026.1140ceffaf9629dd46a16d4fd28479240752f6eb_1711656059879_0.6894729775873982"},"_hasShrinkwrap":false,"contributors":[]},"17.0.0-alpha.3.canary.pr.4026.405885d861f562a160f9e92d0be418d819312016":{"name":"graphql","version":"17.0.0-alpha.3.canary.pr.4026.405885d861f562a160f9e92d0be418d819312016","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-4026"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4026, no gurantees provided so please use your own discretion.","_id":"graphql@17.0.0-alpha.3.canary.pr.4026.405885d861f562a160f9e92d0be418d819312016","readmeFilename":"README.md","gitHead":"a81e6238fa3f3dd317cb33572dcc97020376c329","types":"./index.d.ts","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-IhDGRuULzsdN8MeYVf6qedqDBXDTKnNEq5TzDEcZG0Sy9VXAqzqLh4uhZ0ImjECpPbnu4Yz3tdHV+qeOkfXCaw==","shasum":"94981048f663cbc73c6a53e810a5153c5e5c294d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.3.canary.pr.4026.405885d861f562a160f9e92d0be418d819312016.tgz","fileCount":412,"unpackedSize":1444500,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDp71ll+vErR7m2f9Bfw8HHTVqYSuv3LyGitjeK2fN21AIgdevQ7B3j83wkWJg59VOy+lcprP/I40ocon5jDrPsGqc="}]},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.3.canary.pr.4026.405885d861f562a160f9e92d0be418d819312016_1711662095635_0.20367931091933889"},"_hasShrinkwrap":false,"contributors":[]},"17.0.0-alpha.3.canary.pr.4097.291dd92c9059c6bcc88ff1fa21058a8ac519cf83":{"name":"graphql","version":"17.0.0-alpha.3.canary.pr.4097.291dd92c9059c6bcc88ff1fa21058a8ac519cf83","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-4097"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4097, no gurantees provided so please use your own discretion.","_id":"graphql@17.0.0-alpha.3.canary.pr.4097.291dd92c9059c6bcc88ff1fa21058a8ac519cf83","readmeFilename":"README.md","gitHead":"62d347d7f3b8c10a8b83a906abc81e67543df9bb","types":"./index.d.ts","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-huSq1AYU95n3GdlkSWhYdDvoS8t1aEhbYDYOpKWJtw8JABVFrPMFeh0cHX7g1QcZgPuJKdYPSKWL7rtM6qzpHA==","shasum":"4a26c35f113ccbfb8a4b85ccef3c52238e1fd758","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.3.canary.pr.4097.291dd92c9059c6bcc88ff1fa21058a8ac519cf83.tgz","fileCount":421,"unpackedSize":1450316,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCv60AcFaKY7U9UtBXjtSmOM2PZ+mNxh+nHv/7vLM37+QIgJ4eToFl5WKWRkuIIOzNLCVeoIiHCY5lmksInCu8TiGo="}]},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.3.canary.pr.4097.291dd92c9059c6bcc88ff1fa21058a8ac519cf83_1717489768899_0.7494119170967741"},"_hasShrinkwrap":false,"contributors":[]},"16.8.2":{"name":"graphql","version":"16.8.2","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"publishConfig":{"tag":"latest"},"_id":"graphql@16.8.2","gitHead":"08779a044b84881fb36377272777cf42a82eb262","types":"./index.d.ts","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==","shasum":"54771c7ff195da913f5e70af8044a026d32eca2a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.8.2.tgz","fileCount":388,"unpackedSize":1340872,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD9QhjQIcTrPpO3RjCyEDAu0DS/12EIAeqnKi7+i3/twwIhAO3PJJXFKPdppys4yAdD++uid9Y2fbb00Sxf6NuQvKmW"}]},"_npmUser":{"name":"anonymous","email":"npm@benjiegillam.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.8.2_1718202513495_0.46703467828670875"},"_hasShrinkwrap":false,"contributors":[]},"17.0.0-alpha.4":{"name":"graphql","version":"17.0.0-alpha.4","keywords":["graphql","graphql-js"],"license":"MIT","_id":"graphql@17.0.0-alpha.4","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"dist":{"shasum":"2c79ecc7278aae57e3ab609ea6354eb150a6717a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.4.tgz","fileCount":424,"integrity":"sha512-b0dIydzv6/p0lsQAKk2TyPy1O3qLli1kj7RCtD779z6mib143q1P3KIJ9cntxK7ZbALWRh7JVTybNUDKyg71TA==","signatures":[{"sig":"MEUCIEtkdWADmvWHXx88Kqgl00rb68OQb3QMa0k2pKA1tVb1AiEA08UeT6jZRwr8WyctJrA8ULyyy5A5GZGyK12MPnSyF7A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1457065},"main":"index","types":"./index.d.ts","module":"index.mjs","engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"gitHead":"c1aeb9283da59784cb53352919ffb50333cc407f","_npmUser":{"name":"anonymous","email":"npm@benjiegillam.com"},"repository":{"url":"git+https://github.com/graphql/graphql-js.git","type":"git"},"_npmVersion":"10.2.4","description":"A Query Language and Runtime which can target any service.","directories":{},"sideEffects":false,"_nodeVersion":"20.11.1","publishConfig":{"tag":"alpha"},"typesVersions":{"*":{"*":["NotSupportedTSVersion.d.ts"]},">=4.4.0":{"*":["*"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/graphql_17.0.0-alpha.4_1718975647594_0.46800930556309184","host":"s3://npm-registry-packages"},"contributors":[]},"17.0.0-alpha.5":{"name":"graphql","version":"17.0.0-alpha.5","keywords":["graphql","graphql-js"],"license":"MIT","_id":"graphql@17.0.0-alpha.5","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"dist":{"shasum":"d094b76c14abbbfc7eabde0501a74709103d3c6b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.5.tgz","fileCount":424,"integrity":"sha512-gUBugdZH5nIl8G7cfz4WOKRtjcyuwpPTfFqWWMkcxpQCiO6wPRe7OfrjHe7p8mHEFG1a+ySzC7eB8idGZ27AGQ==","signatures":[{"sig":"MEYCIQDP/n3hK1q5kSta5kqMjt97afSnVd9+/AZtiai10iZH6gIhAOHujSGXrZRXo+NQYVoGthvdyG7SjZejzh0kkR9AIY4g","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1458486},"main":"index","types":"./index.d.ts","module":"index.mjs","engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"gitHead":"b78377b1d15ca46185729a084a0c699cfc6efca4","_npmUser":{"name":"anonymous","email":"npm@benjiegillam.com"},"repository":{"url":"git+https://github.com/graphql/graphql-js.git","type":"git"},"_npmVersion":"10.2.4","description":"A Query Language and Runtime which can target any service.","directories":{},"sideEffects":false,"_nodeVersion":"20.11.1","publishConfig":{"tag":"alpha"},"typesVersions":{"*":{"*":["NotSupportedTSVersion.d.ts"]},">=4.4.0":{"*":["*"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/graphql_17.0.0-alpha.5_1718977666552_0.47357520113944807","host":"s3://npm-registry-packages"},"contributors":[]},"16.9.0":{"name":"graphql","version":"16.9.0","keywords":["graphql","graphql-js"],"license":"MIT","_id":"graphql@16.9.0","homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"dist":{"shasum":"1c310e63f16a49ce1fbb230bd0a000e99f6f115f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.9.0.tgz","fileCount":391,"integrity":"sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==","signatures":[{"sig":"MEUCICWcFvKZ8sl3j3qkt8tEdtMZfcqXRWx2cjoNrfqzLwvLAiEAn9ZdH9/6CoZwXuqHp/bu9uFbEkzzcZO0UPvfXy28K2A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1359116},"main":"index","types":"./index.d.ts","module":"index.mjs","engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"gitHead":"556a01e33ec2dad5529d7d6f84aab3f8f68f1f1d","_npmUser":{"name":"anonymous","email":"npm@benjiegillam.com"},"repository":{"url":"git+https://github.com/graphql/graphql-js.git","type":"git"},"_npmVersion":"10.2.4","description":"A Query Language and Runtime which can target any service.","directories":{},"sideEffects":false,"_nodeVersion":"20.11.1","publishConfig":{"tag":"latest"},"typesVersions":{"*":{"*":["NotSupportedTSVersion.d.ts"]},">=4.1.0":{"*":["*"]}},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/graphql_16.9.0_1718981719692_0.9346497318591078","host":"s3://npm-registry-packages"},"contributors":[]},"15.9.0":{"name":"graphql","version":"15.9.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 10.x"},"publishConfig":{"tag":"15.x.x"},"_id":"graphql@15.9.0","readmeFilename":"README.md","gitHead":"511e0f1f1a0f3cbef04f731cf2dd534fb946e0a5","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-GCOQdvm7XxV1S4U4CGrsdlEN37245eC8P9zaYCMr6K1BG0IPGy5lUwmJsEOGyl1GD6HXjOtl2keCP9asRBwNvA==","shasum":"4e8ca830cfd30b03d44d3edd9cac2b0690304b53","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-15.9.0.tgz","fileCount":539,"unpackedSize":2131544,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEyFkWvoicQcfv9EA3j+d43Tm005E0CL1DqbyGytShvAAiEA+cqwcCJibed5/50DE4+wpBEewl3TyQgfTnS+6vYZg30="}]},"_npmUser":{"name":"anonymous","email":"npm@benjiegillam.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_15.9.0_1718982482931_0.9731018690437425"},"_hasShrinkwrap":false,"contributors":[]},"16.9.0-canary.pr.4159.0fa29326c53fcd63c6473c7357c28aa13fa0019d":{"name":"graphql","version":"16.9.0-canary.pr.4159.0fa29326c53fcd63c6473c7357c28aa13fa0019d","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"publishConfig":{"tag":"canary-pr-4159"},"deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4159, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"9a91e338101b94fb1cc5669dd00e1ba15e0f21b3","_id":"graphql@16.9.0-canary.pr.4159.0fa29326c53fcd63c6473c7357c28aa13fa0019d","_nodeVersion":"17.9.1","_npmVersion":"8.11.0","dist":{"integrity":"sha512-Z5gIeMuxC+ibhruyQ3bB50IyXxf5ZA9QCVA5sDs/LI4CHUKjdUGQ5IjdsrBxeTMqC2OZEd3T9r8MvgETsTA2mQ==","shasum":"c52a8e521a9982884f42d5d742bf64101a64486c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.9.0-canary.pr.4159.0fa29326c53fcd63c6473c7357c28aa13fa0019d.tgz","fileCount":394,"unpackedSize":1392287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDbXgas165eLvm568tJ40hk2FU5QNqL0PstDxenzHURAQIgWIKubFQr9KhJ83lOk9EdAmFX4eIDJ26aH9UT4m5npcU="}],"size":289614},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.9.0-canary.pr.4159.0fa29326c53fcd63c6473c7357c28aa13fa0019d_1723525416348_0.39642528490384654"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-13T05:03:36.558Z","publish_time":1723525416558,"_source_registry_name":"default","contributors":[]},"17.0.0-alpha.5.canary.pr.4153.4ff43175428332c954563050819fcb612e19ca41":{"name":"graphql","version":"17.0.0-alpha.5.canary.pr.4153.4ff43175428332c954563050819fcb612e19ca41","keywords":["graphql","graphql-js"],"license":"MIT","_id":"graphql@17.0.0-alpha.5.canary.pr.4153.4ff43175428332c954563050819fcb612e19ca41","maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"dist":{"shasum":"640260e81e896ea43629021d5fb4f873ff241e9a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.5.canary.pr.4153.4ff43175428332c954563050819fcb612e19ca41.tgz","fileCount":427,"integrity":"sha512-/51KRWsOBqHDH0k+NrEt5jIae8B7yG6vNktQaDNZnk2rOhFI55NqW9PNnHCummgmUx1VS9IOn0lmUhOzyH5ATg==","signatures":[{"sig":"MEUCIQCfAykp9Dp+xbHKUdpPbpwOjr2AOfBjrBijwvoiLV//OwIgVDsS92NoYvbraK1BQxcBen8TBk+3dLPZZHuimIdDmwg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1456277,"size":300792},"main":"index","types":"./index.d.ts","module":"index.mjs","engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"gitHead":"9a91e338101b94fb1cc5669dd00e1ba15e0f21b3","_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4153, no gurantees provided so please use your own discretion.","repository":{"url":"git+https://github.com/graphql/graphql-js.git","type":"git"},"_npmVersion":"8.11.0","description":"A Query Language and Runtime which can target any service.","directories":{},"sideEffects":false,"_nodeVersion":"17.9.1","publishConfig":{"tag":"canary-pr-4153"},"typesVersions":{"*":{"*":["NotSupportedTSVersion.d.ts"]},">=4.4.0":{"*":["*"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/graphql_17.0.0-alpha.5.canary.pr.4153.4ff43175428332c954563050819fcb612e19ca41_1723572591160_0.40906205639895066","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-08-13T18:09:51.487Z","publish_time":1723572591487,"_source_registry_name":"default","contributors":[]},"17.0.0-alpha.6":{"name":"graphql","version":"17.0.0-alpha.6","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"alpha"},"main":"index","module":"index.mjs","_id":"graphql@17.0.0-alpha.6","readmeFilename":"README.md","gitHead":"3313a5fd6d8d2f7439bdb89ffc9966c82a01ce08","types":"./index.d.ts","_nodeVersion":"20.13.0","_npmVersion":"10.5.2","dist":{"integrity":"sha512-YlWwieUO+YBhQmZIlQL1YeIEzN1OA3Ud6P8hK3wRDiySor6hIgBJjyRqCi6n4iVz4czCwfRsxZUA+YtK8SaFLw==","shasum":"42aa5bed79d1b636fe6b40812d822a69db982428","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.6.tgz","fileCount":424,"unpackedSize":1458663,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDFc57BjgngVPUoZbgpI21ej4hxN+n4lWzc5UNeqkAEYQIhANj5CqwipRpc8UtzYg6ztYxWf/sxwcxNhB8IYZ6NYWej"}],"size":301129},"_npmUser":{"name":"anonymous","email":"decroockjovi@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.6_1723573464965_0.7992439606442905"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-13T18:24:25.150Z","publish_time":1723573465150,"_source_registry_name":"default","contributors":[]},"17.0.0-alpha.5.canary.pr.4153.d5c18bebb93273daf40fce67daa1babc430a2ce2":{"name":"graphql","version":"17.0.0-alpha.5.canary.pr.4153.d5c18bebb93273daf40fce67daa1babc430a2ce2","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-4153"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4153, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"9a91e338101b94fb1cc5669dd00e1ba15e0f21b3","_id":"graphql@17.0.0-alpha.5.canary.pr.4153.d5c18bebb93273daf40fce67daa1babc430a2ce2","_nodeVersion":"17.9.1","_npmVersion":"8.11.0","dist":{"integrity":"sha512-oXzhyeU1JCufC1wb75CJai+IrtA6Jigk/rukgdWzOS868fclrXoArjckVd5BRbNd55d3yYCkFPuEx4LY28o/yA==","shasum":"7f2cc955ccb4df83239d015f8191a67857e67689","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.5.canary.pr.4153.d5c18bebb93273daf40fce67daa1babc430a2ce2.tgz","fileCount":427,"unpackedSize":1456285,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDVbQfs5tbjJczN0xlDpEaeC4NRMGCcQabuRM0IngjQSQIgSSqVEogBCi8MRSCngpwwj6lbvxg+FW1N1Xwg5XxCCMk="}],"size":300794},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.5.canary.pr.4153.d5c18bebb93273daf40fce67daa1babc430a2ce2_1723591705505_0.42074959033864334"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-13T23:28:25.780Z","publish_time":1723591705780,"_source_registry_name":"default","contributors":[]},"17.0.0-alpha.7":{"name":"graphql","version":"17.0.0-alpha.7","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"alpha"},"main":"index","module":"index.mjs","_id":"graphql@17.0.0-alpha.7","readmeFilename":"README.md","gitHead":"b093768132f5e2a098baf65f8f51837090fc262e","types":"./index.d.ts","_nodeVersion":"20.13.0","_npmVersion":"10.5.2","dist":{"integrity":"sha512-kdteHez9s0lfNAGntSwnDBpxSl09sBWEFxFRPS/Z8K1nCD4FZ2wVGwXuj5dvrTKcqOA+O8ujAJ3CiY/jXhs14g==","shasum":"707e7457d7ed5316a8d7940f78809a2eb5854383","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.7.tgz","fileCount":424,"unpackedSize":1455297,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGXynme7BfkI9ZkZEShZq/lYTPg4uwFAL8B8whh9n+3JAiEAsfXS88/wZg/UtXjJhgWLTQ5uqq0Bmvz32DTpcjv3iQ4="}],"size":300830},"_npmUser":{"name":"anonymous","email":"decroockjovi@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.7_1723627884909_0.16078069978541887"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-14T09:31:25.114Z","publish_time":1723627885114,"_source_registry_name":"default","contributors":[]},"16.9.0-canary.pr.4192.1813397076f44a55e5798478e7321db9877de97a":{"name":"graphql","version":"16.9.0-canary.pr.4192.1813397076f44a55e5798478e7321db9877de97a","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"publishConfig":{"tag":"canary-pr-4192"},"deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4192, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"0517368ed6a92804fcf05b076162628d616a0b9d","_id":"graphql@16.9.0-canary.pr.4192.1813397076f44a55e5798478e7321db9877de97a","_nodeVersion":"17.9.1","_npmVersion":"8.11.0","dist":{"integrity":"sha512-P8UYoxSUI1KGr9O5f+AMA3TuLYxOcELoQebxGrnVAIUHM6HCpiLDT+CylrBWEBmvcc7S0xRFRiwvgwzChzLTyQ==","shasum":"c5bbcdb258959b98352bcd9ea7f17790647113ae","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.9.0-canary.pr.4192.1813397076f44a55e5798478e7321db9877de97a.tgz","fileCount":391,"unpackedSize":1384044,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCiJB3IixvPXCFUijF+aUGwhbTFTdeybey7AdMYeGpQdQIgcXl+GIVLMpMuG0OCOjCCWN4WneTOvLFnPGGP34EEGZs="}],"size":288109},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_16.9.0-canary.pr.4192.1813397076f44a55e5798478e7321db9877de97a_1726339670426_0.7128411748466283"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-14T18:47:50.724Z","publish_time":1726339670724,"_source_registry_name":"default","contributors":[]},"17.0.0-alpha.7.canary.pr.4288.b96419eebb37a65c76964ccd0994ab9d3b4e8215":{"name":"graphql","version":"17.0.0-alpha.7.canary.pr.4288.b96419eebb37a65c76964ccd0994ab9d3b4e8215","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-4288"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4288, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"273fc8446154e4e6ebf7fcf7e3eff5ff60dd9ec1","_id":"graphql@17.0.0-alpha.7.canary.pr.4288.b96419eebb37a65c76964ccd0994ab9d3b4e8215","_nodeVersion":"17.9.1","_npmVersion":"8.11.0","dist":{"integrity":"sha512-Q0DvTghplAnqYWp94cXgP1iTjcmwvkZzBzGKLw6DTiOcoiRSjnVA1dv+iFWyk5P7mzQGc3s288DG4zTi2vpSrQ==","shasum":"2c2fe2b226df0f1f3f54e26a340f16972a63fa95","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.7.canary.pr.4288.b96419eebb37a65c76964ccd0994ab9d3b4e8215.tgz","fileCount":729,"unpackedSize":4307335,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCGW62pF+U5XappYWzdiQ7a8O4yLzfUN5Je292alQVQWgIhAIcinsgEcs4i/a4urBDd2iuCLa+JkHh6xXGoLlOQQZo+"}],"size":714563},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.7.canary.pr.4288.b96419eebb37a65c76964ccd0994ab9d3b4e8215_1731496421391_0.10015544836557289"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-13T11:13:41.618Z","publish_time":1731496421618,"_source_registry_name":"default","contributors":[]},"17.0.0-alpha.7.canary.pr.4297.1ef860e11444e48f590000a92cfbe80a73ae7156":{"name":"graphql","version":"17.0.0-alpha.7.canary.pr.4297.1ef860e11444e48f590000a92cfbe80a73ae7156","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-4297"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4297, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"c079ae3cf8bf5bc0f255bde1ce2fbd424436cffb","_id":"graphql@17.0.0-alpha.7.canary.pr.4297.1ef860e11444e48f590000a92cfbe80a73ae7156","_nodeVersion":"17.9.1","_npmVersion":"8.11.0","dist":{"integrity":"sha512-s6JTGeGr6doVGG5JjY2SPssEg8SbkXV8cES6ISjBY2jeFQ8h4JQohMG0E7gHCnx7GTPcCw3Um1/bdf+F9lNQKA==","shasum":"856611fc8ebfa7fe5c3e2b8164f0c0e41ed518a0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.7.canary.pr.4297.1ef860e11444e48f590000a92cfbe80a73ae7156.tgz","fileCount":739,"unpackedSize":4361868,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDR4BcN6EaALDwFRmZtW5QGl9JoD9q5nTmofdWeFGEFdAIgDIHw9V7J/T6fdy7pwHMGFFGFB6Odo+/5KnfIDU8N/60="}],"size":720896},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.7.canary.pr.4297.1ef860e11444e48f590000a92cfbe80a73ae7156_1732615894500_0.6534923204704448"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-26T10:11:34.777Z","publish_time":1732615894777,"_source_registry_name":"default","contributors":[]},"17.0.0-alpha.7.canary.pr.4297.096937aa86603f461be857eae48d8b2061b39e26":{"name":"graphql","version":"17.0.0-alpha.7.canary.pr.4297.096937aa86603f461be857eae48d8b2061b39e26","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-4297"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4297, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"c079ae3cf8bf5bc0f255bde1ce2fbd424436cffb","_id":"graphql@17.0.0-alpha.7.canary.pr.4297.096937aa86603f461be857eae48d8b2061b39e26","_nodeVersion":"17.9.1","_npmVersion":"8.11.0","dist":{"integrity":"sha512-F/qDmSck22YmwvABG2mWaALMIp6hY1r5CXsazMPDTpSvvwsHci1JZXOXJiBvLR1ywtaQi+n6DpEcJ97dKPkUZw==","shasum":"1394986e972833125af3dfdfb62fa68f810f4bb1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.7.canary.pr.4297.096937aa86603f461be857eae48d8b2061b39e26.tgz","fileCount":739,"unpackedSize":4362312,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFzhHfQgXYOebSv4KdNG5xCVvkrQwwcr3e9E63mFBGnaAiEAsPo01cF0Mz7wHkGbeUYJmhZeDsiv4LaCHw4u/IN9lW0="}],"size":720940},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.7.canary.pr.4297.096937aa86603f461be857eae48d8b2061b39e26_1732620186710_0.8915392270758644"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-26T11:23:06.919Z","publish_time":1732620186919,"_source_registry_name":"default","contributors":[]},"17.0.0-alpha.7.canary.pr.4297.06006bf6f8de51bb2fa9e99caedfed1c13236037":{"name":"graphql","version":"17.0.0-alpha.7.canary.pr.4297.06006bf6f8de51bb2fa9e99caedfed1c13236037","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-4297"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4297, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"c079ae3cf8bf5bc0f255bde1ce2fbd424436cffb","_id":"graphql@17.0.0-alpha.7.canary.pr.4297.06006bf6f8de51bb2fa9e99caedfed1c13236037","_nodeVersion":"17.9.1","_npmVersion":"8.11.0","dist":{"integrity":"sha512-t2WW95cs1VEzE4/oTZotPPOHQWxMAv48BhORV2Crup8ogAS3wvdz47qakriI9QZ8/r+yBZp9hWgGduU0ba7Svw==","shasum":"004a1633980397d22e730cd3d868f73b1f1536f1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.7.canary.pr.4297.06006bf6f8de51bb2fa9e99caedfed1c13236037.tgz","fileCount":739,"unpackedSize":4362063,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCVv+SZe50DEPW5cB45vOT8SjX8Po2G/P8CEBDaOekIpAIgEDKnaNWtjkPPn3chfMRCnxxF9nj5wZXsYlZ4/RDn5yw="}],"size":720880},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.7.canary.pr.4297.06006bf6f8de51bb2fa9e99caedfed1c13236037_1732620871542_0.36718074864453465"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-26T11:34:31.782Z","publish_time":1732620871782,"_source_registry_name":"default","contributors":[]},"17.0.0-alpha.7.canary.pr.4297.42bcd01f7c733e255ff9eab84ec8d7500dfd208a":{"name":"graphql","version":"17.0.0-alpha.7.canary.pr.4297.42bcd01f7c733e255ff9eab84ec8d7500dfd208a","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-4297"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4297, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"c079ae3cf8bf5bc0f255bde1ce2fbd424436cffb","_id":"graphql@17.0.0-alpha.7.canary.pr.4297.42bcd01f7c733e255ff9eab84ec8d7500dfd208a","_nodeVersion":"17.9.1","_npmVersion":"8.11.0","dist":{"integrity":"sha512-WUZ5C9o0SC+JyfWH9mMTgwbpnmIkqutYug1dEid54CNYEpLlkfXGpT9eAg6feajQUeUU8a6VfgJdNUag8IVqsg==","shasum":"e97bdb6c72f76022d88ae3c4e6920bc6fee15bd8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.7.canary.pr.4297.42bcd01f7c733e255ff9eab84ec8d7500dfd208a.tgz","fileCount":739,"unpackedSize":4362063,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHtLd8ZNywboYTYqFSkcUgbPpGxhF1RhwDIQuPJfXOEOAiEA/MG5qud5V3oxpssUnZ+zANcC+mMnECJVbh0b2+xYUI8="}],"size":720873},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql_17.0.0-alpha.7.canary.pr.4297.42bcd01f7c733e255ff9eab84ec8d7500dfd208a_1732621454706_0.6293242403540695"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-26T11:44:14.972Z","publish_time":1732621454972,"_source_registry_name":"default","contributors":[]},"16.10.0":{"name":"graphql","version":"16.10.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"publishConfig":{"tag":"latest"},"_id":"graphql@16.10.0","gitHead":"48afd37a48d37f6d3342b959e8cb34e1ecbfeffb","types":"./index.d.ts","_nodeVersion":"20.13.0","_npmVersion":"10.5.2","dist":{"integrity":"sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==","shasum":"24c01ae0af6b11ea87bf55694429198aaa8e220c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.10.0.tgz","fileCount":391,"unpackedSize":1363943,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCeQLORuMDFYz4cC5NmO6zaE1vux+i5axGmqSc/YM0/FAIgf4RtGAWOlW2jsXFdqou74+XOX3S4nNF5k7jYyT4Bl1k="}],"size":284657},"_npmUser":{"name":"anonymous","email":"decroockjovi@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_16.10.0_1734258918131_0.6862393457522722"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-15T10:35:18.376Z","publish_time":1734258918376,"_source_registry_name":"default","contributors":[]},"15.10.0":{"name":"graphql","version":"15.10.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 10.x"},"publishConfig":{"tag":"15.x.x"},"_id":"graphql@15.10.0","readmeFilename":"README.md","gitHead":"ad5d9e6db78e1c195ee5a235b18de312fc553b02","_nodeVersion":"22.13.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-mEXSGwjH+3hl7R4svIjeAuNSOmW5omelVI32eTtHp2kr4a+xo57NrV8Kh+1MsENUKxRfiWAH2FZFyK86tgoWSA==","shasum":"1e59d233eb1b4d44009fde7c7b3408ca69a26524","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-15.10.0.tgz","fileCount":539,"unpackedSize":2132116,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAzooEgUgko73+hXiG6gJphVbPyDePAHIrEjprPDqOrRAiEAiNLCUr7PFGQFeHgKNVOurK3hr3OesdEYyQMwpSqw5dQ="}],"size":438898},"_npmUser":{"name":"anonymous","email":"badurinadenis@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_15.10.0_1736790516859_0.9642177164316137"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-13T17:48:37.212Z","publish_time":1736790517212,"_source_registry_name":"default","deprecated":"This version was released under the wrong tag v15.x.x","contributors":[]},"17.0.0-alpha.7.canary.pr.4319.e7cfada212d5cdd7dc09890bef82ac9da32026eb":{"name":"graphql","version":"17.0.0-alpha.7.canary.pr.4319.e7cfada212d5cdd7dc09890bef82ac9da32026eb","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-4319"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4319, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"48afd37a48d37f6d3342b959e8cb34e1ecbfeffb","_id":"graphql@17.0.0-alpha.7.canary.pr.4319.e7cfada212d5cdd7dc09890bef82ac9da32026eb","_nodeVersion":"17.9.1","_npmVersion":"8.11.0","dist":{"integrity":"sha512-15W63a5LzmmWx4ahhgbIXSDb/sWFHh+H5tE6ySQsGFZOvduCoiJeBklwPLUVgfGAjueI3c+yVg8WPuojm9U6Lw==","shasum":"35acc716e9dde3c67a4ad764936926a19057c978","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.7.canary.pr.4319.e7cfada212d5cdd7dc09890bef82ac9da32026eb.tgz","fileCount":749,"unpackedSize":4380786,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH9IFZZahh2yEi2JbbInzc4MNkvjeGMYsIG3A64Pv2dwAiBqkhaa6jbcVnpjil+uEv4A43PtmTUxx+6wEnoSIW0jag=="}],"size":722374},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_17.0.0-alpha.7.canary.pr.4319.e7cfada212d5cdd7dc09890bef82ac9da32026eb_1736806367878_0.31140105069563195"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-13T22:12:48.204Z","publish_time":1736806368204,"_source_registry_name":"default","contributors":[]},"15.10.1":{"name":"graphql","version":"15.10.1","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 10.x"},"publishConfig":{"tag":"15.x.x"},"_id":"graphql@15.10.1","readmeFilename":"README.md","gitHead":"108bc20eeb5a3a3bb21394c8d6a9c18866ab006c","_nodeVersion":"22.12.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-BL/Xd/T9baO6NFzoMpiMD7YUZ62R6viR5tp/MULVEnbYJXZA//kRNW7J0j1w/wXArgL0sCxhDfK5dczSKn3+cg==","shasum":"e9ff3bb928749275477f748b14aa5c30dcad6f2f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-15.10.1.tgz","fileCount":539,"unpackedSize":2131973,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF5Vn5PSWZ3/LiFx3xvrUkq4Iyp7IrDHpXbBl86beL6/AiEA4Q6RAum3uvNtGJ/H1/f2oRTWHw0e+9rkds8Bf8J3Zbs="}],"size":438888},"_npmUser":{"name":"anonymous","email":"badurinadenis@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_15.10.1_1736843835946_0.7165805786184727"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-14T08:37:16.166Z","publish_time":1736843836166,"_source_registry_name":"default","contributors":[]},"17.0.0-alpha.7.canary.pr.4319.55799077dbb6c5ab0c33471482a66b91f048a516":{"name":"graphql","version":"17.0.0-alpha.7.canary.pr.4319.55799077dbb6c5ab0c33471482a66b91f048a516","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-4319"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4319, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"48afd37a48d37f6d3342b959e8cb34e1ecbfeffb","_id":"graphql@17.0.0-alpha.7.canary.pr.4319.55799077dbb6c5ab0c33471482a66b91f048a516","_nodeVersion":"17.9.1","_npmVersion":"8.11.0","dist":{"integrity":"sha512-8Pm8fabfUvLFJ+soJU+Hk4KAVmL8p9vxbHaa4cAcZUXJnY3yxa/wOWpOjZ0dPC5f2nZKSR9qSXb6qMwW2CbZgw==","shasum":"4f32431196039bac84c3911f5f83a72fa3a9b193","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.7.canary.pr.4319.55799077dbb6c5ab0c33471482a66b91f048a516.tgz","fileCount":749,"unpackedSize":4380786,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIQDMmTrAqHiRmzF93tMs/Y1o/pYO5uc/fs6YeHRMykuiuQIfchDg/f5Ww1rQzn5kL+CMZi4JtgBcjAXQ/8vMsx9evA=="}],"size":722376},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_17.0.0-alpha.7.canary.pr.4319.55799077dbb6c5ab0c33471482a66b91f048a516_1736856146146_0.8196840648261183"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-14T12:02:26.441Z","publish_time":1736856146441,"_source_registry_name":"default","contributors":[]},"17.0.0-alpha.7.canary.pr.4319.09f8d400782ed385ec6f8fb9d151e221414af613":{"name":"graphql","version":"17.0.0-alpha.7.canary.pr.4319.09f8d400782ed385ec6f8fb9d151e221414af613","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-4319"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4319, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"48afd37a48d37f6d3342b959e8cb34e1ecbfeffb","_id":"graphql@17.0.0-alpha.7.canary.pr.4319.09f8d400782ed385ec6f8fb9d151e221414af613","_nodeVersion":"17.9.1","_npmVersion":"8.11.0","dist":{"integrity":"sha512-9PnRb4tyOsm4OKQGMt2KzlFg5SzOoWcwsKATFynyqrS9vB2UZgUYANwa1tPm7fsvOQJupJJu+2fm73v+j3EIOQ==","shasum":"d870a034b8fdc1d7f5961c3a6fbf7bbae69a92cb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.7.canary.pr.4319.09f8d400782ed385ec6f8fb9d151e221414af613.tgz","fileCount":749,"unpackedSize":4380786,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDxpUNqfIF2rDCAIjqFRbKkUmzai/ZtLH9/o9wVxJfkgQIhAKbWP8+XwqZa9G5Uu1qYsa1PnIwTE5gFalqCiEb5aXLS"}],"size":722374},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_17.0.0-alpha.7.canary.pr.4319.09f8d400782ed385ec6f8fb9d151e221414af613_1736858849129_0.5976371825803308"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-14T12:47:29.426Z","publish_time":1736858849426,"_source_registry_name":"default","contributors":[]},"17.0.0-alpha.7.canary.pr.4319.abe5e8e0bb4a916f37d6d1b7fdcf128155a24a46":{"name":"graphql","version":"17.0.0-alpha.7.canary.pr.4319.abe5e8e0bb4a916f37d6d1b7fdcf128155a24a46","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"canary-pr-4319"},"main":"index","module":"index.mjs","deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4319, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"0c164d361289edb829107b2b09529f33a444a7a7","_id":"graphql@17.0.0-alpha.7.canary.pr.4319.abe5e8e0bb4a916f37d6d1b7fdcf128155a24a46","_nodeVersion":"17.9.1","_npmVersion":"8.11.0","dist":{"integrity":"sha512-trVqEdXkdxFNlgCVEuzxZqK3O4NP6Ldp+3Dwkmp7Jg91DgpZPpQVG6IcL4D5wi4PN1wYlPRfLuQnYGBvwYlvHw==","shasum":"cb82844825d4c2d7ace0073ecca503f0788c764a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.7.canary.pr.4319.abe5e8e0bb4a916f37d6d1b7fdcf128155a24a46.tgz","fileCount":749,"unpackedSize":4374053,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDP32G3l/+sIoavoRS7lNKjIVMkGrYtMXURUmtbqqa7lAIgJl7ZhZkgW7f8gifEMvGulcJlZ7vZk4byAfljGFCxcdk="}],"size":721509},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"greg@hurrell.net"},{"name":"anonymous","email":"joesavona@fb.com"},{"name":"anonymous","email":"jkassens@fb.com"},{"name":"anonymous","email":"asiandrummer@gmail.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_17.0.0-alpha.7.canary.pr.4319.abe5e8e0bb4a916f37d6d1b7fdcf128155a24a46_1737447632367_0.37252698050519517"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-21T08:20:32.595Z","publish_time":1737447632595,"_source_registry_name":"default","contributors":[]},"17.0.0-alpha.8":{"name":"graphql","version":"17.0.0-alpha.8","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"alpha"},"main":"index","module":"index.mjs","_id":"graphql@17.0.0-alpha.8","readmeFilename":"README.md","gitHead":"7912d6d60b7be3556815ed6cc9ef9bb9a8bdb7fa","types":"./index.d.ts","_nodeVersion":"20.13.0","_npmVersion":"10.5.2","dist":{"integrity":"sha512-j9Jn56NCWVaLMt1hSNkMDoCuAisBwY3bxp/5tbrJuPtNtHg9dAf4NjKnlVDCksVP3jBVcipFaEXKWsdNxTlcyg==","shasum":"dba4a0cbe3efe8243666726f1b4ffd65f87d9b06","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.8.tgz","fileCount":749,"unpackedSize":4373824,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAK0kxY+sCaIgp++kkZpvUbtip4iUEv046fdnjtSU8JkAiEAtd8A/pge/gjmKKBcoLTrxFmDY6VgkG3hEpw/Mza4cOw="}],"size":722618},"_npmUser":{"name":"anonymous","email":"decroockjovi@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_17.0.0-alpha.8_1738861029767_0.06509366263531713"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-06T16:57:10.081Z","publish_time":1738861030081,"_source_registry_name":"default","contributors":[]},"16.10.0-canary.pr.4364.6b142546832c1283b535908fb8c9a171b2f7cc20":{"name":"graphql","version":"16.10.0-canary.pr.4364.6b142546832c1283b535908fb8c9a171b2f7cc20","keywords":["graphql","graphql-js"],"license":"MIT","_id":"graphql@16.10.0-canary.pr.4364.6b142546832c1283b535908fb8c9a171b2f7cc20","maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"yaacovcr@gmail.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"dist":{"shasum":"6be6c4114bb9c77dff698e6e2de4609667048daa","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.10.0-canary.pr.4364.6b142546832c1283b535908fb8c9a171b2f7cc20.tgz","fileCount":394,"integrity":"sha512-45TUCUSpbrNWv9dDiW/kMce+4OKsNDAOR7mMPu1U9inUUemYhJgQ2wxLMlbr4NYh34+OwkZWXPLJoBU4KgFdIQ==","signatures":[{"sig":"MEQCICD/IEWwGCucY/GQxpO+5RWGLGjfPVrLCw4EnSb120MhAiAV3GbGp89usrGjN1uX7WHM/u/4v28oALDZwRMQlvBtiA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1369021,"size":285764},"main":"index","types":"./index.d.ts","module":"index.mjs","engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"gitHead":"0a848cc4c781fb79b2e55eb8d011675dd612524f","_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4364, no gurantees provided so please use your own discretion.","repository":{"url":"git+https://github.com/graphql/graphql-js.git","type":"git"},"_npmVersion":"8.11.0","description":"A Query Language and Runtime which can target any service.","directories":{},"sideEffects":false,"_nodeVersion":"17.9.1","publishConfig":{"tag":"canary-pr-4364"},"typesVersions":{"*":{"*":["NotSupportedTSVersion.d.ts"]},">=4.1.0":{"*":["*"]}},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/graphql_16.10.0-canary.pr.4364.6b142546832c1283b535908fb8c9a171b2f7cc20_1743099246182_0.8008434801038578","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-03-27T18:14:06.401Z","publish_time":1743099246401,"_source_registry_name":"default","contributors":[]},"16.10.0-canary.pr.4192.22fb497360b20aa7bf7c12aa87d2420ff394b3a0":{"name":"graphql","version":"16.10.0-canary.pr.4192.22fb497360b20aa7bf7c12aa87d2420ff394b3a0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"publishConfig":{"tag":"canary-pr-4192"},"deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4192, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"0a848cc4c781fb79b2e55eb8d011675dd612524f","_id":"graphql@16.10.0-canary.pr.4192.22fb497360b20aa7bf7c12aa87d2420ff394b3a0","_nodeVersion":"17.9.1","_npmVersion":"8.11.0","dist":{"integrity":"sha512-mQdRa9me/Rjwss2pun3sMdo86b+iSygwc1hOA0e/jgyCf8rqP0xvMqyalI/i8JV2NYxeVCbkAQP49IpP+piUww==","shasum":"6e1392810d57e9d468b28dc47fe105ea459ffb5d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.10.0-canary.pr.4192.22fb497360b20aa7bf7c12aa87d2420ff394b3a0.tgz","fileCount":397,"unpackedSize":1389516,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGNeWaG2+pvhNt4dP+PuOKFEYhtHeEXvnNmGzaVgO1cHAiAt0D4YNu7iG/TIvEBtTxDcAW02QaP2mAcWfnJWyd7Z7g=="}],"size":289010},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"yaacovcr@gmail.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_16.10.0-canary.pr.4192.22fb497360b20aa7bf7c12aa87d2420ff394b3a0_1743099290045_0.7961656900541467"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-27T18:14:50.350Z","publish_time":1743099290350,"_source_registry_name":"default","contributors":[]},"16.10.0-canary.pr.4359.9fe5229b2fc30d3e5b07a6b00693fac42b649fdd":{"name":"graphql","version":"16.10.0-canary.pr.4359.9fe5229b2fc30d3e5b07a6b00693fac42b649fdd","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"publishConfig":{"tag":"canary-pr-4359"},"deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4359, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"0a848cc4c781fb79b2e55eb8d011675dd612524f","_id":"graphql@16.10.0-canary.pr.4359.9fe5229b2fc30d3e5b07a6b00693fac42b649fdd","_nodeVersion":"17.9.1","_npmVersion":"8.11.0","dist":{"integrity":"sha512-JSs7r369ieQHFMJVtEJKR7+b5wug4SmE6phc3M30MueqM8B1GMoRn+mafGt97q2mNd7PViehh/yadmvMjnxXPw==","shasum":"a0fbbc432e5b80774d084136d818007986af0bf9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.10.0-canary.pr.4359.9fe5229b2fc30d3e5b07a6b00693fac42b649fdd.tgz","fileCount":393,"unpackedSize":1375338,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIB+UofRVAAkLM4K3QWofRRY8aBOxD0j3bI+cGcoqop4TAiEAnHxiRywT3rzW+1sPTz/7D0kQmcBX7WLfr7pNaFn4zBU="}],"size":286924},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"yaacovcr@gmail.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_16.10.0-canary.pr.4359.9fe5229b2fc30d3e5b07a6b00693fac42b649fdd_1743686523058_0.06299923512693195"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-03T13:22:03.303Z","publish_time":1743686523303,"_source_registry_name":"default","contributors":[]},"16.11.0":{"name":"graphql","version":"16.11.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"publishConfig":{"tag":"latest"},"_id":"graphql@16.11.0","gitHead":"c18e9f6aada9ae086ddf836e4d822cf1426f3868","types":"./index.d.ts","_nodeVersion":"20.13.0","_npmVersion":"10.5.2","dist":{"integrity":"sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==","shasum":"96d17f66370678027fdf59b2d4c20b4efaa8a633","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.11.0.tgz","fileCount":391,"unpackedSize":1365791,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHmwI2TjGDhjkR5TORjGmHNI2+XQh+Cn17S9WD+5cIyHAiAtwqf0fiIzK7y24w6GzH1xmZxnEkXe8xLVD+s8wwtb8w=="}],"size":284870},"_npmUser":{"name":"anonymous","email":"decroockjovi@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"yaacovcr@gmail.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_16.11.0_1745654547943_0.08395917609969317"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-26T08:02:28.166Z","publish_time":1745654548166,"_source_registry_name":"default","contributors":[]},"16.11.0-canary.pr.4364.2b4ffe237616247a733274dfdcb404c3d55d9f02":{"name":"graphql","version":"16.11.0-canary.pr.4364.2b4ffe237616247a733274dfdcb404c3d55d9f02","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"publishConfig":{"tag":"canary-pr-4364"},"deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4364, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"c18e9f6aada9ae086ddf836e4d822cf1426f3868","_id":"graphql@16.11.0-canary.pr.4364.2b4ffe237616247a733274dfdcb404c3d55d9f02","_nodeVersion":"17.9.1","_npmVersion":"8.11.0","dist":{"integrity":"sha512-UtJ+h/ggqfqQBXskBY05rR9YAx7M+AK92yT/fmtUEV/JCUJxlSd8+ST2DtdqQkG7VGxzeCPyfk6/DRtvkVtLqQ==","shasum":"21021e5bf41e0c2344e7a54a08596cefd25827dd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.11.0-canary.pr.4364.2b4ffe237616247a733274dfdcb404c3d55d9f02.tgz","fileCount":394,"unpackedSize":1377919,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQChanUK5GBNX3xMjSB276UIlUi9i9t4k4kOXNmwT06lrAIhAIMFFRyxxR3I9CfczulrcQtGGHwGrJy5T3f20276+VeJ"}],"size":287797},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"yaacovcr@gmail.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_16.11.0-canary.pr.4364.2b4ffe237616247a733274dfdcb404c3d55d9f02_1746020425929_0.35788754470487216"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-30T13:40:26.193Z","publish_time":1746020426193,"_source_registry_name":"default","contributors":[]},"16.11.0-canary.pr.4384.c095a7b7d5dc33c988f84f0c921ae2f74bb710e6":{"name":"graphql","version":"16.11.0-canary.pr.4384.c095a7b7d5dc33c988f84f0c921ae2f74bb710e6","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"publishConfig":{"tag":"canary-pr-4384"},"deprecated":"You are using canary version build from https://github.com/graphql/graphql-js/pull/4384, no gurantees provided so please use your own discretion.","types":"./index.d.ts","readmeFilename":"README.md","gitHead":"c18e9f6aada9ae086ddf836e4d822cf1426f3868","_id":"graphql@16.11.0-canary.pr.4384.c095a7b7d5dc33c988f84f0c921ae2f74bb710e6","_nodeVersion":"17.9.1","_npmVersion":"8.11.0","dist":{"integrity":"sha512-u2My5ZdyC9d3rHV33bt+hD5XxoM2LDOiDjLGmKKNNj1fwHc4lGE+8B7IoKWLETMu0aQQZPqdxWLOo/qCNBSMTw==","shasum":"513d41a215f95af7b4aee97e007212c78d98a943","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.11.0-canary.pr.4384.c095a7b7d5dc33c988f84f0c921ae2f74bb710e6.tgz","fileCount":397,"unpackedSize":1381920,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDZsSV5iQldaqVw0VhXoVT6fX91UQbNlEL8E/DCmTlEWQIhAOND/5+03bTeIxi7Zfw6ltYboXRWCVPcnhoeGa7d0jk1"}],"size":288536},"_npmUser":{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"yaacovcr@gmail.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_16.11.0-canary.pr.4384.c095a7b7d5dc33c988f84f0c921ae2f74bb710e6_1746089928894_0.6318315272865365"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-01T08:58:49.131Z","publish_time":1746089929131,"_source_registry_name":"default","contributors":[]},"17.0.0-alpha.9":{"name":"graphql","version":"17.0.0-alpha.9","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^16.19.0 || ^18.14.0 || >=19.7.0"},"publishConfig":{"tag":"alpha"},"main":"index","module":"index.mjs","_id":"graphql@17.0.0-alpha.9","readmeFilename":"README.md","gitHead":"3283f8adf52e77a47f148ff2f30185c8d11ff0f0","types":"./index.d.ts","_nodeVersion":"23.7.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-jVK1BsvX5pUIEpRDlEgeKJr80GAxl3B8ISsFDjXHtl2xAxMXVGTEFF4Q4R8NH0Gw7yMwcHDndkNjoNT5CbwHKA==","shasum":"7e85e0d1cbe72afd26205387059d77c873d801d1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.9.tgz","fileCount":749,"unpackedSize":4403684,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIEBixeAlr8KgcHNpEvw+BfsAGQfSfv6DuIDarHdbVUujAiA5z0Uobf2kkE6urnd1gfFKN8b5HQH1ew0J/3imiMyQMA=="}],"size":727546},"_npmUser":{"name":"anonymous","email":"yaacovcr@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"yaacovcr@gmail.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_17.0.0-alpha.9_1749659724379_0.23289640790682098"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-11T16:35:24.607Z","publish_time":1749659724607,"_source_registry_name":"default","contributors":[]},"16.12.0":{"name":"graphql","version":"16.12.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"publishConfig":{"tag":"latest"},"_id":"graphql@16.12.0","gitHead":"bf9ffffa6b46197dc59326cfc2ba678b70cc20d3","types":"./index.d.ts","_nodeVersion":"20.13.0","_npmVersion":"10.5.2","dist":{"integrity":"sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ==","shasum":"28cc2462435b1ac3fdc6976d030cef83a0c13ac7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.12.0.tgz","fileCount":397,"unpackedSize":1409364,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDPTQrkAcGQ/vS3EDePZIgqBlQBR/LaMCNgMLyireR5wgIgQEKqLskvuubfNwJwLXkgOlMN0Rni5nYCb7NdTLEkz/0="}],"size":293649},"_npmUser":{"name":"anonymous","email":"decroockjovi@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"yaacovcr@gmail.com"},{"name":"anonymous","email":"decroockjovi@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_16.12.0_1762006582881_0.24669426001548644"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-01T14:16:23.137Z","publish_time":1762006583137,"_source_registry_name":"default","contributors":[]},"16.13.0":{"name":"graphql","version":"16.13.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"publishConfig":{"tag":"latest"},"gitHead":"7569989a8850c00a4e90ffdb56f1c6094cdcd795","types":"./index.d.ts","_id":"graphql@16.13.0","_nodeVersion":"24.13.1","_npmVersion":"11.8.0","dist":{"integrity":"sha512-uSisMYERbaB9bkA9M4/4dnqyktaEkf1kMHNKq/7DHyxVeWqHQ2mBmVqm5u6/FVHwF3iCNalKcg82Zfl+tffWoA==","shasum":"726857e897e87d54412d62356ec0b6b76bfab409","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.13.0.tgz","fileCount":397,"unpackedSize":1414080,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIGjmX+NK28A/laDflXBva1hIY3WswUhcW4ZQsny92oxYAiEApKm9dc3FfUP2btv9tmy2bB3JedMreP/2Nk8qb/5pNaw="}],"size":295387},"_npmUser":{"name":"anonymous","email":"yaacovcr@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"yaacovcr@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_16.13.0_1771925602526_0.35393076031740955"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-24T09:33:22.746Z","publish_time":1771925602746,"_source_registry_name":"default","contributors":[]},"17.0.0-alpha.10":{"name":"graphql","version":"17.0.0-alpha.10","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":["__dev__/*"],"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^20.0.0 || ^22.0.0 || ^24.0.0 || >=25.0.0"},"publishConfig":{"tag":"alpha"},"main":"index.js","module":"index.mjs","types":"index.d.ts","exports":{"./error":{"development":{"module":"./__dev__/error/index.mjs","bun":"./__dev__/error/index.mjs","module-sync":"./__dev__/error/index.mjs","node":"./__dev__/error/index.js","require":"./__dev__/error/index.js","default":"./__dev__/error/index.mjs"},"default":{"module":"./error/index.mjs","bun":"./error/index.mjs","module-sync":"./error/index.mjs","node":"./error/index.js","require":"./error/index.js","default":"./error/index.mjs"}},"./execution":{"development":{"module":"./__dev__/execution/index.mjs","bun":"./__dev__/execution/index.mjs","module-sync":"./__dev__/execution/index.mjs","node":"./__dev__/execution/index.js","require":"./__dev__/execution/index.js","default":"./__dev__/execution/index.mjs"},"default":{"module":"./execution/index.mjs","bun":"./execution/index.mjs","module-sync":"./execution/index.mjs","node":"./execution/index.js","require":"./execution/index.js","default":"./execution/index.mjs"}},".":{"development":{"module":"./__dev__/index.mjs","bun":"./__dev__/index.mjs","module-sync":"./__dev__/index.mjs","node":"./__dev__/index.js","require":"./__dev__/index.js","default":"./__dev__/index.mjs"},"default":{"module":"./index.mjs","bun":"./index.mjs","module-sync":"./index.mjs","node":"./index.js","require":"./index.js","default":"./index.mjs"}},"./language":{"development":{"module":"./__dev__/language/index.mjs","bun":"./__dev__/language/index.mjs","module-sync":"./__dev__/language/index.mjs","node":"./__dev__/language/index.js","require":"./__dev__/language/index.js","default":"./__dev__/language/index.mjs"},"default":{"module":"./language/index.mjs","bun":"./language/index.mjs","module-sync":"./language/index.mjs","node":"./language/index.js","require":"./language/index.js","default":"./language/index.mjs"}},"./type":{"development":{"module":"./__dev__/type/index.mjs","bun":"./__dev__/type/index.mjs","module-sync":"./__dev__/type/index.mjs","node":"./__dev__/type/index.js","require":"./__dev__/type/index.js","default":"./__dev__/type/index.mjs"},"default":{"module":"./type/index.mjs","bun":"./type/index.mjs","module-sync":"./type/index.mjs","node":"./type/index.js","require":"./type/index.js","default":"./type/index.mjs"}},"./utilities":{"development":{"module":"./__dev__/utilities/index.mjs","bun":"./__dev__/utilities/index.mjs","module-sync":"./__dev__/utilities/index.mjs","node":"./__dev__/utilities/index.js","require":"./__dev__/utilities/index.js","default":"./__dev__/utilities/index.mjs"},"default":{"module":"./utilities/index.mjs","bun":"./utilities/index.mjs","module-sync":"./utilities/index.mjs","node":"./utilities/index.js","require":"./utilities/index.js","default":"./utilities/index.mjs"}},"./validation":{"development":{"module":"./__dev__/validation/index.mjs","bun":"./__dev__/validation/index.mjs","module-sync":"./__dev__/validation/index.mjs","node":"./__dev__/validation/index.js","require":"./__dev__/validation/index.js","default":"./__dev__/validation/index.mjs"},"default":{"module":"./validation/index.mjs","bun":"./validation/index.mjs","module-sync":"./validation/index.mjs","node":"./validation/index.js","require":"./validation/index.js","default":"./validation/index.mjs"}},"./*.js":{"development":{"module":"./__dev__/*.mjs","bun":"./__dev__/*.mjs","module-sync":"./__dev__/*.mjs","node":"./__dev__/*.js","require":"./__dev__/*.js","default":"./__dev__/*.mjs"},"default":{"module":"./*.mjs","bun":"./*.mjs","module-sync":"./*.mjs","node":"./*.js","require":"./*.js","default":"./*.mjs"}},"./*":{"development":{"module":"./__dev__/*.mjs","bun":"./__dev__/*.mjs","module-sync":"./__dev__/*.mjs","node":"./__dev__/*.js","require":"./__dev__/*.js","default":"./__dev__/*.mjs"},"default":{"module":"./*.mjs","bun":"./*.mjs","module-sync":"./*.mjs","node":"./*.js","require":"./*.js","default":"./*.mjs"}}},"readmeFilename":"README.md","gitHead":"60272fc6847eeae86899a7edadb3ac5a2a523b10","_id":"graphql@17.0.0-alpha.10","_nodeVersion":"24.13.1","_npmVersion":"11.8.0","dist":{"integrity":"sha512-C+oq45ImcRlWL3RM6R57+dX5OUc8xKzyQOT9GWYaIf3qX4/xAOAuu487G8yrLbxBYE2v5naWHC7coFkjPQ699w==","shasum":"e95f38ed91d6821a5852e71d75d916264d24415e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.10.tgz","fileCount":1614,"unpackedSize":5038945,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCODyuG2EBy4cSWgzAh1BYzXJ1+xxMNPU6LZRnNleIuEAIhAJ8KY3Tw4j/uMtszt/J7AHKr8/Y+OKPOMBe+BM8YUdey"}],"size":865078},"_npmUser":{"name":"anonymous","email":"yaacovcr@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"yaacovcr@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_17.0.0-alpha.10_1771934411589_0.4860247311878483"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-24T12:00:11.844Z","publish_time":1771934411844,"_source_registry_name":"default","contributors":[]},"17.0.0-alpha.11":{"name":"graphql","version":"17.0.0-alpha.11","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":["__dev__/*"],"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^20.0.0 || ^22.0.0 || ^24.0.0 || >=25.0.0"},"publishConfig":{"tag":"alpha"},"main":"index.js","module":"index.mjs","types":"index.d.ts","exports":{"./error":{"development":{"module":"./__dev__/error/index.mjs","bun":"./__dev__/error/index.mjs","module-sync":"./__dev__/error/index.mjs","node":"./__dev__/error/index.js","require":"./__dev__/error/index.js","default":"./__dev__/error/index.mjs"},"default":{"module":"./error/index.mjs","bun":"./error/index.mjs","module-sync":"./error/index.mjs","node":"./error/index.js","require":"./error/index.js","default":"./error/index.mjs"}},"./execution":{"development":{"module":"./__dev__/execution/index.mjs","bun":"./__dev__/execution/index.mjs","module-sync":"./__dev__/execution/index.mjs","node":"./__dev__/execution/index.js","require":"./__dev__/execution/index.js","default":"./__dev__/execution/index.mjs"},"default":{"module":"./execution/index.mjs","bun":"./execution/index.mjs","module-sync":"./execution/index.mjs","node":"./execution/index.js","require":"./execution/index.js","default":"./execution/index.mjs"}},".":{"development":{"module":"./__dev__/index.mjs","bun":"./__dev__/index.mjs","module-sync":"./__dev__/index.mjs","node":"./__dev__/index.js","require":"./__dev__/index.js","default":"./__dev__/index.mjs"},"default":{"module":"./index.mjs","bun":"./index.mjs","module-sync":"./index.mjs","node":"./index.js","require":"./index.js","default":"./index.mjs"}},"./language":{"development":{"module":"./__dev__/language/index.mjs","bun":"./__dev__/language/index.mjs","module-sync":"./__dev__/language/index.mjs","node":"./__dev__/language/index.js","require":"./__dev__/language/index.js","default":"./__dev__/language/index.mjs"},"default":{"module":"./language/index.mjs","bun":"./language/index.mjs","module-sync":"./language/index.mjs","node":"./language/index.js","require":"./language/index.js","default":"./language/index.mjs"}},"./type":{"development":{"module":"./__dev__/type/index.mjs","bun":"./__dev__/type/index.mjs","module-sync":"./__dev__/type/index.mjs","node":"./__dev__/type/index.js","require":"./__dev__/type/index.js","default":"./__dev__/type/index.mjs"},"default":{"module":"./type/index.mjs","bun":"./type/index.mjs","module-sync":"./type/index.mjs","node":"./type/index.js","require":"./type/index.js","default":"./type/index.mjs"}},"./utilities":{"development":{"module":"./__dev__/utilities/index.mjs","bun":"./__dev__/utilities/index.mjs","module-sync":"./__dev__/utilities/index.mjs","node":"./__dev__/utilities/index.js","require":"./__dev__/utilities/index.js","default":"./__dev__/utilities/index.mjs"},"default":{"module":"./utilities/index.mjs","bun":"./utilities/index.mjs","module-sync":"./utilities/index.mjs","node":"./utilities/index.js","require":"./utilities/index.js","default":"./utilities/index.mjs"}},"./validation":{"development":{"module":"./__dev__/validation/index.mjs","bun":"./__dev__/validation/index.mjs","module-sync":"./__dev__/validation/index.mjs","node":"./__dev__/validation/index.js","require":"./__dev__/validation/index.js","default":"./__dev__/validation/index.mjs"},"default":{"module":"./validation/index.mjs","bun":"./validation/index.mjs","module-sync":"./validation/index.mjs","node":"./validation/index.js","require":"./validation/index.js","default":"./validation/index.mjs"}},"./*.js":{"development":{"module":"./__dev__/*.mjs","bun":"./__dev__/*.mjs","module-sync":"./__dev__/*.mjs","node":"./__dev__/*.js","require":"./__dev__/*.js","default":"./__dev__/*.mjs"},"default":{"module":"./*.mjs","bun":"./*.mjs","module-sync":"./*.mjs","node":"./*.js","require":"./*.js","default":"./*.mjs"}},"./*":{"development":{"module":"./__dev__/*.mjs","bun":"./__dev__/*.mjs","module-sync":"./__dev__/*.mjs","node":"./__dev__/*.js","require":"./__dev__/*.js","default":"./__dev__/*.mjs"},"default":{"module":"./*.mjs","bun":"./*.mjs","module-sync":"./*.mjs","node":"./*.js","require":"./*.js","default":"./*.mjs"}}},"readmeFilename":"README.md","_id":"graphql@17.0.0-alpha.11","_integrity":"sha512-28FSpHCjJZP9nxBmLYREbIkq5llRTfqaEPpnphQ05Q6rUME6bN3J2IppNY1blO5TZwiQruhu379A4BX4XlLTRQ==","_resolved":"/home/runner/work/graphql-js/graphql-js/artifacts/graphql-17.0.0-alpha.11.tgz","_from":"file:artifacts/graphql-17.0.0-alpha.11.tgz","_nodeVersion":"24.13.1","_npmVersion":"11.8.0","dist":{"integrity":"sha512-28FSpHCjJZP9nxBmLYREbIkq5llRTfqaEPpnphQ05Q6rUME6bN3J2IppNY1blO5TZwiQruhu379A4BX4XlLTRQ==","shasum":"5bed0eb542679280c8db4fa3b2ebf719b8ebaf64","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.11.tgz","fileCount":1614,"unpackedSize":5038945,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/graphql@17.0.0-alpha.11","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCg4CgHyTVPGYzp1ynTrxWYF3hWxT0g7yQwTlLJhhp3FAIhAJD6cJz77CK5c64zBu1rTcFHLI2yUKzjJ68ZMcH2PFvj"}],"size":865078},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:c34e1ada-54c3-4c26-a3ca-7ae8a2994f76"}},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"yaacovcr@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_17.0.0-alpha.11_1772464929069_0.6354504772205598"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-02T15:22:09.423Z","publish_time":1772464929423,"_source_registry_name":"default","contributors":[]},"16.13.1":{"name":"graphql","version":"16.13.1","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"publishConfig":{"tag":"latest"},"types":"./index.d.ts","_id":"graphql@16.13.1","_integrity":"sha512-gGgrVCoDKlIZ8fIqXBBb0pPKqDgki0Z/FSKNiQzSGj2uEYHr1tq5wmBegGwJx6QB5S5cM0khSBpi/JFHMCvsmQ==","_resolved":"/home/runner/work/graphql-js/graphql-js/artifacts/graphql-16.13.1.tgz","_from":"file:artifacts/graphql-16.13.1.tgz","_nodeVersion":"24.13.1","_npmVersion":"11.8.0","dist":{"integrity":"sha512-gGgrVCoDKlIZ8fIqXBBb0pPKqDgki0Z/FSKNiQzSGj2uEYHr1tq5wmBegGwJx6QB5S5cM0khSBpi/JFHMCvsmQ==","shasum":"38ae5c76fbc4a009e0004dca6c76c370a1da7b54","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.13.1.tgz","fileCount":397,"unpackedSize":1414080,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/graphql@16.13.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFf8SIsh7/2nbKGin81IezrmmPZGvlt1x+0LJXrp9PF+AiEAwE6/Nu5XFZwlyTcbAssBu4yhOcAgvzjgb2RTVds5kNk="}],"size":295216},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:c34e1ada-54c3-4c26-a3ca-7ae8a2994f76"}},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"yaacovcr@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_16.13.1_1772617743036_0.4002473439365739"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-04T09:49:03.222Z","publish_time":1772617743222,"_source_registry_name":"default","contributors":[]},"17.0.0-alpha.12":{"name":"graphql","version":"17.0.0-alpha.12","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":["__dev__/*"],"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^20.0.0 || ^22.0.0 || ^24.0.0 || >=25.0.0"},"publishConfig":{"tag":"alpha"},"main":"index.js","module":"index.mjs","types":"index.d.ts","exports":{"./error":{"development":{"module":"./__dev__/error/index.mjs","bun":"./__dev__/error/index.mjs","module-sync":"./__dev__/error/index.mjs","node":"./__dev__/error/index.js","require":"./__dev__/error/index.js","default":"./__dev__/error/index.mjs"},"default":{"module":"./error/index.mjs","bun":"./error/index.mjs","module-sync":"./error/index.mjs","node":"./error/index.js","require":"./error/index.js","default":"./error/index.mjs"}},"./execution":{"development":{"module":"./__dev__/execution/index.mjs","bun":"./__dev__/execution/index.mjs","module-sync":"./__dev__/execution/index.mjs","node":"./__dev__/execution/index.js","require":"./__dev__/execution/index.js","default":"./__dev__/execution/index.mjs"},"default":{"module":"./execution/index.mjs","bun":"./execution/index.mjs","module-sync":"./execution/index.mjs","node":"./execution/index.js","require":"./execution/index.js","default":"./execution/index.mjs"}},".":{"development":{"module":"./__dev__/index.mjs","bun":"./__dev__/index.mjs","module-sync":"./__dev__/index.mjs","node":"./__dev__/index.js","require":"./__dev__/index.js","default":"./__dev__/index.mjs"},"default":{"module":"./index.mjs","bun":"./index.mjs","module-sync":"./index.mjs","node":"./index.js","require":"./index.js","default":"./index.mjs"}},"./language":{"development":{"module":"./__dev__/language/index.mjs","bun":"./__dev__/language/index.mjs","module-sync":"./__dev__/language/index.mjs","node":"./__dev__/language/index.js","require":"./__dev__/language/index.js","default":"./__dev__/language/index.mjs"},"default":{"module":"./language/index.mjs","bun":"./language/index.mjs","module-sync":"./language/index.mjs","node":"./language/index.js","require":"./language/index.js","default":"./language/index.mjs"}},"./type":{"development":{"module":"./__dev__/type/index.mjs","bun":"./__dev__/type/index.mjs","module-sync":"./__dev__/type/index.mjs","node":"./__dev__/type/index.js","require":"./__dev__/type/index.js","default":"./__dev__/type/index.mjs"},"default":{"module":"./type/index.mjs","bun":"./type/index.mjs","module-sync":"./type/index.mjs","node":"./type/index.js","require":"./type/index.js","default":"./type/index.mjs"}},"./utilities":{"development":{"module":"./__dev__/utilities/index.mjs","bun":"./__dev__/utilities/index.mjs","module-sync":"./__dev__/utilities/index.mjs","node":"./__dev__/utilities/index.js","require":"./__dev__/utilities/index.js","default":"./__dev__/utilities/index.mjs"},"default":{"module":"./utilities/index.mjs","bun":"./utilities/index.mjs","module-sync":"./utilities/index.mjs","node":"./utilities/index.js","require":"./utilities/index.js","default":"./utilities/index.mjs"}},"./validation":{"development":{"module":"./__dev__/validation/index.mjs","bun":"./__dev__/validation/index.mjs","module-sync":"./__dev__/validation/index.mjs","node":"./__dev__/validation/index.js","require":"./__dev__/validation/index.js","default":"./__dev__/validation/index.mjs"},"default":{"module":"./validation/index.mjs","bun":"./validation/index.mjs","module-sync":"./validation/index.mjs","node":"./validation/index.js","require":"./validation/index.js","default":"./validation/index.mjs"}},"./*.js":{"development":{"module":"./__dev__/*.mjs","bun":"./__dev__/*.mjs","module-sync":"./__dev__/*.mjs","node":"./__dev__/*.js","require":"./__dev__/*.js","default":"./__dev__/*.mjs"},"default":{"module":"./*.mjs","bun":"./*.mjs","module-sync":"./*.mjs","node":"./*.js","require":"./*.js","default":"./*.mjs"}},"./*":{"development":{"module":"./__dev__/*.mjs","bun":"./__dev__/*.mjs","module-sync":"./__dev__/*.mjs","node":"./__dev__/*.js","require":"./__dev__/*.js","default":"./__dev__/*.mjs"},"default":{"module":"./*.mjs","bun":"./*.mjs","module-sync":"./*.mjs","node":"./*.js","require":"./*.js","default":"./*.mjs"}}},"readmeFilename":"README.md","gitHead":"60742f01d6cdcf6fec3c258eda0540660386f0d3","_id":"graphql@17.0.0-alpha.12","_nodeVersion":"24.14.0","_npmVersion":"11.9.0","dist":{"integrity":"sha512-g1A3OuvWeN8oSzGvW2k/wxiZ4oUhTbilCwblXZeGFUlLsHUfWT30QL4rk6n8NMRCkb87SyzTrok5SV9DqRamFw==","shasum":"0b257940c22d5d68cf15a0f633673157aef46a51","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.12.tgz","fileCount":1614,"unpackedSize":5038945,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/graphql@17.0.0-alpha.12","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFJBTzV8aVQR8QX7beDfS4E92TS3mHbx0AVjL9WOmP4UAiBcx6OLFuvKhMPPzAb3bmDDCFTS3rFr2lEyCdFi2vSKdQ=="}],"size":865078},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:c34e1ada-54c3-4c26-a3ca-7ae8a2994f76"}},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"yaacovcr@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_17.0.0-alpha.12_1773137782403_0.2971511406756413"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-10T10:16:22.616Z","publish_time":1773137782616,"_source_registry_name":"default","contributors":[]},"17.0.0-alpha.13":{"name":"graphql","version":"17.0.0-alpha.13","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":["__dev__/*"],"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^20.0.0 || ^22.0.0 || ^24.0.0 || >=25.0.0"},"publishConfig":{"tag":"alpha"},"main":"index.js","module":"index.mjs","types":"index.d.ts","exports":{"./error":{"development":{"module":"./__dev__/error/index.mjs","bun":"./__dev__/error/index.mjs","module-sync":"./__dev__/error/index.mjs","node":"./__dev__/error/index.js","require":"./__dev__/error/index.js","default":"./__dev__/error/index.mjs"},"default":{"module":"./error/index.mjs","bun":"./error/index.mjs","module-sync":"./error/index.mjs","node":"./error/index.js","require":"./error/index.js","default":"./error/index.mjs"}},"./execution":{"development":{"module":"./__dev__/execution/index.mjs","bun":"./__dev__/execution/index.mjs","module-sync":"./__dev__/execution/index.mjs","node":"./__dev__/execution/index.js","require":"./__dev__/execution/index.js","default":"./__dev__/execution/index.mjs"},"default":{"module":"./execution/index.mjs","bun":"./execution/index.mjs","module-sync":"./execution/index.mjs","node":"./execution/index.js","require":"./execution/index.js","default":"./execution/index.mjs"}},".":{"development":{"module":"./__dev__/index.mjs","bun":"./__dev__/index.mjs","module-sync":"./__dev__/index.mjs","node":"./__dev__/index.js","require":"./__dev__/index.js","default":"./__dev__/index.mjs"},"default":{"module":"./index.mjs","bun":"./index.mjs","module-sync":"./index.mjs","node":"./index.js","require":"./index.js","default":"./index.mjs"}},"./language":{"development":{"module":"./__dev__/language/index.mjs","bun":"./__dev__/language/index.mjs","module-sync":"./__dev__/language/index.mjs","node":"./__dev__/language/index.js","require":"./__dev__/language/index.js","default":"./__dev__/language/index.mjs"},"default":{"module":"./language/index.mjs","bun":"./language/index.mjs","module-sync":"./language/index.mjs","node":"./language/index.js","require":"./language/index.js","default":"./language/index.mjs"}},"./type":{"development":{"module":"./__dev__/type/index.mjs","bun":"./__dev__/type/index.mjs","module-sync":"./__dev__/type/index.mjs","node":"./__dev__/type/index.js","require":"./__dev__/type/index.js","default":"./__dev__/type/index.mjs"},"default":{"module":"./type/index.mjs","bun":"./type/index.mjs","module-sync":"./type/index.mjs","node":"./type/index.js","require":"./type/index.js","default":"./type/index.mjs"}},"./utilities":{"development":{"module":"./__dev__/utilities/index.mjs","bun":"./__dev__/utilities/index.mjs","module-sync":"./__dev__/utilities/index.mjs","node":"./__dev__/utilities/index.js","require":"./__dev__/utilities/index.js","default":"./__dev__/utilities/index.mjs"},"default":{"module":"./utilities/index.mjs","bun":"./utilities/index.mjs","module-sync":"./utilities/index.mjs","node":"./utilities/index.js","require":"./utilities/index.js","default":"./utilities/index.mjs"}},"./validation":{"development":{"module":"./__dev__/validation/index.mjs","bun":"./__dev__/validation/index.mjs","module-sync":"./__dev__/validation/index.mjs","node":"./__dev__/validation/index.js","require":"./__dev__/validation/index.js","default":"./__dev__/validation/index.mjs"},"default":{"module":"./validation/index.mjs","bun":"./validation/index.mjs","module-sync":"./validation/index.mjs","node":"./validation/index.js","require":"./validation/index.js","default":"./validation/index.mjs"}},"./*.js":{"development":{"module":"./__dev__/*.mjs","bun":"./__dev__/*.mjs","module-sync":"./__dev__/*.mjs","node":"./__dev__/*.js","require":"./__dev__/*.js","default":"./__dev__/*.mjs"},"default":{"module":"./*.mjs","bun":"./*.mjs","module-sync":"./*.mjs","node":"./*.js","require":"./*.js","default":"./*.mjs"}},"./*":{"development":{"module":"./__dev__/*.mjs","bun":"./__dev__/*.mjs","module-sync":"./__dev__/*.mjs","node":"./__dev__/*.js","require":"./__dev__/*.js","default":"./__dev__/*.mjs"},"default":{"module":"./*.mjs","bun":"./*.mjs","module-sync":"./*.mjs","node":"./*.js","require":"./*.js","default":"./*.mjs"}}},"readmeFilename":"README.md","gitHead":"53db0c350012cf3fb6f12b0e175abcd02059a9bf","_id":"graphql@17.0.0-alpha.13","_nodeVersion":"24.14.0","_npmVersion":"11.9.0","dist":{"integrity":"sha512-sktIARUdRwuUXqbkdRqTxLNRRnNlgINQEw7PgRngbcL8PMNHVbQu/mvd6sE/Aq5OwJskUW7bk/rhHRSlet/wLA==","shasum":"96b7410ef79eb3780f166c5b8335ec95422ec3cf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.13.tgz","fileCount":1624,"unpackedSize":5048223,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/graphql@17.0.0-alpha.13","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD9PBTVxr+m1nCsvLQGExqPeldf32qKA6Yiw5QcA2G9jgIgOqyQ0TmiBuscwufvH9LyM8+9N+LUOeLthp0usjfqZOM="}],"size":866959},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:c34e1ada-54c3-4c26-a3ca-7ae8a2994f76"}},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"yaacovcr@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_17.0.0-alpha.13_1773155751957_0.34545864228549883"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-10T15:15:52.251Z","publish_time":1773155752251,"_source_registry_name":"default","contributors":[]},"17.0.0-alpha.14":{"name":"graphql","version":"17.0.0-alpha.14","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":["__dev__/*"],"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^20.0.0 || ^22.0.0 || ^24.0.0 || >=25.0.0"},"publishConfig":{"tag":"alpha"},"main":"index.js","module":"index.mjs","types":"index.d.ts","exports":{"./error":{"development":{"module":"./__dev__/error/index.mjs","bun":"./__dev__/error/index.mjs","module-sync":"./__dev__/error/index.mjs","node":"./__dev__/error/index.js","require":"./__dev__/error/index.js","default":"./__dev__/error/index.mjs"},"default":{"module":"./error/index.mjs","bun":"./error/index.mjs","module-sync":"./error/index.mjs","node":"./error/index.js","require":"./error/index.js","default":"./error/index.mjs"}},"./execution":{"development":{"module":"./__dev__/execution/index.mjs","bun":"./__dev__/execution/index.mjs","module-sync":"./__dev__/execution/index.mjs","node":"./__dev__/execution/index.js","require":"./__dev__/execution/index.js","default":"./__dev__/execution/index.mjs"},"default":{"module":"./execution/index.mjs","bun":"./execution/index.mjs","module-sync":"./execution/index.mjs","node":"./execution/index.js","require":"./execution/index.js","default":"./execution/index.mjs"}},".":{"development":{"module":"./__dev__/index.mjs","bun":"./__dev__/index.mjs","module-sync":"./__dev__/index.mjs","node":"./__dev__/index.js","require":"./__dev__/index.js","default":"./__dev__/index.mjs"},"default":{"module":"./index.mjs","bun":"./index.mjs","module-sync":"./index.mjs","node":"./index.js","require":"./index.js","default":"./index.mjs"}},"./language":{"development":{"module":"./__dev__/language/index.mjs","bun":"./__dev__/language/index.mjs","module-sync":"./__dev__/language/index.mjs","node":"./__dev__/language/index.js","require":"./__dev__/language/index.js","default":"./__dev__/language/index.mjs"},"default":{"module":"./language/index.mjs","bun":"./language/index.mjs","module-sync":"./language/index.mjs","node":"./language/index.js","require":"./language/index.js","default":"./language/index.mjs"}},"./type":{"development":{"module":"./__dev__/type/index.mjs","bun":"./__dev__/type/index.mjs","module-sync":"./__dev__/type/index.mjs","node":"./__dev__/type/index.js","require":"./__dev__/type/index.js","default":"./__dev__/type/index.mjs"},"default":{"module":"./type/index.mjs","bun":"./type/index.mjs","module-sync":"./type/index.mjs","node":"./type/index.js","require":"./type/index.js","default":"./type/index.mjs"}},"./utilities":{"development":{"module":"./__dev__/utilities/index.mjs","bun":"./__dev__/utilities/index.mjs","module-sync":"./__dev__/utilities/index.mjs","node":"./__dev__/utilities/index.js","require":"./__dev__/utilities/index.js","default":"./__dev__/utilities/index.mjs"},"default":{"module":"./utilities/index.mjs","bun":"./utilities/index.mjs","module-sync":"./utilities/index.mjs","node":"./utilities/index.js","require":"./utilities/index.js","default":"./utilities/index.mjs"}},"./validation":{"development":{"module":"./__dev__/validation/index.mjs","bun":"./__dev__/validation/index.mjs","module-sync":"./__dev__/validation/index.mjs","node":"./__dev__/validation/index.js","require":"./__dev__/validation/index.js","default":"./__dev__/validation/index.mjs"},"default":{"module":"./validation/index.mjs","bun":"./validation/index.mjs","module-sync":"./validation/index.mjs","node":"./validation/index.js","require":"./validation/index.js","default":"./validation/index.mjs"}},"./*.js":{"development":{"module":"./__dev__/*.mjs","bun":"./__dev__/*.mjs","module-sync":"./__dev__/*.mjs","node":"./__dev__/*.js","require":"./__dev__/*.js","default":"./__dev__/*.mjs"},"default":{"module":"./*.mjs","bun":"./*.mjs","module-sync":"./*.mjs","node":"./*.js","require":"./*.js","default":"./*.mjs"}},"./*":{"development":{"module":"./__dev__/*.mjs","bun":"./__dev__/*.mjs","module-sync":"./__dev__/*.mjs","node":"./__dev__/*.js","require":"./__dev__/*.js","default":"./__dev__/*.mjs"},"default":{"module":"./*.mjs","bun":"./*.mjs","module-sync":"./*.mjs","node":"./*.js","require":"./*.js","default":"./*.mjs"}}},"readmeFilename":"README.md","gitHead":"43996550b13b9be33ba20e8beee9b69cc5e1dcaa","_id":"graphql@17.0.0-alpha.14","_nodeVersion":"24.14.0","_npmVersion":"11.9.0","dist":{"integrity":"sha512-yahdEhj39zC7KAI4OWLvoNxXozT2P3o4/r1D8ZiQ9dZOtzh47ZLWCkbJroao9WYfE42nKXczLh/uzcT64/W/AA==","shasum":"312846f2811e313b566417188fed4e946f33e5f0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-alpha.14.tgz","fileCount":1634,"unpackedSize":5055364,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/graphql@17.0.0-alpha.14","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICnVsG9A6Mb+8HAtEwRhs9bqTROBmE8H1jeh9zOhyQemAiEAnkAt+tzSpDSiwzWpgNKg/JhjiKKtGml+8ZOZje9jeqk="}],"size":868328},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:c34e1ada-54c3-4c26-a3ca-7ae8a2994f76"}},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"yaacovcr@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_17.0.0-alpha.14_1773236299718_0.476399228880684"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-11T13:38:20.008Z","publish_time":1773236300008,"_source_registry_name":"default","contributors":[]},"16.13.2":{"name":"graphql","version":"16.13.2","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"publishConfig":{"tag":"latest"},"types":"./index.d.ts","_id":"graphql@16.13.2","_integrity":"sha512-5bJ+nf/UCpAjHM8i06fl7eLyVC9iuNAjm9qzkiu2ZGhM0VscSvS6WDPfAwkdkBuoXGM9FJSbKl6wylMwP9Ktig==","_resolved":"/home/runner/work/graphql-js/graphql-js/artifacts/graphql-16.13.2.tgz","_from":"file:artifacts/graphql-16.13.2.tgz","_nodeVersion":"24.14.0","_npmVersion":"11.9.0","dist":{"integrity":"sha512-5bJ+nf/UCpAjHM8i06fl7eLyVC9iuNAjm9qzkiu2ZGhM0VscSvS6WDPfAwkdkBuoXGM9FJSbKl6wylMwP9Ktig==","shasum":"4d2b73df5796b201f1bc2765f5d7067f689cb55f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.13.2.tgz","fileCount":397,"unpackedSize":1413738,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/graphql@16.13.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCdNaUPDKEG+SgVr+xJILButj6VkMHgwVWa3u2euR4GOwIhAOHsx6btW+yqj1m2YziveWmIqt/Qf/6fZQoGlgIRPYBN"}],"size":295155},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:c34e1ada-54c3-4c26-a3ca-7ae8a2994f76"}},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"yaacovcr@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_16.13.2_1774355198044_0.8637213537665493"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-24T12:26:38.243Z","publish_time":1774355198243,"_source_registry_name":"default","contributors":[]},"15.10.2":{"name":"graphql","version":"15.10.2","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","types":"index.d.ts","sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":">= 10.x"},"publishConfig":{"tag":"15.x.x"},"readmeFilename":"README.md","_id":"graphql@15.10.2","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-1PRqdDPAmViWr4h1GVBT8RoPZfWSGZa7kDzleTilOfVIslsgf+cia3Nl95v1KDmR4iERPaT7WzQ+tN4MJmbg3w==","shasum":"f57f8665cea9e77a80264d7eeb0d687079714e78","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-15.10.2.tgz","fileCount":539,"unpackedSize":2136621,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCBRUNXP30duvEll1Fby+ddgOxnwxByg6G1JQImngRpZQIhAP0FVZN7yCoxsq1rksf1QpknVO8zG381Et1tuY/DtexT"}],"size":442781},"_npmUser":{"name":"anonymous","email":"npm@benjiegillam.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"yaacovcr@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_15.10.2_1774362901455_0.3141229720193113"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-24T14:35:01.686Z","publish_time":1774362901686,"_source_registry_name":"default","contributors":[]},"16.14.0":{"name":"graphql","version":"16.14.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","main":"index","module":"index.mjs","typesVersions":{">=4.1.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":false,"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"},"publishConfig":{"tag":"latest"},"types":"./index.d.ts","_id":"graphql@16.14.0","_integrity":"sha512-BBvQ/406p+4CZbTpCbVPSxfzrZrbnuWSP1ELYgyS6B+hNeKzgrdB4JczCa5VZUBQrDa9hUngm0KnexY6pJRN5Q==","_resolved":"/home/runner/work/graphql-js/graphql-js/artifacts/graphql-16.14.0.tgz","_from":"file:artifacts/graphql-16.14.0.tgz","_nodeVersion":"24.14.1","_npmVersion":"11.11.0","dist":{"integrity":"sha512-BBvQ/406p+4CZbTpCbVPSxfzrZrbnuWSP1ELYgyS6B+hNeKzgrdB4JczCa5VZUBQrDa9hUngm0KnexY6pJRN5Q==","shasum":"f1128a74b16a34d1245c8436bb07b488d87b83e1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-16.14.0.tgz","fileCount":397,"unpackedSize":1427353,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/graphql@16.14.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBgHCytPIeB+zbSGLlqb1/EFRZyWUtZgGhn2XN1djnWSAiEAgqitIeLhLwo/sHztn+HnRTMPYm3SGE+6Vawpx3lnGyg="}],"size":297260},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:c34e1ada-54c3-4c26-a3ca-7ae8a2994f76"}},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"yaacovcr@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_16.14.0_1778070706721_0.1887794192185892"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-05-06T12:31:46.906Z","publish_time":1778070706906,"_source_registry_name":"default","contributors":[]},"17.0.0-beta.0":{"name":"graphql","version":"17.0.0-beta.0","description":"A Query Language and Runtime which can target any service.","license":"MIT","typesVersions":{">=4.4.0":{"*":["*"]},"*":{"*":["NotSupportedTSVersion.d.ts"]}},"sideEffects":["__dev__/*"],"homepage":"https://github.com/graphql/graphql-js","bugs":{"url":"https://github.com/graphql/graphql-js/issues"},"repository":{"type":"git","url":"git+https://github.com/graphql/graphql-js.git"},"keywords":["graphql","graphql-js"],"engines":{"node":"^20.0.0 || ^22.0.0 || ^24.0.0 || >=25.0.0"},"publishConfig":{"tag":"beta"},"main":"index.js","module":"index.mjs","types":"index.d.ts","exports":{"./error":{"development":{"module":"./__dev__/error/index.mjs","bun":"./__dev__/error/index.mjs","module-sync":"./__dev__/error/index.mjs","node":"./__dev__/error/index.js","require":"./__dev__/error/index.js","default":"./__dev__/error/index.mjs"},"default":{"module":"./error/index.mjs","bun":"./error/index.mjs","module-sync":"./error/index.mjs","node":"./error/index.js","require":"./error/index.js","default":"./error/index.mjs"}},"./execution":{"development":{"module":"./__dev__/execution/index.mjs","bun":"./__dev__/execution/index.mjs","module-sync":"./__dev__/execution/index.mjs","node":"./__dev__/execution/index.js","require":"./__dev__/execution/index.js","default":"./__dev__/execution/index.mjs"},"default":{"module":"./execution/index.mjs","bun":"./execution/index.mjs","module-sync":"./execution/index.mjs","node":"./execution/index.js","require":"./execution/index.js","default":"./execution/index.mjs"}},".":{"development":{"module":"./__dev__/index.mjs","bun":"./__dev__/index.mjs","module-sync":"./__dev__/index.mjs","node":"./__dev__/index.js","require":"./__dev__/index.js","default":"./__dev__/index.mjs"},"default":{"module":"./index.mjs","bun":"./index.mjs","module-sync":"./index.mjs","node":"./index.js","require":"./index.js","default":"./index.mjs"}},"./language":{"development":{"module":"./__dev__/language/index.mjs","bun":"./__dev__/language/index.mjs","module-sync":"./__dev__/language/index.mjs","node":"./__dev__/language/index.js","require":"./__dev__/language/index.js","default":"./__dev__/language/index.mjs"},"default":{"module":"./language/index.mjs","bun":"./language/index.mjs","module-sync":"./language/index.mjs","node":"./language/index.js","require":"./language/index.js","default":"./language/index.mjs"}},"./type":{"development":{"module":"./__dev__/type/index.mjs","bun":"./__dev__/type/index.mjs","module-sync":"./__dev__/type/index.mjs","node":"./__dev__/type/index.js","require":"./__dev__/type/index.js","default":"./__dev__/type/index.mjs"},"default":{"module":"./type/index.mjs","bun":"./type/index.mjs","module-sync":"./type/index.mjs","node":"./type/index.js","require":"./type/index.js","default":"./type/index.mjs"}},"./utilities":{"development":{"module":"./__dev__/utilities/index.mjs","bun":"./__dev__/utilities/index.mjs","module-sync":"./__dev__/utilities/index.mjs","node":"./__dev__/utilities/index.js","require":"./__dev__/utilities/index.js","default":"./__dev__/utilities/index.mjs"},"default":{"module":"./utilities/index.mjs","bun":"./utilities/index.mjs","module-sync":"./utilities/index.mjs","node":"./utilities/index.js","require":"./utilities/index.js","default":"./utilities/index.mjs"}},"./validation":{"development":{"module":"./__dev__/validation/index.mjs","bun":"./__dev__/validation/index.mjs","module-sync":"./__dev__/validation/index.mjs","node":"./__dev__/validation/index.js","require":"./__dev__/validation/index.js","default":"./__dev__/validation/index.mjs"},"default":{"module":"./validation/index.mjs","bun":"./validation/index.mjs","module-sync":"./validation/index.mjs","node":"./validation/index.js","require":"./validation/index.js","default":"./validation/index.mjs"}},"./*.js":{"development":{"module":"./__dev__/*.mjs","bun":"./__dev__/*.mjs","module-sync":"./__dev__/*.mjs","node":"./__dev__/*.js","require":"./__dev__/*.js","default":"./__dev__/*.mjs"},"default":{"module":"./*.mjs","bun":"./*.mjs","module-sync":"./*.mjs","node":"./*.js","require":"./*.js","default":"./*.mjs"}},"./*":{"development":{"module":"./__dev__/*.mjs","bun":"./__dev__/*.mjs","module-sync":"./__dev__/*.mjs","node":"./__dev__/*.js","require":"./__dev__/*.js","default":"./__dev__/*.mjs"},"default":{"module":"./*.mjs","bun":"./*.mjs","module-sync":"./*.mjs","node":"./*.js","require":"./*.js","default":"./*.mjs"}}},"readmeFilename":"README.md","gitHead":"3b1c8774d311aba160599ccfa158328f311af11b","_id":"graphql@17.0.0-beta.0","_nodeVersion":"24.14.1","_npmVersion":"11.11.0","dist":{"integrity":"sha512-BgC2XzIsib5ZS4PqvSfxcH/zK5/6C3gxAphYuOllBctJZfrTJpL6OiJ9felLqlcFs91gC0rOtuQM4uBnOZcsog==","shasum":"ee8fd8b7fa85035acbd3570e61e44c5e935191a6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/graphql/-/graphql-17.0.0-beta.0.tgz","fileCount":1684,"unpackedSize":5180397,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/graphql@17.0.0-beta.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDMuHMt8HEtMyTbLU8y+6NRPn+FzbFpilonjTzzXwL4qwIhANGOizekjBeyiyDBu5SQ0tBfusHcUzxAd7f5eYob6XUa"}],"size":897785},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:c34e1ada-54c3-4c26-a3ca-7ae8a2994f76"}},"directories":{},"maintainers":[{"name":"anonymous","email":"npm@benjiegillam.com"},{"name":"anonymous","email":"lee@leebyron.com"},{"name":"anonymous","email":"yaacovcr@gmail.com"},{"name":"anonymous","email":"ivan.goncharov.ua@gmail.com"},{"name":"anonymous","email":"mahoney.mattj@gmail.com"},{"name":"anonymous","email":"badurinadenis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/graphql_17.0.0-beta.0_1778160200171_0.401922931413085"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-05-07T13:23:20.410Z","publish_time":1778160200410,"_source_registry_name":"default","contributors":[]}},"dist-tags":{"latest":"16.14.0","beta":"17.0.0-beta.0","rc":"16.0.0-rc.7","alpha":"17.0.0-alpha.14","experimental-stream-defer":"16.1.0-experimental-stream-defer.6","15.x.x":"15.10.2","canary-pr":"16.3.0-canary.pr.3469.bef54ca054e29cae26d2dd974eedf2c12bca7ef4","canary-pr-2839":"17.0.0-alpha.1.canary.pr.2839.db4d0cdea30214fb7bb00724b7827708ca5de8a5","canary-pr-3469":"16.3.0-canary.pr.3469.8212fa925aa1a32715752030913a6e296e8c0fd3","canary-pr-3479":"16.3.0-canary.pr.3479.undefined","canary-pr-3480":"16.3.0-canary.pr.3480.undefined","canary-pr-3481":"16.3.0-canary.pr.3481.undefined","canary-pr-3482":"16.3.0-canary.pr.3482.undefined","canary-pr-3483":"16.3.0-canary.pr.3483.undefined","canary-pr-3484":"16.3.0-canary.pr.3484.b6999ce061b975f1c6c99c790782323b91c5eb21","canary-pr-3485":"16.3.0-canary.pr.3485.3c71ef7dd720383cba84a1637665fc18001c4f32","canary-pr-3486":"16.3.0-canary.pr.3486.c8ac9896696f401b9efffa1806443732cb0a010d","canary-pr-3487":"16.3.0-canary.pr.3487.a0dcf0130ae81994df47049c9233df11516abfcd","canary-pr-3488":"16.3.0-canary.pr.3488.9f7ad13c9ae7289c4d425698bd040d36978ff81a","canary-pr-3489":"16.3.0-canary.pr.3489.568f3378cc3cf660e25d79253cc9a101ae9df4e0","canary-pr-3493":"16.3.0-canary.pr.3493.365426c363b5db8b3278d34deff0d790edcb6fdd","canary-pr-3494":"16.3.0-canary.pr.3494.612fd45b42a5e2aa26d9bd72e1c89d7219620dea","canary-pr-3496":"16.3.0-canary.pr.3496.43a2529cfa6890f5a11867e62c7a817d7879235d","canary-pr-3497":"16.3.0-canary.pr.3497.4a0bc98371a633cf49efc236c1011ca5a955e848","canary-pr-3498":"16.3.0-canary.pr.3498.5fd2797529557639476d5aa24359f97653bcbf22","canary-pr-3499":"16.3.0-canary.pr.3499.ee62926bcf03d7d05ccb227cb7a67338ebab423d","test3":"0.0.1-test.1","canary-pr-3501":"16.3.0-canary.pr.3501.1daccf7bfd7fe9ffeabb319f26aa1b9bf5133e4c","canary-pr-3502":"16.3.0-canary.pr.3502.de9b8457d4a34eb544ff7b97ffacd641c913a2d1","canary-pr-3504":"16.3.0-canary.pr.3504.7c7b6ed1e17e6cf5e114f1a89a24d289fb969aff","canary-pr-3505":"16.3.0-canary.pr.3505.b157d96d56ade071a24a1b0c71334efb9af57689","canary-pr-3418":"16.3.0-canary.pr.3418.662180be9091ee1edf699b4cf4922bd5b7705297","canary-pr-2757":"16.3.0-canary.pr.2757.7e793c133f5b9c47a1b12e98ea3a35b1b1471dc4","canary-pr-3134":"16.3.0-canary.pr.3134.aaacb12ce929a1f2899503018cc6d39a2f83ae28","canary-pr-3506":"16.3.0-canary.pr.3506.be685b29062b443b0962af292fb5c9337331db70","canary-pr-3510":"16.3.0-canary.pr.3510.942fbd8ea3d803e74908fabecbe03dfaefe3e5c8","canary-pr-3512":"16.3.0-canary.pr.3512.a3b8b9e394ae4050a2100de2720f8b3ded0a3e41","canary-pr-3514":"16.3.0-canary.pr.3514.a34e553c7cc83a21ffa73c7bf1a1932007a2606b","canary-pr-3465":"16.3.0-canary.pr.3465.6c6701425310ce7f866ce71628bdf9443ae0f0af","canary-pr-3518":"16.3.0-canary.pr.3518.3a63d81d7ad886f7edc3cab06fd2295b71c91bed","canary-pr-3520":"16.3.0-canary.pr.3520.688c34204fb183f15a334882567d4d6d011cd234","canary-pr-3521":"16.3.0-canary.pr.3521.f50bec8fecfd5aaa7e74227c5a4b9056dae9e849","canary-pr-3601":"17.0.0-alpha.1.canary.pr.3601.9a812ce71ad05c9dc089b40129f8295ca733e108","canary-pr-3658":"17.0.0-alpha.1.canary.pr.3658.null","canary-pr-3659":"17.0.0-alpha.1.canary.pr.3659.cef660554446d49cec9a0958afb9690dd0b19193","canary-pr-3651":"17.0.0-alpha.1.canary.pr.3651.57364d3f9da445b2bba520d3b886e07dc2af10e2","canary-pr-3673":"17.0.0-alpha.1.canary.pr.3673.53c289997f206acd10388d6a574341c68cc1a30e","canary-pr-3686":"16.5.0-canary.pr.3686.d9ad8e3fd58929d38deea522d794a6b22d3244b5","canary-pr-3703":"17.0.0-alpha.1.canary.pr.3703.df016a7b352e356ad0049dd81e2cd14252cec5fe","canary-pr-3361":"17.0.0-alpha.1.canary.pr.3361.04ab27334641e170ce0e05bc927b972991953882","canary-pr-3791":"17.0.0-alpha.3.canary.pr.3791.4a8f641106bee54f1e4a4de4bf59c49976541b00","canary-pr-3754":"17.0.0-alpha.2.canary.pr.3754.1564174b0dc26e0adf7ff2833716d06606b06a20","canary-pr-3911":"17.0.0-alpha.2.canary.pr.3911.a281faf70fee4ba1522af45cf15f41a899c723c4","canary-pr-3937":"17.0.0-alpha.2.canary.pr.3937.8e773a04d8041ffc00a1550e8c6688e01ba11832","canary-pr-3957":"17.0.0-alpha.2.canary.pr.3957.454033bcee41c456acce935e49e3e420b75115e4","canary-pr-3969":"17.0.0-alpha.3.canary.pr.3969.83688beb16ecba5a0495158c3c2b3684730579bf","canary-pr-4002":"17.0.0-alpha.3.canary.pr.4002.b3f6af2e83280d7830b2a01265e0977b7b68e2f4","canary-pr-4026":"17.0.0-alpha.3.canary.pr.4026.d2f30cc0780dd436b1a05aa23dfa28c83da7d033","canary-pr-4032":"17.0.0-alpha.3.canary.pr.4032.8bcdcea90e0a24432a78270866c27e0db6a2ae4d","canary-pr-4035":"17.0.0-alpha.3.canary.pr.4035.3404abc2382e32f6a3ab26f08a9ed54554678fa9","canary-pr-4097":"17.0.0-alpha.3.canary.pr.4097.291dd92c9059c6bcc88ff1fa21058a8ac519cf83","canary-pr-4159":"16.9.0-canary.pr.4159.0fa29326c53fcd63c6473c7357c28aa13fa0019d","canary-pr-4153":"17.0.0-alpha.5.canary.pr.4153.d5c18bebb93273daf40fce67daa1babc430a2ce2","canary-pr-4192":"16.10.0-canary.pr.4192.22fb497360b20aa7bf7c12aa87d2420ff394b3a0","canary-pr-4288":"17.0.0-alpha.7.canary.pr.4288.b96419eebb37a65c76964ccd0994ab9d3b4e8215","canary-pr-4297":"17.0.0-alpha.7.canary.pr.4297.42bcd01f7c733e255ff9eab84ec8d7500dfd208a","canary-pr-4319":"17.0.0-alpha.7.canary.pr.4319.abe5e8e0bb4a916f37d6d1b7fdcf128155a24a46","v15.x.x":"15.10.0","canary-pr-4364":"16.11.0-canary.pr.4364.2b4ffe237616247a733274dfdcb404c3d55d9f02","canary-pr-4359":"16.10.0-canary.pr.4359.9fe5229b2fc30d3e5b07a6b00693fac42b649fdd","canary-pr-4384":"16.11.0-canary.pr.4384.c095a7b7d5dc33c988f84f0c921ae2f74bb710e6"},"name":"graphql","time":{"modified":"2026-05-07T13:23:51.909Z","created":"2022-01-26T16:04:37.762Z","0.0.1":"2015-02-04T00:26:38.493Z","0.0.2":"2015-02-04T01:41:22.165Z","0.1.0":"2015-07-02T09:23:34.329Z","0.1.1":"2015-07-02T20:57:08.033Z","0.1.2":"2015-07-04T23:36:14.476Z","0.1.3":"2015-07-07T03:25:53.366Z","0.1.4":"2015-07-14T22:22:28.028Z","0.1.5":"2015-07-17T01:45:32.271Z","0.1.6":"2015-07-17T06:02:51.331Z","0.1.7":"2015-07-23T19:53:42.620Z","0.1.8":"2015-07-23T22:22:58.769Z","0.1.9":"2015-07-27T23:23:31.834Z","0.1.10":"2015-07-27T23:37:02.303Z","0.1.11":"2015-07-28T03:01:42.371Z","0.1.12":"2015-07-28T03:07:50.868Z","0.2.0":"2015-07-31T01:02:59.691Z","0.2.1":"2015-07-31T02:13:17.709Z","0.2.2":"2015-07-31T04:25:52.948Z","0.2.3":"2015-08-02T09:22:18.285Z","0.2.4":"2015-08-03T20:24:29.868Z","0.2.5":"2015-08-06T17:41:12.814Z","0.2.6":"2015-08-07T21:24:19.029Z","0.3.0":"2015-08-12T01:36:52.872Z","0.4.0":"2015-08-14T04:42:46.115Z","0.4.1":"2015-08-14T08:37:52.356Z","0.4.2":"2015-08-14T09:31:04.040Z","0.4.3":"2015-09-02T02:36:25.223Z","0.4.4":"2015-09-14T19:22:24.712Z","0.4.5":"2015-10-01T01:49:45.783Z","0.4.6":"2015-10-02T03:00:24.375Z","0.4.7":"2015-10-02T03:18:27.533Z","0.4.8":"2015-10-21T00:04:34.632Z","0.4.9":"2015-10-22T05:56:16.616Z","0.4.10":"2015-10-27T02:32:28.689Z","0.4.11":"2015-10-27T02:58:17.464Z","0.4.12":"2015-10-27T04:00:02.934Z","0.4.13":"2015-11-17T20:14:55.284Z","0.4.14":"2015-12-01T08:19:05.296Z","0.4.15":"2016-02-03T01:18:20.619Z","0.4.16":"2016-02-03T06:03:10.875Z","0.4.17":"2016-02-09T08:27:24.628Z","0.4.18":"2016-02-18T01:49:50.947Z","0.5.0-beta.1":"2016-04-05T05:32:08.445Z","0.5.0":"2016-04-08T01:37:55.437Z","0.6.0":"2016-05-10T22:00:18.654Z","0.6.1":"2016-07-06T23:20:58.046Z","0.6.2":"2016-07-21T21:06:12.374Z","0.7.0":"2016-08-25T23:31:53.332Z","0.7.1":"2016-09-29T01:57:43.324Z","0.7.2":"2016-10-10T18:14:07.857Z","0.8.0-beta1":"2016-11-03T05:29:49.947Z","0.8.0-beta2":"2016-11-04T00:14:55.759Z","0.8.0-beta3":"2016-11-04T00:18:35.064Z","0.8.0":"2016-11-10T19:25:48.565Z","0.8.1":"2016-11-11T22:04:00.000Z","0.8.2":"2016-11-16T02:13:12.671Z","0.9.0":"2017-01-24T20:37:47.990Z","0.9.1":"2017-01-26T21:28:58.133Z","0.9.2":"2017-03-31T17:16:19.384Z","0.9.3":"2017-04-12T17:38:12.469Z","0.9.4":"2017-04-28T00:04:30.056Z","0.9.5":"2017-04-29T02:33:51.567Z","0.9.6":"2017-05-02T00:22:14.084Z","0.10.0":"2017-05-25T21:27:44.566Z","0.10.1":"2017-05-26T22:19:34.979Z","0.10.2":"2017-06-20T20:37:23.513Z","0.10.3":"2017-06-20T21:01:25.657Z","0.10.4":"2017-07-14T22:18:23.404Z","0.10.5":"2017-07-17T17:15:36.963Z","0.11.0":"2017-08-25T20:19:40.167Z","0.11.1":"2017-08-26T01:00:19.674Z","0.11.2":"2017-08-29T14:06:46.720Z","0.11.3":"2017-09-06T05:33:19.254Z","0.11.4":"2017-09-26T19:25:28.530Z","0.11.5":"2017-09-29T05:10:02.134Z","0.11.6":"2017-09-29T16:43:45.575Z","0.11.7":"2017-10-03T18:21:59.430Z","0.12.0":"2017-12-16T02:39:47.348Z","0.12.1":"2017-12-17T02:42:28.232Z","0.12.2":"2017-12-17T04:17:50.297Z","0.12.3":"2017-12-17T04:35:04.749Z","0.13.0-rc.1":"2018-01-29T22:03:42.380Z","0.13.0":"2018-02-07T19:14:08.753Z","0.13.1":"2018-02-15T22:57:05.548Z","0.13.2":"2018-03-16T20:59:48.546Z","14.0.0-rc.1":"2018-06-08T04:37:50.547Z","14.0.0-rc.2":"2018-06-08T21:02:21.748Z","14.0.0":"2018-08-30T17:22:47.147Z","14.0.1":"2018-09-06T21:01:45.725Z","14.0.2":"2018-09-06T21:11:47.089Z","14.1.0":"2019-01-15T23:24:22.420Z","14.1.1":"2019-01-16T19:18:36.465Z","14.2.0":"2019-03-26T19:15:52.625Z","14.2.1":"2019-03-31T12:14:36.906Z","14.3.0":"2019-05-07T10:17:27.006Z","14.3.1":"2019-05-23T17:11:27.199Z","14.4.0":"2019-06-26T18:30:52.519Z","14.4.1":"2019-06-28T22:36:38.783Z","14.4.2":"2019-07-03T15:00:19.793Z","14.5.0":"2019-08-22T11:59:18.044Z","14.5.1":"2019-08-23T16:25:18.890Z","14.5.2":"2019-08-23T22:53:41.260Z","14.5.3":"2019-08-24T00:43:05.809Z","14.5.4":"2019-08-29T12:44:16.302Z","14.5.5":"2019-09-13T15:23:48.925Z","14.5.6":"2019-09-15T16:50:25.043Z","14.5.7":"2019-09-20T18:06:13.535Z","14.5.8":"2019-09-25T14:02:37.883Z","15.0.0-alpha.1":"2019-10-14T19:11:07.827Z","15.0.0-alpha.2":"2019-12-29T07:59:58.520Z","15.0.0-rc.1":"2020-01-06T11:59:27.160Z","14.6.0":"2020-01-26T16:25:06.191Z","15.0.0-rc.2":"2020-02-10T16:06:00.631Z","15.0.0":"2020-04-02T15:14:24.856Z","15.1.0":"2020-06-07T16:42:53.015Z","14.7.0":"2020-07-06T16:56:10.444Z","15.3.0":"2020-07-05T19:15:20.148Z","15.2.0":"2020-06-29T12:06:55.932Z","15.4.0-experimental-stream-defer.1":"2020-10-28T14:50:50.882Z","15.4.0":"2020-10-26T16:37:31.242Z","15.5.0":"2021-01-26T17:25:50.170Z","16.0.0-alpha.1":"2021-05-14T13:26:42.288Z","16.0.0-alpha.2":"2021-05-25T00:47:49.808Z","16.0.0-alpha.3":"2021-06-03T23:00:13.455Z","16.0.0-alpha.4":"2021-06-14T08:47:45.794Z","16.0.0-alpha.3.experimental-stream-defer.2":"2021-06-04T15:53:05.616Z","15.5.1":"2021-06-20T14:23:09.468Z","16.0.0-alpha.5":"2021-06-20T09:03:39.129Z","15.5.2":"2021-08-30T15:19:45.108Z","16.0.0-rc.2.experimental-stream-defer.3":"2021-08-30T14:06:45.372Z","16.0.0-rc.2":"2021-08-30T13:35:06.838Z","16.0.0-rc.1":"2021-08-26T11:06:19.781Z","15.5.3":"2021-09-06T04:21:30.101Z","15.6.0":"2021-09-20T16:44:21.816Z","16.0.0-rc.3":"2021-10-05T17:09:59.339Z","15.6.1":"2021-10-05T12:04:20.092Z","16.0.0-rc.4":"2021-10-13T12:10:05.682Z","16.0.0-rc.5":"2021-10-18T12:43:20.308Z","16.0.0-rc.6":"2021-10-23T12:36:27.281Z","16.0.0-rc.7.experimental-stream-defer.4":"2021-10-27T16:16:12.682Z","15.7.1":"2021-10-27T15:38:51.158Z","16.0.0-rc.7":"2021-10-27T13:29:22.377Z","15.7.0":"2021-10-26T20:03:09.841Z","16.0.0-experimental-stream-defer.5":"2021-10-28T21:04:14.962Z","16.0.0":"2021-10-28T19:55:08.577Z","15.7.2":"2021-10-28T14:46:29.317Z","16.0.1":"2021-11-01T21:09:28.536Z","16.1.0-experimental-stream-defer.6":"2021-12-07T21:35:48.412Z","16.1.0":"2021-12-07T21:24:42.895Z","15.8.0":"2021-12-07T12:17:43.375Z","16.2.0":"2021-12-17T14:57:40.667Z","16.3.0-canary.pr.3484.b6999ce061b975f1c6c99c790782323b91c5eb21":"2022-02-05T13:40:57.119Z","16.3.0-canary.pr.3483.undefined":"2022-02-05T13:19:31.016Z","16.3.0-canary.pr.3482.undefined":"2022-02-05T10:15:39.249Z","16.3.0-canary.pr.3481.undefined":"2022-02-05T10:00:11.737Z","16.3.0-canary.pr.3480.undefined":"2022-02-04T14:52:41.887Z","16.3.0-canary.pr.3479.undefined":"2022-02-04T14:51:02.061Z","16.3.0-canary.pr.3469.8212fa925aa1a32715752030913a6e296e8c0fd3":"2022-02-02T13:50:19.750Z","16.3.0-canary.pr.3469.bc0462e3d100314d7aa00049d2c15cbb58d8b3d8":"2022-02-02T13:14:39.189Z","16.3.0-canary.pr.3469.bef54ca054e29cae26d2dd974eedf2c12bca7ef4":"2022-02-02T11:15:24.367Z","16.3.0":"2022-01-26T16:33:38.372Z","16.3.0-canary.pr.3485.d71879afe1f1411b80adcbfe33bd95ab57e7fc11":"2022-02-07T10:09:44.290Z","16.3.0-canary.pr.3485.3c71ef7dd720383cba84a1637665fc18001c4f32":"2022-02-07T10:14:26.107Z","16.3.0-canary.pr.3486.c8ac9896696f401b9efffa1806443732cb0a010d":"2022-02-07T17:04:54.727Z","16.3.0-canary.pr.2839.7e65b1d8e7b5bf1ef1592babff40b9873198a741":"2022-02-07T21:28:09.646Z","16.3.0-canary.pr.3487.8c9c7200bf3db49bf1c32055d60fdd5ea3089add":"2022-02-08T14:52:04.523Z","16.3.0-canary.pr.3487.a0dcf0130ae81994df47049c9233df11516abfcd":"2022-02-09T09:50:22.797Z","16.3.0-canary.pr.3488.0d90f0c792c9d223b5505d3cc0d9a8519bb2883a":"2022-02-09T13:48:59.756Z","16.3.0-canary.pr.3488.9f7ad13c9ae7289c4d425698bd040d36978ff81a":"2022-02-09T13:49:13.658Z","16.3.0-canary.pr.3489.568f3378cc3cf660e25d79253cc9a101ae9df4e0":"2022-02-09T14:32:57.467Z","16.3.0-canary.pr.3482.e5eb0dafc74d537a1e07c6a2cc15afdc1431537f":"2022-02-10T17:55:51.026Z","0.0.1-test.1":"2022-02-10T20:17:56.227Z","16.3.0-canary.pr.3493.365426c363b5db8b3278d34deff0d790edcb6fdd":"2022-02-10T20:45:23.546Z","16.3.0-canary.pr.3494.612fd45b42a5e2aa26d9bd72e1c89d7219620dea":"2022-02-11T04:26:27.920Z","16.3.0-canary.pr.3496.43a2529cfa6890f5a11867e62c7a817d7879235d":"2022-02-11T17:42:10.424Z","16.3.0-canary.pr.3482.7777ea054008ac921136cf694d64041494250def":"2022-02-11T17:49:03.797Z","16.3.0-canary.pr.3497.4a0bc98371a633cf49efc236c1011ca5a955e848":"2022-02-12T13:49:14.000Z","16.3.0-canary.pr.3498.5fd2797529557639476d5aa24359f97653bcbf22":"2022-02-12T13:55:57.994Z","16.3.0-canary.pr.3482.6f2ec221eab5916d6d7bbfc6167256477bd35c45":"2022-02-12T14:07:03.481Z","16.3.0-canary.pr.3499.ee62926bcf03d7d05ccb227cb7a67338ebab423d":"2022-02-14T16:31:53.641Z","16.3.0-canary.pr.3501.1daccf7bfd7fe9ffeabb319f26aa1b9bf5133e4c":"2022-02-15T14:32:37.441Z","16.3.0-canary.pr.3502.de9b8457d4a34eb544ff7b97ffacd641c913a2d1":"2022-02-16T15:03:14.408Z","16.3.0-canary.pr.3494.25e1e8c8de6b13288ac61febf75d6f415f81a044":"2022-02-17T12:44:50.441Z","16.3.0-canary.pr.3504.7c7b6ed1e17e6cf5e114f1a89a24d289fb969aff":"2022-02-18T19:17:09.298Z","16.3.0-canary.pr.3505.9190e5ce1cc557931a15ca1f7b15586f033c8a02":"2022-02-20T23:23:48.614Z","16.3.0-canary.pr.3505.b157d96d56ade071a24a1b0c71334efb9af57689":"2022-02-21T11:23:39.644Z","16.3.0-canary.pr.3418.64c65ba6a2e7e923ed9a476c945f3c72da7a6c7f":"2022-02-22T21:19:14.538Z","16.3.0-canary.pr.3418.662180be9091ee1edf699b4cf4922bd5b7705297":"2022-02-23T17:13:46.403Z","16.3.0-canary.pr.3134.aaacb12ce929a1f2899503018cc6d39a2f83ae28":"2022-02-23T17:41:58.532Z","16.3.0-canary.pr.2757.7e793c133f5b9c47a1b12e98ea3a35b1b1471dc4":"2022-02-23T17:42:56.479Z","16.3.0-canary.pr.2839.0f282a62cbd565b6e8682f6c1e8c49ac075ac257":"2022-02-23T17:43:02.155Z","16.3.0-canary.pr.2839.f76ee8fd7af45d88a33dfc674f2a71d505d2d9b1":"2022-02-23T18:44:00.530Z","16.3.0-canary.pr.2839.3405bedecf6a15ea89f64d6a86d84234a3c0cf7b":"2022-02-23T21:44:28.157Z","16.3.0-canary.pr.3506.be685b29062b443b0962af292fb5c9337331db70":"2022-02-26T02:38:53.564Z","16.3.0-canary.pr.2839.5c5e3621fdc4e4ee4e7f781962fe4a99319d6ac0":"2022-03-07T21:18:43.713Z","16.3.0-canary.pr.2839.9c3b21ca34d760070b76424327061e6b4ad26f05":"2022-03-07T21:35:38.862Z","16.3.0-canary.pr.3510.942fbd8ea3d803e74908fabecbe03dfaefe3e5c8":"2022-03-14T02:52:59.763Z","16.3.0-canary.pr.3510.5099f4491dc2a35a3e4a0270a55e2a228c15f13b":"2022-03-14T18:18:22.629Z","16.3.0-canary.pr.3512.a3b8b9e394ae4050a2100de2720f8b3ded0a3e41":"2022-03-18T04:59:51.545Z","16.3.0-canary.pr.3514.a34e553c7cc83a21ffa73c7bf1a1932007a2606b":"2022-03-20T10:23:46.572Z","16.3.0-canary.pr.3465.6c6701425310ce7f866ce71628bdf9443ae0f0af":"2022-03-23T12:57:42.096Z","16.3.0-canary.pr.3518.3a63d81d7ad886f7edc3cab06fd2295b71c91bed":"2022-03-23T17:49:45.915Z","16.3.0-canary.pr.3520.688c34204fb183f15a334882567d4d6d011cd234":"2022-03-25T23:42:08.119Z","16.3.0-canary.pr.3521.f50bec8fecfd5aaa7e74227c5a4b9056dae9e849":"2022-03-26T17:22:56.530Z","16.3.0-canary.pr.2839.aab5478afb03155d26abbee8ad8fa34841ee3be3":"2022-04-18T19:27:02.330Z","16.3.0-canary.pr.2839.09322403ecf6640bfc695dab3ffe5e98f611911d":"2022-04-22T12:49:43.428Z","16.4.0":"2022-04-25T13:31:24.762Z","16.4.0-canary.pr.2839.e3a8069cfaa6406186314b62aced6487f417a2e6":"2022-04-27T18:50:25.678Z","16.5.0":"2022-05-09T16:32:36.408Z","17.0.0-alpha.1":"2022-05-19T18:49:29.723Z","17.0.0-alpha.1.canary.pr.3601.9a812ce71ad05c9dc089b40129f8295ca733e108":"2022-05-20T07:17:54.072Z","17.0.0-alpha.1.canary.pr.2839.db4d0cdea30214fb7bb00724b7827708ca5de8a5":"2022-05-23T18:44:15.244Z","17.0.0-alpha.1.canary.pr.3658.null":"2022-06-22T12:43:55.635Z","17.0.0-alpha.1.canary.pr.3659.cef660554446d49cec9a0958afb9690dd0b19193":"2022-06-23T19:07:30.421Z","17.0.0-alpha.1.canary.pr.3651.57364d3f9da445b2bba520d3b886e07dc2af10e2":"2022-07-06T16:54:28.132Z","17.0.0-alpha.1.canary.pr.3673.53c289997f206acd10388d6a574341c68cc1a30e":"2022-07-12T18:49:52.923Z","16.5.0-canary.pr.3686.d9ad8e3fd58929d38deea522d794a6b22d3244b5":"2022-08-02T11:35:09.040Z","17.0.0-alpha.1.canary.pr.3659.735abf5edacd99b712ddb40d89bd8b213640eb07":"2022-08-16T19:10:41.853Z","16.6.0":"2022-08-16T19:26:38.481Z","17.0.0-alpha.1.canary.pr.3703.fce1b706e279820c9612ad3061b740b831f17672":"2022-08-23T14:21:39.141Z","17.0.0-alpha.1.canary.pr.3703.9360805de6310b453b76a53431f921b44a76c2f9":"2022-08-23T19:23:34.525Z","17.0.0-alpha.1.canary.pr.3703.df016a7b352e356ad0049dd81e2cd14252cec5fe":"2022-08-23T23:31:19.241Z","17.0.0-alpha.1.canary.pr.3659.5dba20aef36112d13569d5f296ef967383e60d0f":"2022-08-25T12:22:26.638Z","17.0.0-alpha.1.canary.pr.3361.04ab27334641e170ce0e05bc927b972991953882":"2022-09-20T19:44:19.263Z","17.0.0-alpha.2":"2022-09-22T12:00:46.460Z","17.0.0-alpha.2.canary.pr.3791.264f22163eb937ff87a420be9f7d45965f2cbf07":"2022-12-01T09:32:12.415Z","17.0.0-alpha.2.canary.pr.3754.1564174b0dc26e0adf7ff2833716d06606b06a20":"2022-12-27T10:19:09.260Z","17.0.0-alpha.2.canary.pr.3791.e6d3ec58026d75b71b7b84c3da5f376ec7eeca94":"2023-02-07T07:46:18.002Z","17.0.0-alpha.2.canary.pr.3791.22288c73e61ad3ca68687546f2058561e41fcc93":"2023-02-19T13:34:06.072Z","16.7.0":"2023-06-21T16:35:36.612Z","16.7.1":"2023-06-22T17:14:26.048Z","16.8.0":"2023-08-14T19:35:52.486Z","17.0.0-alpha.2.canary.pr.3911.a281faf70fee4ba1522af45cf15f41a899c723c4":"2023-08-28T21:13:29.981Z","17.0.0-alpha.2.canary.pr.3937.8e773a04d8041ffc00a1550e8c6688e01ba11832":"2023-08-29T09:43:58.373Z","17.0.0-alpha.2.canary.pr.3957.454033bcee41c456acce935e49e3e420b75115e4":"2023-09-01T19:46:27.624Z","17.0.0-alpha.3":"2023-09-06T16:11:24.659Z","16.8.1":"2023-09-19T07:25:55.058Z","17.0.0-alpha.3.canary.pr.3969.83688beb16ecba5a0495158c3c2b3684730579bf":"2023-10-07T22:57:32.927Z","17.0.0-alpha.3.canary.pr.3791.4a8f641106bee54f1e4a4de4bf59c49976541b00":"2023-10-14T08:11:40.907Z","17.0.0-alpha.3.canary.pr.4002.b3f6af2e83280d7830b2a01265e0977b7b68e2f4":"2024-02-01T10:27:01.486Z","17.0.0-alpha.3.canary.pr.4026.5922420b3b235970ee230497190e28c8290c8f16":"2024-03-12T04:13:23.442Z","17.0.0-alpha.3.canary.pr.4026.5e657d31b3abdc38acd6bb21c50ed3a41aa33905":"2024-03-17T15:37:43.403Z","17.0.0-alpha.3.canary.pr.4026.74aa85f56dea9ab9feb4445165eb0e2347ea674f":"2024-03-19T08:14:43.895Z","17.0.0-alpha.3.canary.pr.4026.d2f30cc0780dd436b1a05aa23dfa28c83da7d033":"2024-03-19T08:21:11.356Z","17.0.0-alpha.3.canary.pr.4032.4fb41fe3e1f2b4b27437138d6d7d4763c1992e7a":"2024-03-21T11:05:36.696Z","17.0.0-alpha.3.canary.pr.4035.3404abc2382e32f6a3ab26f08a9ed54554678fa9":"2024-03-27T18:02:25.594Z","17.0.0-alpha.3.canary.pr.4032.8bcdcea90e0a24432a78270866c27e0db6a2ae4d":"2024-03-27T20:07:49.404Z","17.0.0-alpha.3.canary.pr.4026.1140ceffaf9629dd46a16d4fd28479240752f6eb":"2024-03-28T20:01:00.544Z","17.0.0-alpha.3.canary.pr.4026.405885d861f562a160f9e92d0be418d819312016":"2024-03-28T21:41:35.856Z","17.0.0-alpha.3.canary.pr.4097.291dd92c9059c6bcc88ff1fa21058a8ac519cf83":"2024-06-04T08:29:29.101Z","16.8.2":"2024-06-12T14:28:33.735Z","17.0.0-alpha.4":"2024-06-21T13:14:07.837Z","17.0.0-alpha.5":"2024-06-21T13:47:46.778Z","16.9.0":"2024-06-21T14:55:19.936Z","15.9.0":"2024-06-21T15:08:03.281Z","16.9.0-canary.pr.4159.0fa29326c53fcd63c6473c7357c28aa13fa0019d":"2024-08-13T05:03:36.558Z","17.0.0-alpha.5.canary.pr.4153.4ff43175428332c954563050819fcb612e19ca41":"2024-08-13T18:09:51.487Z","17.0.0-alpha.6":"2024-08-13T18:24:25.150Z","17.0.0-alpha.5.canary.pr.4153.d5c18bebb93273daf40fce67daa1babc430a2ce2":"2024-08-13T23:28:25.780Z","17.0.0-alpha.7":"2024-08-14T09:31:25.114Z","16.9.0-canary.pr.4192.1813397076f44a55e5798478e7321db9877de97a":"2024-09-14T18:47:50.724Z","17.0.0-alpha.7.canary.pr.4288.b96419eebb37a65c76964ccd0994ab9d3b4e8215":"2024-11-13T11:13:41.618Z","17.0.0-alpha.7.canary.pr.4297.1ef860e11444e48f590000a92cfbe80a73ae7156":"2024-11-26T10:11:34.777Z","17.0.0-alpha.7.canary.pr.4297.096937aa86603f461be857eae48d8b2061b39e26":"2024-11-26T11:23:06.919Z","17.0.0-alpha.7.canary.pr.4297.06006bf6f8de51bb2fa9e99caedfed1c13236037":"2024-11-26T11:34:31.782Z","17.0.0-alpha.7.canary.pr.4297.42bcd01f7c733e255ff9eab84ec8d7500dfd208a":"2024-11-26T11:44:14.972Z","16.10.0":"2024-12-15T10:35:18.376Z","15.10.0":"2025-01-13T17:48:37.212Z","17.0.0-alpha.7.canary.pr.4319.e7cfada212d5cdd7dc09890bef82ac9da32026eb":"2025-01-13T22:12:48.204Z","15.10.1":"2025-01-14T08:37:16.166Z","17.0.0-alpha.7.canary.pr.4319.55799077dbb6c5ab0c33471482a66b91f048a516":"2025-01-14T12:02:26.441Z","17.0.0-alpha.7.canary.pr.4319.09f8d400782ed385ec6f8fb9d151e221414af613":"2025-01-14T12:47:29.426Z","17.0.0-alpha.7.canary.pr.4319.abe5e8e0bb4a916f37d6d1b7fdcf128155a24a46":"2025-01-21T08:20:32.595Z","17.0.0-alpha.8":"2025-02-06T16:57:10.081Z","16.10.0-canary.pr.4364.6b142546832c1283b535908fb8c9a171b2f7cc20":"2025-03-27T18:14:06.401Z","16.10.0-canary.pr.4192.22fb497360b20aa7bf7c12aa87d2420ff394b3a0":"2025-03-27T18:14:50.350Z","16.10.0-canary.pr.4359.9fe5229b2fc30d3e5b07a6b00693fac42b649fdd":"2025-04-03T13:22:03.303Z","16.11.0":"2025-04-26T08:02:28.166Z","16.11.0-canary.pr.4364.2b4ffe237616247a733274dfdcb404c3d55d9f02":"2025-04-30T13:40:26.193Z","16.11.0-canary.pr.4384.c095a7b7d5dc33c988f84f0c921ae2f74bb710e6":"2025-05-01T08:58:49.131Z","17.0.0-alpha.9":"2025-06-11T16:35:24.607Z","16.12.0":"2025-11-01T14:16:23.137Z","16.13.0":"2026-02-24T09:33:22.746Z","17.0.0-alpha.10":"2026-02-24T12:00:11.844Z","17.0.0-alpha.11":"2026-03-02T15:22:09.423Z","16.13.1":"2026-03-04T09:49:03.222Z","17.0.0-alpha.12":"2026-03-10T10:16:22.616Z","17.0.0-alpha.13":"2026-03-10T15:15:52.251Z","17.0.0-alpha.14":"2026-03-11T13:38:20.008Z","16.13.2":"2026-03-24T12:26:38.243Z","15.10.2":"2026-03-24T14:35:01.686Z","16.14.0":"2026-05-06T12:31:46.906Z","17.0.0-beta.0":"2026-05-07T13:23:20.410Z"},"readme":"[![GraphQLConf 2025 Banner: September 08-10, Amsterdam. Hosted by the GraphQL Foundation](./assets/graphql-conf-2025.png)](https://graphql.org/conf/2025/?utm_source=github&utm_medium=graphql_js&utm_campaign=readme)\n\n# GraphQL.js\n\nThe JavaScript reference implementation for GraphQL, a query language for APIs created by Facebook.\n\n[![npm version](https://badge.fury.io/js/graphql.svg)](https://badge.fury.io/js/graphql)\n[![Build Status](https://github.com/graphql/graphql-js/workflows/CI/badge.svg?branch=main)](https://github.com/graphql/graphql-js/actions?query=branch%3Amain)\n[![Coverage Status](https://codecov.io/gh/graphql/graphql-js/branch/main/graph/badge.svg)](https://codecov.io/gh/graphql/graphql-js)\n\nSee more complete documentation at https://graphql.org/ and\nhttps://graphql.org/graphql-js/.\n\nLooking for help? Find resources [from the community](https://graphql.org/community/).\n\n## Getting Started\n\nA general overview of GraphQL is available in the\n[README](https://github.com/graphql/graphql-spec/blob/main/README.md) for the\n[Specification for GraphQL](https://github.com/graphql/graphql-spec). That overview\ndescribes a simple set of GraphQL examples that exist as [tests](src/__tests__)\nin this repository. A good way to get started with this repository is to walk\nthrough that README and the corresponding tests in parallel.\n\n### Using GraphQL.js\n\nInstall GraphQL.js from npm\n\nWith npm:\n\n```sh\nnpm install --save graphql\n```\n\nor using yarn:\n\n```sh\nyarn add graphql\n```\n\nGraphQL.js provides two important capabilities: building a type schema and\nserving queries against that type schema.\n\nFirst, build a GraphQL type schema which maps to your codebase.\n\n```js\nimport {\n  graphql,\n  GraphQLSchema,\n  GraphQLObjectType,\n  GraphQLString,\n} from 'graphql';\n\nvar schema = new GraphQLSchema({\n  query: new GraphQLObjectType({\n    name: 'RootQueryType',\n    fields: {\n      hello: {\n        type: GraphQLString,\n        resolve() {\n          return 'world';\n        },\n      },\n    },\n  }),\n});\n```\n\nThis defines a simple schema, with one type and one field, that resolves\nto a fixed value. The `resolve` function can return a value, a promise,\nor an array of promises. A more complex example is included in the top-level [tests](src/__tests__) directory.\n\nThen, serve the result of a query against that type schema.\n\n```js\nvar source = '{ hello }';\n\ngraphql({ schema, source }).then((result) => {\n  // Prints\n  // {\n  //   data: { hello: \"world\" }\n  // }\n  console.log(result);\n});\n```\n\nThis runs a query fetching the one field defined. The `graphql` function will\nfirst ensure the query is syntactically and semantically valid before executing\nit, reporting errors otherwise.\n\n```js\nvar source = '{ BoyHowdy }';\n\ngraphql({ schema, source }).then((result) => {\n  // Prints\n  // {\n  //   errors: [\n  //     { message: 'Cannot query field BoyHowdy on RootQueryType',\n  //       locations: [ { line: 1, column: 3 } ] }\n  //   ]\n  // }\n  console.log(result);\n});\n```\n\n**Note**: Please don't forget to set `NODE_ENV=production` if you are running a production server. It will disable some checks that can be useful during development but will significantly impact performance.\n\n## Want to ride the bleeding edge?\n\nThe `npm` branch in this repository is automatically maintained to be the last\ncommit to `main` to pass all tests, in the same form found on npm. It is\nrecommended to use builds deployed to npm for many reasons, but if you want to use\nthe latest not-yet-released version of graphql-js, you can do so by depending\ndirectly on this branch:\n\n```\nnpm install graphql@git://github.com/graphql/graphql-js.git#npm\n```\n\n### Experimental features\n\nEach release of GraphQL.js will be accompanied by an experimental release containing support for the `@defer` and `@stream` directive proposal. We are hoping to get community feedback on these releases before the proposal is accepted into the GraphQL specification. You can use this experimental release of GraphQL.js by adding the following to your project's `package.json` file.\n\n```\n\"graphql\": \"experimental-stream-defer\"\n```\n\nCommunity feedback on this experimental release is much appreciated and can be provided on the [issue created for this purpose](https://github.com/graphql/graphql-js/issues/2848).\n\n## Using in a Browser\n\nGraphQL.js is a general-purpose library and can be used both in a Node server\nand in the browser. As an example, the [GraphiQL](https://github.com/graphql/graphiql/)\ntool is built with GraphQL.js!\n\nBuilding a project using GraphQL.js with [webpack](https://webpack.js.org) or\n[rollup](https://github.com/rollup/rollup) should just work and only include\nthe portions of the library you use. This works because GraphQL.js is distributed\nwith both CommonJS (`require()`) and ESModule (`import`) files. Ensure that any\ncustom build configurations look for `.mjs` files!\n\n## Contributing\n\nWe actively welcome pull requests. Learn how to [contribute](./.github/CONTRIBUTING.md).\n\nThis repository is managed by EasyCLA. Project participants must sign the free ([GraphQL Specification Membership agreement](https://preview-spec-membership.graphql.org) before making a contribution. You only need to do this one time, and it can be signed by [individual contributors](http://individual-spec-membership.graphql.org/) or their [employers](http://corporate-spec-membership.graphql.org/).\n\nTo initiate the signature process please open a PR against this repo. The EasyCLA bot will block the merge if we still need a membership agreement from you.\n\nYou can find [detailed information here](https://github.com/graphql/graphql-wg/tree/main/membership). If you have issues, please email [operations@graphql.org](mailto:operations@graphql.org).\n\nIf your company benefits from GraphQL and you would like to provide essential financial support for the systems and people that power our community, please also consider membership in the [GraphQL Foundation](https://foundation.graphql.org/join).\n\n## Changelog\n\nChanges are tracked as [GitHub releases](https://github.com/graphql/graphql-js/releases).\n\n## License\n\nGraphQL.js is [MIT-licensed](./LICENSE).\n\n## Version Support\n\nGraphQL.JS follows Semantic Versioning (SemVer) for its releases. Our version support policy is as follows:\n\n- Latest Major Version: We provide full support, including bug fixes and security updates, for the latest major version of GraphQL.JS.\n- Previous Major Version: We offer feature support for the previous major version for 12 months after the release of the newest major version.\n  This means that for 12 months we can backport features for specification changes _if_ they don't cause any breaking changes. We'll continue\n  supporting the previous major version with bug and security fixes.\n- Older Versions: Versions older than the previous major release are considered unsupported. While the code remains available,\n  we do not actively maintain or provide updates for these versions.\n  One exception to this rule is when the older version has been released < 1 year ago, in that case we\n  will treat it like the \"Previous Major Version\".\n\n### Long-Term Support (LTS)\n\nWe do not currently offer a Long-Term Support version of GraphQL.JS. Users are encouraged to upgrade to the latest stable version\nto receive the most up-to-date features, performance improvements, and security updates.\n\n### End-of-Life (EOL) Schedule\n\nWe will announce the EOL date for a major version at least 6 months in advance.\nAfter a version reaches its EOL, it will no longer receive updates, even for critical security issues.\n\n### Upgrade Assistance\n\nTo assist users in upgrading to newer versions:\n\n- We maintain detailed release notes for each version, highlighting new features, breaking changes, and deprecations.\n- [Our documentation](https://www.graphql-js.org/) includes migration guides for moving between major versions.\n- The [community forum (Discord channel #graphql-js)](https://discord.graphql.org) is available for users who need additional assistance with upgrades.\n\n### Security Updates\n\nWe prioritize the security of GraphQL.JS:\n\n- Critical security updates will be applied to both the current and previous major version.\n- For versions that have reached EOL, we strongly recommend upgrading to a supported version to receive security updates.\n\n### Community Contributions\n\nWe welcome community contributions for all versions of GraphQL.JS. However, our maintainers will primarily focus on reviewing\nand merging contributions for supported versions.","users":{}}