{"_id":"graphql-compose-connection","_rev":"66-a82774bd4a3a602d74761bb78ffabd9c","name":"graphql-compose-connection","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","dist-tags":{"latest":"8.2.1","alpha":"8.1.1-alpha.1"},"versions":{"1.0.0":{"name":"graphql-compose-connection","version":"1.0.0","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["es","lib"],"main":"lib/index.js","jsnext:main":"es/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","dependencies":{"graphql-compose":">=0.0.6"},"peerDependencies":{"graphql":"^0.5.0"},"devDependencies":{"babel-cli":"6.10.1","babel-eslint":"6.1.0","babel-plugin-syntax-async-functions":"6.8.0","babel-plugin-transform-class-properties":"6.10.2","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","babel-preset-es2015":"6.9.0","chai":"3.5.0","chai-as-promised":"5.3.0","chai-spies":"0.7.1","eslint":"2.13.1","eslint-config-airbnb":"9.0.1","eslint-plugin-flow-vars":"0.4.0","eslint-plugin-flowtype":"2.2.7","eslint-plugin-import":"1.10.2","eslint-plugin-jsx-a11y":"1.5.5","eslint-plugin-react":"5.2.2","flow-bin":"0.28.0","mocha":"2.5.3","rimraf":"2.5.2","sane":"1.3.4"},"scripts":{"build":"npm run build-cjs && npm run build-flow && npm run build-es","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-es":"rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","lint":"eslint src test *.js","prepublish":"npm run build","test":"babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js","watch":"babel-node ./resources/watch.js"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"c7b477637ae63d5f56623230ce3d88f2a36f3e63","_id":"graphql-compose-connection@1.0.0","_shasum":"3a0f16f44883432582b6accffa1efc8091e3d4e3","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"3a0f16f44883432582b6accffa1efc8091e3d4e3","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-1.0.0.tgz","integrity":"sha512-mYXFQ+WFgMW6jc0/PArumKbw0qopauPFyGIQtYvEfkUJb5nY1mtH2/LGRTu4hQhHL6VxJAX5zwu32URtALX9+Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHPDZWj0df/moGyFLzq0MjF+WfRbSeDP4ONtiMG26VonAiAJFgbdSidiLXJwqoaB0stcs69KU6r2tyydCmGfufQcHg=="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/graphql-compose-connection-1.0.0.tgz_1468563715022_0.8246373408474028"},"directories":{}},"1.0.1":{"name":"graphql-compose-connection","version":"1.0.1","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["es","lib"],"main":"lib/index.js","jsnext:main":"es/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql-compose":">=0.0.6","graphql":">=0.5.0"},"devDependencies":{"babel-cli":"6.10.1","babel-eslint":"6.1.0","babel-plugin-syntax-async-functions":"6.8.0","babel-plugin-transform-class-properties":"6.10.2","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","babel-preset-es2015":"6.9.0","chai":"3.5.0","chai-as-promised":"5.3.0","chai-spies":"0.7.1","eslint":"2.13.1","eslint-config-airbnb":"9.0.1","eslint-plugin-flow-vars":"0.4.0","eslint-plugin-flowtype":"2.2.7","eslint-plugin-import":"1.10.2","eslint-plugin-jsx-a11y":"1.5.5","eslint-plugin-react":"5.2.2","flow-bin":"0.29.0","mocha":"2.5.3","rimraf":"2.5.2","sane":"1.3.4"},"scripts":{"build":"npm run build-cjs && npm run build-flow && npm run build-es","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-es":"rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","lint":"eslint src test *.js","prepublish":"npm run build","test":"babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js","watch":"babel-node ./resources/watch.js"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"1beb5fda21ab227de3a2b1d82cd4987e2d59fd5b","_id":"graphql-compose-connection@1.0.1","_shasum":"cff6c0531587135837ac72f95389d6c8939f8b12","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"cff6c0531587135837ac72f95389d6c8939f8b12","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-1.0.1.tgz","integrity":"sha512-xKRb2axDbGEyE/30eZXwuYM5ENZYMwbN4j3OVs0BxCjonXaqX916KYbqOt6gq1slpGiUIbu7QJcnav2LHKW/qQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFZFyNrK0lrc3za7ovx9XnWDTLqm9c0YIJvvHIZGuKYzAiBIUJftfNTCp6ZFrdy3kymqAQdf+1pEo6tYTl05/6GMhA=="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/graphql-compose-connection-1.0.1.tgz_1468840961547_0.7472599688917398"},"directories":{}},"1.0.2":{"name":"graphql-compose-connection","version":"1.0.2","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["es","lib"],"main":"lib/index.js","jsnext:main":"es/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql":">=0.5.0 || >=0.6.0","graphql-compose":">=0.0.6 || >=1.0.0"},"devDependencies":{"babel-cli":"6.10.1","babel-eslint":"6.1.0","babel-plugin-syntax-async-functions":"6.8.0","babel-plugin-transform-class-properties":"6.10.2","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","babel-preset-es2015":"6.9.0","chai":"3.5.0","chai-as-promised":"5.3.0","chai-spies":"0.7.1","eslint":"2.13.1","eslint-config-airbnb":"9.0.1","eslint-plugin-flow-vars":"0.4.0","eslint-plugin-flowtype":"2.2.7","eslint-plugin-import":"1.10.2","eslint-plugin-jsx-a11y":"1.5.5","eslint-plugin-react":"5.2.2","flow-bin":"0.29.0","mocha":"2.5.3","rimraf":"2.5.2","sane":"1.3.4"},"scripts":{"build":"npm run build-cjs && npm run build-flow && npm run build-es","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-es":"rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","lint":"eslint src test *.js","prepublish":"npm run test && npm run build","test":"babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js","watch":"babel-node ./resources/watch.js"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"fcbf4e4a439b18a176f04a69545c78d01b8953a6","_id":"graphql-compose-connection@1.0.2","_shasum":"cd234950ca8abc19c4454324a557f911de106b07","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"cd234950ca8abc19c4454324a557f911de106b07","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-1.0.2.tgz","integrity":"sha512-Puzj2shuHTGs4OqmOs4yGHXnrBRlQVUqFeqhzxK7/oO1sLti8kOBm+1CiJBq4dzjxc9/1jCBCK6f6r8MLJjXAg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIErPK4tMMqjZos0xK7OL7Tv05hv1tKggXYksWTCFhEVDAiBtB5EjxAYjhmxDF+zdJFbbUmuv7IK7c6dpoMUn4eyGog=="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/graphql-compose-connection-1.0.2.tgz_1469044781066_0.944491040892899"},"directories":{}},"1.0.3":{"name":"graphql-compose-connection","version":"1.0.3","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["es","lib"],"main":"lib/index.js","jsnext:main":"es/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql":">=0.5.0 || >=0.6.0","graphql-compose":">=0.0.6 || >=1.0.0"},"devDependencies":{"babel-cli":"6.10.1","babel-eslint":"6.1.0","babel-plugin-syntax-async-functions":"6.8.0","babel-plugin-transform-class-properties":"6.10.2","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","babel-preset-es2015":"6.9.0","chai":"3.5.0","chai-as-promised":"5.3.0","chai-spies":"0.7.1","eslint":"2.13.1","eslint-config-airbnb":"9.0.1","eslint-plugin-flow-vars":"0.4.0","eslint-plugin-flowtype":"2.2.7","eslint-plugin-import":"1.10.2","eslint-plugin-jsx-a11y":"1.5.5","eslint-plugin-react":"5.2.2","flow-bin":"0.29.0","mocha":"2.5.3","rimraf":"2.5.2","sane":"1.3.4"},"scripts":{"build":"npm run build-cjs && npm run build-flow && npm run build-es","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-es":"rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","lint":"eslint src test *.js","prepublish":"npm run test && npm run build","test":"babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js","watch":"babel-node ./resources/watch.js"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"b390687d7ed507fd363ad16e037718ef240f1bcc","_id":"graphql-compose-connection@1.0.3","_shasum":"e836a3ecd8ba66ac4b10679ac75b9703a60926f8","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"e836a3ecd8ba66ac4b10679ac75b9703a60926f8","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-1.0.3.tgz","integrity":"sha512-1OCYI53tvHZSgMe18Oof0ZkaXmMMB1PMT1jrhEO74mCollPjf2BgAWNn10+4Sq+pnitW9qIxt+8kvBaIxKOhkg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD0aD+ylgiTt2ZAQgrGyneBpX2g/0gZXRItHKbM6DeKgwIgZ+srBbUYZGqCmsFTwoumY0dsiZlzR4aV51FZf9V30fg="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/graphql-compose-connection-1.0.3.tgz_1469190767643_0.817675328347832"},"directories":{}},"1.0.4":{"name":"graphql-compose-connection","version":"1.0.4","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["es","lib"],"main":"lib/index.js","jsnext:main":"es/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql":">=0.5.0 || >=0.6.0","graphql-compose":">=0.0.6 || >=1.0.0"},"devDependencies":{"babel-cli":"6.10.1","babel-eslint":"6.1.0","babel-plugin-syntax-async-functions":"6.8.0","babel-plugin-transform-class-properties":"6.10.2","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","babel-preset-es2015":"6.9.0","chai":"3.5.0","chai-as-promised":"5.3.0","chai-spies":"0.7.1","eslint":"2.13.1","eslint-config-airbnb":"9.0.1","eslint-plugin-flow-vars":"0.4.0","eslint-plugin-flowtype":"2.2.7","eslint-plugin-import":"1.10.2","eslint-plugin-jsx-a11y":"1.5.5","eslint-plugin-react":"5.2.2","flow-bin":"0.29.0","mocha":"2.5.3","rimraf":"2.5.2","sane":"1.3.4"},"scripts":{"build":"npm run build-cjs && npm run build-flow && npm run build-es","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-es":"rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","lint":"eslint src test *.js","prepublish":"npm run test && npm run build","test":"babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js","watch":"babel-node ./resources/watch.js"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"396556529ecf5d71c73219867f2f23acf919b43f","_id":"graphql-compose-connection@1.0.4","_shasum":"faf06c356a1cfa6009b14e99e72ab53806e79883","_from":".","_npmVersion":"3.10.5","_nodeVersion":"6.2.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"faf06c356a1cfa6009b14e99e72ab53806e79883","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-1.0.4.tgz","integrity":"sha512-tA4g42Wwb22wTPC7Fdf/fzUCJyWz5FCENFjUv03lCuYyfpm4rKNbSU7+3P4JLI3XSwqMfiHx2nk5G9KuCo74yQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDtGJ03N3HbMnuacklQnfYmUyBdq2Zeg2TeEQHGngswvAIgRWnS1Jv1NIh8fM8CiPhE7jSX2ZHdDBvkNDCNg9AFgg0="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/graphql-compose-connection-1.0.4.tgz_1470760713638_0.46602420089766383"},"directories":{}},"1.0.5":{"name":"graphql-compose-connection","version":"1.0.5","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["es","lib"],"main":"lib/index.js","jsnext:main":"es/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql":">=0.5.0 || >=0.6.0","graphql-compose":">=0.0.6 || >=1.0.0"},"devDependencies":{"babel-cli":"6.11.4","babel-eslint":"6.1.2","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.11.5","babel-plugin-transform-flow-strip-types":"6.8.0","babel-plugin-transform-object-rest-spread":"6.8.0","babel-plugin-transform-regenerator":"6.11.4","babel-plugin-transform-runtime":"6.12.0","babel-preset-es2015":"6.13.2","chai":"3.5.0","chai-as-promised":"5.3.0","chai-spies":"0.7.1","eslint":"3.2.2","eslint-config-airbnb":"10.0.0","eslint-plugin-flow-vars":"0.5.0","eslint-plugin-flowtype":"2.6.1","eslint-plugin-import":"1.12.0","eslint-plugin-jsx-a11y":"2.0.1","eslint-plugin-react":"6.0.0","flow-bin":"0.30.0","mocha":"3.0.2","rimraf":"2.5.4","sane":"1.4.1"},"scripts":{"build":"npm run build-cjs && npm run build-flow && npm run build-es","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-es":"rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","lint":"eslint src test *.js","prepublish":"npm run test && npm run build","test":"babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js","watch":"babel-node ./resources/watch.js"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"365053e1381f5802d4292100461a4ab7742d8cb9","_id":"graphql-compose-connection@1.0.5","_shasum":"9dabc1294d1ad6b837b8466d01eb8192617a97cd","_from":".","_npmVersion":"3.10.5","_nodeVersion":"6.2.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"9dabc1294d1ad6b837b8466d01eb8192617a97cd","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-1.0.5.tgz","integrity":"sha512-Kw6FXYnFUkwpsPDreLJ3a2M/cLg1fgZTSFAUxqrB+K62sGAdg8Ahi899+cJkEuZjnXdsfTLRyjMC7Opdsozigg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDYZxrJGlbN61LSvhedt2qxRGBi59WYAuN49uaZvl+HvAiBoM/PBosb6dtu6kNlfviuCR+Yf6lGau0kZuP+ulSWEgg=="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/graphql-compose-connection-1.0.5.tgz_1470824001774_0.4091940533835441"},"directories":{}},"1.0.6":{"name":"graphql-compose-connection","version":"1.0.6","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["es","lib"],"main":"lib/index.js","jsnext:main":"es/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql":">=0.5.0 || >=0.6.0","graphql-compose":">=0.0.16 || >=1.0.0"},"devDependencies":{"babel-cli":"6.11.4","babel-eslint":"6.1.2","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.11.5","babel-plugin-transform-flow-strip-types":"6.8.0","babel-plugin-transform-object-rest-spread":"6.8.0","babel-plugin-transform-regenerator":"6.11.4","babel-preset-es2015":"6.13.2","chai":"3.5.0","chai-as-promised":"5.3.0","chai-spies":"0.7.1","eslint":"3.2.2","eslint-config-airbnb":"10.0.0","eslint-plugin-flowtype":"2.6.1","eslint-plugin-import":"1.12.0","eslint-plugin-jsx-a11y":"2.0.1","eslint-plugin-react":"6.0.0","flow-bin":"0.30.0","mocha":"3.0.2","rimraf":"2.5.4","sane":"1.4.1"},"scripts":{"build":"npm run build-cjs && npm run build-flow && npm run build-es","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-es":"rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","lint":"eslint src test *.js","prepublish":"npm run test && npm run build","test":"babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js","watch":"babel-node ./resources/watch.js","link":"npm link graphql && npm link graphql-compose && npm link"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"a53848d2ca789d49cb0d876a14f12aee3b51d913","_id":"graphql-compose-connection@1.0.6","_shasum":"6c6cbec436d87b54b906ca4cbb66daefb6382b4c","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"6c6cbec436d87b54b906ca4cbb66daefb6382b4c","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-1.0.6.tgz","integrity":"sha512-YOhax8sIcGIGx4K1FLyBgJcwA4CGNBEou/SB4qtH2kwaBcj/XDvC8lWsHzwfNDLo8+X+VKtQy/+pNdhKC9tDGg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD8Y6O1JUGhdonCZ3BTwKUE0x95/MkBdk8aCvne2ERY9gIhAKiY/mkkmEz+Lr7WOcMRH1gfeZqLbpGpZ5V9n8UEpOMi"}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/graphql-compose-connection-1.0.6.tgz_1471091474353_0.07678894349373877"},"directories":{}},"1.0.7":{"name":"graphql-compose-connection","version":"1.0.7","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["es","lib"],"main":"lib/index.js","jsnext:main":"es/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql":">=0.5.0 || >=0.6.0","graphql-compose":">=0.0.16 || >=1.0.0"},"devDependencies":{"babel-cli":"6.11.4","babel-eslint":"6.1.2","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.11.5","babel-plugin-transform-flow-strip-types":"6.8.0","babel-plugin-transform-object-rest-spread":"6.8.0","babel-plugin-transform-regenerator":"6.11.4","babel-plugin-transform-runtime":"6.12.0","babel-preset-es2015":"6.13.2","chai":"3.5.0","chai-as-promised":"5.3.0","chai-spies":"0.7.1","eslint":"3.2.2","eslint-config-airbnb":"10.0.0","eslint-plugin-flowtype":"2.6.1","eslint-plugin-import":"1.12.0","eslint-plugin-jsx-a11y":"2.0.1","eslint-plugin-react":"6.0.0","flow-bin":"0.30.0","mocha":"3.0.2","rimraf":"2.5.4","sane":"1.4.1"},"scripts":{"build":"npm run build-cjs && npm run build-flow && npm run build-es","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-es":"rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","lint":"eslint src test *.js","prepublish":"npm run test && npm run build","test":"babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js","watch":"babel-node ./resources/watch.js","link":"npm link graphql && npm link graphql-compose && npm link"},"dependencies":{"babel-runtime":"6.11.6"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"4cb50a6273ccb4fb5d6ce3416344c4ed63edcecf","_id":"graphql-compose-connection@1.0.7","_shasum":"81104ca68acd32481819f6922241be0adf3a413d","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"81104ca68acd32481819f6922241be0adf3a413d","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-1.0.7.tgz","integrity":"sha512-r8ETIAUbov6DWKGJdydvfm9KFsVqc2iqtXr6YtZVEcKYG0I0GnRv7ViQEay0AmbcXqnh9Uxuikyy6ugw0TxYMA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIES6U8CCx5QpPIK3YZ+/0EuSLyNFVCZwPONGMC+KPxlfAiEAw7BQ0arWw8XgfUCR+AQ0u3tYnxg6E2zInJD0UGLu96k="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/graphql-compose-connection-1.0.7.tgz_1471268292226_0.050735621713101864"},"directories":{}},"1.0.8":{"name":"graphql-compose-connection","version":"1.0.8","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["es","lib"],"main":"lib/index.js","jsnext:main":"es/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql":">=0.5.0 || >=0.6.0 || >=0.7.0","graphql-compose":">=0.0.16 || >=1.0.0"},"devDependencies":{"babel-cli":"6.14.0","babel-eslint":"6.1.2","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.11.5","babel-plugin-transform-flow-strip-types":"6.14.0","babel-plugin-transform-object-rest-spread":"6.8.0","babel-plugin-transform-regenerator":"6.14.0","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.14.0","chai":"3.5.0","chai-as-promised":"5.3.0","chai-spies":"0.7.1","eslint":"3.4.0","eslint-config-airbnb":"10.0.1","eslint-plugin-flowtype":"2.15.0","eslint-plugin-import":"1.14.0","eslint-plugin-jsx-a11y":"2.2.1","eslint-plugin-react":"6.2.0","flow-bin":"0.32.0","mocha":"3.0.2","rimraf":"2.5.4","sane":"1.4.1"},"scripts":{"build":"npm run build-cjs && npm run build-flow && npm run build-es","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-es":"rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","lint":"eslint src test *.js","prepublish":"npm run test && npm run build","test":"babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js","watch":"babel-node ./resources/watch.js","link":"npm link graphql && npm link graphql-compose && npm link"},"dependencies":{"babel-runtime":"6.11.6"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"be0d70c1b16a8c49f56df637534e1ec541efc7f7","_id":"graphql-compose-connection@1.0.8","_shasum":"0cd987b55d7438bd047bf24496bd288257d4022e","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"0cd987b55d7438bd047bf24496bd288257d4022e","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-1.0.8.tgz","integrity":"sha512-nPHOM3aOpSHj4Anqehvk1cUlftjwOQf7DvuEDweGBlbt76iI0q9qX3zq2KKVhnu2MyGMWAFO+DcaoBzCEYg36g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFXuoUVNPiPXdmLJ/K0CBuK1N3kgJ9uRDyXbh6kEikhnAiEApEaoX/0m/l5U4OgZz2acBwaQTMT5iydDtCWyX81nVbo="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/graphql-compose-connection-1.0.8.tgz_1473150799717_0.7578181773424149"},"directories":{}},"1.0.9":{"name":"graphql-compose-connection","version":"1.0.9","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["es","lib","README.md"],"main":"lib/index.js","jsnext:main":"es/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql":">=0.5.0 || >=0.6.0 || >=0.7.0","graphql-compose":">=0.0.16 || >=1.0.0"},"devDependencies":{"babel-cli":"6.14.0","babel-core":"6.14.0","babel-eslint":"6.1.2","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.11.5","babel-plugin-transform-flow-strip-types":"6.14.0","babel-plugin-transform-object-rest-spread":"6.8.0","babel-plugin-transform-regenerator":"6.14.0","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.14.0","chai":"3.5.0","chai-as-promised":"5.3.0","chai-spies":"0.7.1","cz-conventional-changelog":"1.2.0","eslint":"3.4.0","eslint-config-airbnb":"10.0.1","eslint-plugin-flowtype":"2.15.0","eslint-plugin-import":"1.14.0","eslint-plugin-jsx-a11y":"2.2.1","eslint-plugin-react":"6.2.0","flow-bin":"0.32.0","ghooks":"1.3.2","mocha":"3.0.2","nyc":"8.1.0","rimraf":"2.5.4","sane":"1.4.1","semantic-release":"4.3.5"},"dependencies":{"babel-runtime":"6.11.6"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"nyc":{"exclude":["**/__mocks__/**","**/__tests__/**","resources","node_modules"],"reporter":["lcov","text"]},"scripts":{"build":"npm run build-cjs && npm run build-flow && npm run build-es","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-es":"rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","coverage":"nyc npm run test","lint":"eslint src test *.js","test":"babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js","watch":"babel-node ./resources/watch.js","link":"npm link graphql && npm link graphql-compose && npm link","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"gitHead":"52c9fc3ed2f20b924c4eb202f8f6b06ae020a03e","contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"_id":"graphql-compose-connection@1.0.9","_shasum":"3cd25c1d1fadd2184869f7379dc8f91d7f6df467","_from":".","_npmVersion":"2.15.11","_nodeVersion":"6.7.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"3cd25c1d1fadd2184869f7379dc8f91d7f6df467","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-1.0.9.tgz","integrity":"sha512-0chT6I0khPCxTESITrhLdSOuz+07UcgLj8PhgNP5nI4LcQm70MtD3c1CjETJxveVOiYJ3iFJFolkx0MB9x9SPQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCa9HgWknuMKNhhLP+iDV4VduaxxxVE//hfQ8VFJ2bNsAIhAJTcaenaJO+0In38laMlPI564FUdSkun4ZqWlGuUqnFZ"}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/graphql-compose-connection-1.0.9.tgz_1476254488939_0.7250765475910157"},"directories":{}},"1.0.10":{"name":"graphql-compose-connection","version":"1.0.10","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["es","lib","README.md"],"main":"lib/index.js","jsnext:main":"es/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql":">=0.7.1 || >=0.8.0","graphql-compose":">=1.0.0"},"devDependencies":{"babel-cli":"6.14.0","babel-core":"6.14.0","babel-eslint":"6.1.2","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.11.5","babel-plugin-transform-flow-strip-types":"6.14.0","babel-plugin-transform-object-rest-spread":"6.8.0","babel-plugin-transform-regenerator":"6.14.0","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.14.0","chai":"3.5.0","chai-as-promised":"5.3.0","chai-spies":"0.7.1","cz-conventional-changelog":"1.2.0","eslint":"3.4.0","eslint-config-airbnb":"10.0.1","eslint-plugin-flowtype":"2.15.0","eslint-plugin-import":"1.14.0","eslint-plugin-jsx-a11y":"2.2.1","eslint-plugin-react":"6.2.0","flow-bin":"0.32.0","ghooks":"1.3.2","mocha":"3.0.2","nyc":"8.1.0","rimraf":"2.5.4","sane":"1.4.1","semantic-release":"4.3.5"},"dependencies":{"babel-runtime":"6.11.6"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"nyc":{"exclude":["**/__mocks__/**","**/__tests__/**","resources","node_modules"],"reporter":["lcov","text"]},"scripts":{"build":"npm run build-cjs && npm run build-flow && npm run build-es","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-es":"rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","coverage":"nyc npm run test","lint":"eslint src test *.js","test":"babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js","watch":"babel-node ./resources/watch.js","link":"npm link graphql && npm link graphql-compose && npm link","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"932437276a49bae2d3f27d4a5c3aaca4494d11c4","_id":"graphql-compose-connection@1.0.10","_shasum":"98f7679799b9a1b9883965d13f630839cd611360","_from":".","_npmVersion":"2.15.11","_nodeVersion":"6.7.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"98f7679799b9a1b9883965d13f630839cd611360","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-1.0.10.tgz","integrity":"sha512-hQRpLabgh8FuHFVCqik90jPHQPdVLwgWQ/Yi68Kg0m/DTIZF0vsh/TJ8gX/9b6qcKOupIHJNMWyawu79uYqGKg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDHcBWZvx4Q3IbRUZP8lvWLP88u0nCyShksBstc3lhwNgIhANrQPaMzrCuHCfGcUW6Zud6rTaSg+Jw9rosPlPAZ+lme"}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/graphql-compose-connection-1.0.10.tgz_1476254602183_0.4751908576581627"},"directories":{}},"1.1.0":{"name":"graphql-compose-connection","version":"1.1.0","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["es","lib","README.md"],"main":"lib/index.js","jsnext:main":"es/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql":">=0.7.1 || >=0.8.0","graphql-compose":">=1.0.0"},"devDependencies":{"babel-cli":"6.16.0","babel-core":"6.17.0","babel-eslint":"7.0.0","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.16.0","babel-plugin-transform-flow-strip-types":"6.14.0","babel-plugin-transform-object-rest-spread":"6.16.0","babel-plugin-transform-regenerator":"6.16.1","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.16.0","chai":"3.5.0","chai-as-promised":"6.0.0","chai-spies":"0.7.1","cz-conventional-changelog":"1.2.0","eslint":"3.7.1","eslint-config-airbnb":"11.0.0","eslint-plugin-flowtype":"2.20.0","eslint-plugin-import":"1.16.0","eslint-plugin-jsx-a11y":"2.2.3","eslint-plugin-react":"6.4.1","flow-bin":"0.33.0","ghooks":"1.3.2","mocha":"3.1.2","nyc":"8.3.1","rimraf":"2.5.4","sane":"1.4.1","semantic-release":"4.3.5"},"dependencies":{"babel-runtime":"6.11.6"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"nyc":{"exclude":["**/__mocks__/**","**/__tests__/**","resources","node_modules"],"reporter":["lcov","text"]},"scripts":{"build":"npm run build-cjs && npm run build-flow && npm run build-es","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-es":"rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","coverage":"nyc npm run test","lint":"eslint src test *.js","test":"babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js","watch":"babel-node ./resources/watch.js","link":"npm link graphql && npm link graphql-compose && npm link","unlink":"npm unlink graphql && npm unlink graphql-compose && npm install graphql graphql-compose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"d40d54eef68620037183536523ab75f6085baa43","_id":"graphql-compose-connection@1.1.0","_shasum":"f44d213b214cf8aa4400040b4997c0f7a4a543f7","_from":".","_npmVersion":"2.15.11","_nodeVersion":"6.8.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"f44d213b214cf8aa4400040b4997c0f7a4a543f7","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-1.1.0.tgz","integrity":"sha512-Az9wa/xyCA6/96ZlYvIVN0LCRmEvorD06maMb0wAzfvhemEpf9n08rETMWGUM0n0oPX3z483tuFx8TO7p3J6Xw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBFKdTc3MoenXTmmNRlrqE/+CgUiOgaZEx12/o8IqMVeAiEArPjvNde6esXAVDiTvKTAqMB86Lij68XTYRPuEFHNa08="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/graphql-compose-connection-1.1.0.tgz_1476367233104_0.11039889045059681"},"directories":{}},"2.0.0":{"name":"graphql-compose-connection","version":"2.0.0","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["es","lib","README.md"],"main":"lib/index.js","jsnext:main":"es/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql":">=0.7.1 || >=0.8.0","graphql-compose":">=1.0.0"},"devDependencies":{"babel-cli":"6.16.0","babel-core":"6.17.0","babel-eslint":"7.0.0","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.16.0","babel-plugin-transform-flow-strip-types":"6.14.0","babel-plugin-transform-object-rest-spread":"6.16.0","babel-plugin-transform-regenerator":"6.16.1","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.16.0","chai":"3.5.0","chai-as-promised":"6.0.0","chai-spies":"0.7.1","cz-conventional-changelog":"1.2.0","eslint":"3.7.1","eslint-config-airbnb":"11.0.0","eslint-plugin-flowtype":"2.20.0","eslint-plugin-import":"1.16.0","eslint-plugin-jsx-a11y":"2.2.3","eslint-plugin-react":"6.4.1","flow-bin":"0.33.0","ghooks":"1.3.2","mocha":"3.1.2","nyc":"8.3.1","rimraf":"2.5.4","sane":"1.4.1","semantic-release":"4.3.5"},"dependencies":{"babel-runtime":"6.11.6"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"nyc":{"exclude":["**/__mocks__/**","**/__tests__/**","resources","node_modules"],"reporter":["lcov","text"]},"scripts":{"build":"npm run build-cjs && npm run build-flow && npm run build-es","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-es":"rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","coverage":"nyc npm run test","lint":"eslint src test *.js","test":"babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js","watch":"babel-node ./resources/watch.js","link":"npm link graphql && npm link graphql-compose && npm link","unlink":"npm unlink graphql && npm unlink graphql-compose && npm install graphql graphql-compose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"937a68294dabd103866ac6ba561adbcade2310e4","_id":"graphql-compose-connection@2.0.0","_shasum":"840e5943bd7f5f953dda2a2414b15ed2a3f0aa89","_from":".","_npmVersion":"2.15.11","_nodeVersion":"6.8.1","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"840e5943bd7f5f953dda2a2414b15ed2a3f0aa89","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-2.0.0.tgz","integrity":"sha512-gdcZnwVbv6B3qgv8bqUji4zvQpZO12usjfkmAdilPKerFWxhQDpCfynyb7DAOmLHlzbvaT1Jz5rd8q7YAZr2lA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH80+Xb4ZVhkgM3kOkRi8+TacTf7IXW5aIMpMQXojkcNAiEAwcjPiZ6vQWoubdOpojdNTQYxUE73qDkz/761cPK3Dmg="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/graphql-compose-connection-2.0.0.tgz_1476613532514_0.06939468020573258"},"directories":{}},"2.0.1":{"name":"graphql-compose-connection","version":"2.0.1","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["es","lib","README.md"],"main":"lib/index.js","jsnext:main":"es/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql":">=0.7.1 || >=0.8.0","graphql-compose":">=1.0.0"},"devDependencies":{"babel-cli":"6.16.0","babel-core":"6.17.0","babel-eslint":"7.0.0","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.16.0","babel-plugin-transform-flow-strip-types":"6.14.0","babel-plugin-transform-object-rest-spread":"6.16.0","babel-plugin-transform-regenerator":"6.16.1","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.16.0","chai":"3.5.0","chai-as-promised":"6.0.0","chai-spies":"0.7.1","cz-conventional-changelog":"1.2.0","eslint":"3.7.1","eslint-config-airbnb":"11.0.0","eslint-plugin-flowtype":"2.20.0","eslint-plugin-import":"1.16.0","eslint-plugin-jsx-a11y":"2.2.3","eslint-plugin-react":"6.4.1","flow-bin":"0.33.0","ghooks":"1.3.2","mocha":"3.1.2","nyc":"8.3.1","rimraf":"2.5.4","sane":"1.4.1","semantic-release":"4.3.5"},"dependencies":{"babel-runtime":"6.11.6"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"nyc":{"exclude":["**/__mocks__/**","**/__tests__/**","resources","node_modules"],"reporter":["lcov","text"]},"scripts":{"build":"npm run build-cjs && npm run build-flow && npm run build-es","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-es":"rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","coverage":"nyc npm run test","lint":"eslint src test *.js","test":"babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js","watch":"babel-node ./resources/watch.js","link":"npm link graphql && npm link graphql-compose && npm link","unlink":"npm unlink graphql && npm unlink graphql-compose && npm install graphql graphql-compose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"ebbaa8863edad241ec4d9edd1a0a9c8657f0186a","_id":"graphql-compose-connection@2.0.1","_shasum":"7951412f0a52740db51aa9800d6bd941c4b07ca9","_from":".","_npmVersion":"2.15.11","_nodeVersion":"6.8.1","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"7951412f0a52740db51aa9800d6bd941c4b07ca9","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-2.0.1.tgz","integrity":"sha512-nrOhvaO/PmDaMPY4Glb9JwsmjEenJ89mAeC/klSn6z0gmPFqfhl7uwk3CTjA+ii/fTWepz+cR3b76JLrzT8U2A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAfQc6jVFWS5jaQmwqHXcW+8FobBZNB/gxLFp84bgEROAiBdRAM5f6vkBLxY+txVxS/4k3358MWY0DHexhIRD5pAFw=="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/graphql-compose-connection-2.0.1.tgz_1476633971960_0.44793238607235253"},"directories":{}},"2.0.2":{"name":"graphql-compose-connection","version":"2.0.2","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["es","lib","README.md"],"main":"lib/index.js","jsnext:main":"es/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql":">=0.7.1 || >=0.8.0","graphql-compose":">=1.4.0"},"devDependencies":{"babel-cli":"6.16.0","babel-core":"6.17.0","babel-eslint":"7.0.0","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.16.0","babel-plugin-transform-flow-strip-types":"6.14.0","babel-plugin-transform-object-rest-spread":"6.16.0","babel-plugin-transform-regenerator":"6.16.1","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.16.0","chai":"3.5.0","chai-as-promised":"6.0.0","chai-spies":"0.7.1","cz-conventional-changelog":"1.2.0","eslint":"3.7.1","eslint-config-airbnb":"11.0.0","eslint-plugin-flowtype":"2.20.0","eslint-plugin-import":"1.16.0","eslint-plugin-jsx-a11y":"2.2.3","eslint-plugin-react":"6.4.1","flow-bin":"0.33.0","ghooks":"1.3.2","mocha":"3.1.2","nyc":"8.3.1","rimraf":"2.5.4","sane":"1.4.1","semantic-release":"4.3.5"},"dependencies":{"babel-runtime":"6.11.6"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"nyc":{"exclude":["**/__mocks__/**","**/__tests__/**","resources","node_modules"],"reporter":["lcov","text"]},"scripts":{"build":"npm run build-cjs && npm run build-flow && npm run build-es","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-es":"rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","coverage":"nyc npm run test","lint":"eslint src test *.js","test":"babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js","watch":"babel-node ./resources/watch.js","link":"npm link graphql && npm link graphql-compose && npm link","unlink":"npm unlink graphql && npm unlink graphql-compose && npm install graphql graphql-compose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"d31c99980487b0bb4eb37caaa291efeb78df2e69","_id":"graphql-compose-connection@2.0.2","_shasum":"bae00963a7c54b7c8d5b73d0f19dc347ed3bbb29","_from":".","_npmVersion":"2.15.11","_nodeVersion":"6.9.1","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"bae00963a7c54b7c8d5b73d0f19dc347ed3bbb29","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-2.0.2.tgz","integrity":"sha512-LSGsD7+34PmgJ+xFwbWkq10IL2vGzfRvGZQPV2zgsqn9VqwgOceaQBVPL7q1PzbY3kMc98N+/GvEQzxkfQSr8Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFUJQ5iAyAu2QxaGg1CcojL/PthjyYxbRT9qOuZpt6WbAiEA2BpU8P3XeF5geEqcniFv/hEEcS25QrWmGLHw5JW4Mrc="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/graphql-compose-connection-2.0.2.tgz_1477417778179_0.35051537095569074"},"directories":{}},"2.1.0":{"name":"graphql-compose-connection","version":"2.1.0","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["es","lib","README.md"],"main":"lib/index.js","jsnext:main":"es/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql":">=0.7.1 || >=0.8.0","graphql-compose":">=1.4.0"},"devDependencies":{"babel-cli":"6.16.0","babel-core":"6.17.0","babel-eslint":"7.0.0","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.16.0","babel-plugin-transform-flow-strip-types":"6.14.0","babel-plugin-transform-object-rest-spread":"6.16.0","babel-plugin-transform-regenerator":"6.16.1","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.16.0","chai":"3.5.0","chai-as-promised":"6.0.0","chai-spies":"0.7.1","cz-conventional-changelog":"1.2.0","eslint":"3.7.1","eslint-config-airbnb":"11.0.0","eslint-plugin-flowtype":"2.20.0","eslint-plugin-import":"1.16.0","eslint-plugin-jsx-a11y":"2.2.3","eslint-plugin-react":"6.4.1","flow-bin":"0.33.0","ghooks":"1.3.2","mocha":"3.1.2","nyc":"8.3.1","rimraf":"2.5.4","sane":"1.4.1","semantic-release":"4.3.5"},"dependencies":{"babel-runtime":"6.11.6"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"nyc":{"exclude":["**/__mocks__/**","**/__tests__/**","resources","node_modules"],"reporter":["lcov","text"]},"scripts":{"build":"npm run build-cjs && npm run build-flow && npm run build-es","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-es":"rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","coverage":"nyc npm run test","lint":"eslint src test *.js","test":"babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js","watch":"babel-node ./resources/watch.js","link":"npm link graphql && npm link graphql-compose && npm link","unlink":"npm unlink graphql && npm unlink graphql-compose && npm install graphql graphql-compose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"1abb97ccde157f3fa57ac484e106ac70a3346ea5","_id":"graphql-compose-connection@2.1.0","_shasum":"db8760fe2b1974b4c01c0edf2b9ecf656f532882","_from":".","_npmVersion":"2.15.11","_nodeVersion":"6.9.1","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"db8760fe2b1974b4c01c0edf2b9ecf656f532882","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-2.1.0.tgz","integrity":"sha512-BCbQdXOntqysbnyyBtHJY6ezUiJlGLsJSvhmWQdFkwfB9N2JtX0Q+Ie5DJBFKvi1m96YAKmv9K9j0Wy3NT499w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIClkUqkaDpcwvpn0+YBtUR0crw+GAWWdeM/lciUHAIpWAiAaX7mLO7yCOZqz7nq5IcMwMGzXiRzRbEukAcmU1/rbSA=="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/graphql-compose-connection-2.1.0.tgz_1477893113757_0.6720078981015831"},"directories":{}},"2.1.1":{"name":"graphql-compose-connection","version":"2.1.1","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["es","lib","README.md"],"main":"lib/index.js","jsnext:main":"es/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql":">=0.7.1 || >=0.8.0","graphql-compose":">=1.4.0"},"devDependencies":{"babel-cli":"6.16.0","babel-core":"6.17.0","babel-eslint":"7.0.0","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.16.0","babel-plugin-transform-flow-strip-types":"6.14.0","babel-plugin-transform-object-rest-spread":"6.16.0","babel-plugin-transform-regenerator":"6.16.1","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.16.0","chai":"3.5.0","chai-as-promised":"6.0.0","chai-spies":"0.7.1","cz-conventional-changelog":"1.2.0","eslint":"3.7.1","eslint-config-airbnb":"11.0.0","eslint-plugin-flowtype":"2.20.0","eslint-plugin-import":"1.16.0","eslint-plugin-jsx-a11y":"2.2.3","eslint-plugin-react":"6.4.1","flow-bin":"0.33.0","ghooks":"1.3.2","mocha":"3.1.2","nyc":"8.3.1","rimraf":"2.5.4","sane":"1.4.1","semantic-release":"4.3.5"},"dependencies":{"babel-runtime":"6.11.6"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"nyc":{"exclude":["**/__mocks__/**","**/__tests__/**","resources","node_modules"],"reporter":["lcov","text"]},"scripts":{"build":"npm run build-cjs && npm run build-flow && npm run build-es","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-es":"rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","coverage":"nyc npm run test","lint":"eslint src test *.js","test":"babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js","watch":"babel-node ./resources/watch.js","link":"npm link graphql && npm link graphql-compose && npm link","unlink":"npm unlink graphql && npm unlink graphql-compose && npm install graphql graphql-compose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"86ddc88dcce544e1579494072c5d7fb72ffad44a","_id":"graphql-compose-connection@2.1.1","_shasum":"4250a66a9221e2e9d6548f6405766aacc3d348d6","_from":".","_npmVersion":"2.15.11","_nodeVersion":"6.9.1","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"4250a66a9221e2e9d6548f6405766aacc3d348d6","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-2.1.1.tgz","integrity":"sha512-/n9K88PhEf4+UrSkZ+I3qxtPDRSFIF+GJBHyOanDv1DOflBLbGI4IEE10e0EKZF9pD//TBUXfGCks/55zL2w4Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDpex9FqtHLMVOP452FZwOn8/ZDnGJj4fFLHaFLXQHNKwIhAMXYm7D5dGzmFO0EBi74lGI0Pzy/o2w/tmI01B93QHV0"}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/graphql-compose-connection-2.1.1.tgz_1477906330940_0.9008561153896153"},"directories":{}},"2.1.2":{"name":"graphql-compose-connection","version":"2.1.2","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["es","lib","README.md"],"main":"lib/index.js","jsnext:main":"es/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql":">=0.7.1 || >=0.8.0","graphql-compose":">=1.4.0"},"devDependencies":{"babel-cli":"6.16.0","babel-core":"6.17.0","babel-eslint":"7.0.0","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"6.16.0","babel-plugin-transform-flow-strip-types":"6.14.0","babel-plugin-transform-object-rest-spread":"6.16.0","babel-plugin-transform-regenerator":"6.16.1","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.16.0","chai":"3.5.0","chai-as-promised":"6.0.0","chai-spies":"0.7.1","cz-conventional-changelog":"1.2.0","eslint":"3.7.1","eslint-config-airbnb":"11.0.0","eslint-plugin-flowtype":"2.20.0","eslint-plugin-import":"1.16.0","eslint-plugin-jsx-a11y":"2.2.3","eslint-plugin-react":"6.4.1","flow-bin":"0.33.0","ghooks":"1.3.2","mocha":"3.1.2","nyc":"8.3.1","rimraf":"2.5.4","sane":"1.4.1","semantic-release":"4.3.5"},"dependencies":{"babel-runtime":"6.11.6"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"nyc":{"exclude":["**/__mocks__/**","**/__tests__/**","resources","node_modules"],"reporter":["lcov","text"]},"scripts":{"build":"npm run build-cjs && npm run build-flow && npm run build-es","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-es":"rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","coverage":"nyc npm run test","lint":"eslint src test *.js","test":"babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js","watch":"babel-node ./resources/watch.js","link":"npm link graphql && npm link graphql-compose && npm link","unlink":"npm unlink graphql && npm unlink graphql-compose && npm install graphql graphql-compose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"81e000f3b8e6ec6689647dd18c97a08c17f260ad","_id":"graphql-compose-connection@2.1.2","_shasum":"dbe8cd2b51755a454d640171883e096daa9d5068","_from":".","_npmVersion":"2.15.11","_nodeVersion":"6.9.1","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"dbe8cd2b51755a454d640171883e096daa9d5068","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-2.1.2.tgz","integrity":"sha512-FHGf/4cz5IC5qWdSaUpFuzYLBC88cBzB7hqacLFkAuWqDg4u76zskGir9Wf77ZGWRPtzoTS1l+4llChjYh84ig==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHOyLnqG+1qjWWXqRwHRd7KZbS+JP7A00RtWsD64jLFTAiEA8w8mBCU/lgTsQPz8xUP2pcpSZf7GjrEMAkium/MqHzE="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/graphql-compose-connection-2.1.2.tgz_1479473436365_0.23511902522295713"},"directories":{}},"2.1.3":{"name":"graphql-compose-connection","version":"2.1.3","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["es","lib","README.md"],"main":"lib/index.js","jsnext:main":"es/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql":">=0.7.1 || >=0.8.0 || >=0.9.0","graphql-compose":">=1.4.0"},"devDependencies":{"babel-cli":"^6.22.2","babel-core":"^6.22.1","babel-eslint":"^7.1.1","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"^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","babel-plugin-transform-runtime":"^6.22.0","babel-preset-es2015":"^6.22.0","chai":"3.5.0","chai-as-promised":"6.0.0","chai-spies":"0.7.1","cz-conventional-changelog":"1.2.0","eslint":"^3.14.0","eslint-config-airbnb-base":"^11.0.1","eslint-plugin-flowtype":"^2.30.0","eslint-plugin-import":"^2.2.0","flow-bin":"^0.38.0","graphql":"^0.9.0","graphql-compose":"^1.10.0","mocha":"^3.2.0","nyc":"^10.1.2","rimraf":"2.5.4","sane":"^1.5.0","semantic-release":"^6.3.2"},"dependencies":{"babel-runtime":"^6.22.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"nyc":{"exclude":["**/__mocks__/**","**/__tests__/**","resources","node_modules"],"reporter":["lcov","text"]},"scripts":{"build":"npm run build-cjs && npm run build-flow && npm run build-es","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-es":"rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","coverage":"nyc npm run test","lint":"eslint src test *.js","test":"babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js","watch":"babel-node ./resources/watch.js","link":"yarn link graphql && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql && yarn unlink graphql-compose && yarn add graphql graphql-compose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"9bf776ba236f68e887f9ce490e18d604bdfd5775","_id":"graphql-compose-connection@2.1.3","_shasum":"f9b9e6532e4049a4d2c2d7bf69b67c4d3128eaae","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"f9b9e6532e4049a4d2c2d7bf69b67c4d3128eaae","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-2.1.3.tgz","integrity":"sha512-8/HqEzjOWjYsb5oRUae8UAlc3s+rBb229ozCRYq/cpj3Y8bgTMs8ufB4Ohq+/cYTpBxMwJL3AVfcyLcfscwCyg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDrInGty/jry06nn930PuQBNeN7sKPDTOah2NlHo5l1ggIgESvjy0/Tl6FB2eLDLpX9Wb4p3VbXVp8W4LEnzF5mEx0="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/graphql-compose-connection-2.1.3.tgz_1485366887412_0.2127492257859558"},"directories":{}},"2.1.4":{"name":"graphql-compose-connection","version":"2.1.4","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["es","lib","README.md"],"main":"lib/index.js","jsnext:main":"es/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql-compose":">=1.19.0"},"devDependencies":{"babel-cli":"^6.24.1","babel-core":"^6.24.1","babel-eslint":"^7.2.3","babel-plugin-syntax-async-functions":"6.13.0","babel-plugin-transform-class-properties":"^6.24.1","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","babel-plugin-transform-runtime":"^6.23.0","babel-preset-es2015":"^6.24.1","chai":"^4.0.1","chai-as-promised":"6.0.0","chai-spies":"0.7.1","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb-base":"^11.2.0","eslint-plugin-flowtype":"^2.34.0","eslint-plugin-import":"^2.3.0","flow-bin":"^0.47.0","graphql":"^0.10.1","graphql-compose":"^1.19.0","mocha":"^3.4.2","nyc":"^10.3.2","rimraf":"^2.6.1","sane":"^1.7.0","semantic-release":"^6.3.2"},"dependencies":{"babel-runtime":"^6.23.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"nyc":{"exclude":["**/__mocks__/**","**/__tests__/**","resources","node_modules"],"reporter":["lcov","text"]},"scripts":{"build":"npm run build-cjs && npm run build-flow && npm run build-es","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-es":"rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","coverage":"nyc npm run test","lint":"eslint src test *.js","test":"babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js","watch":"babel-node ./resources/watch.js","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql-compose && yarn add graphql-compose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"a4d8382cf5d8b657179861e9cec6e57e715a9b84","_id":"graphql-compose-connection@2.1.4","_shasum":"394f2dd08c4751e11d41038145d4f3db0a9cb210","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"394f2dd08c4751e11d41038145d4f3db0a9cb210","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-2.1.4.tgz","integrity":"sha512-TXlqBO1CdYvkl7r69ZFfJTjasVqAXfTP0foLjWjKZGmfRBDNmJBUPrqLfORbL7hqst73iTtuW3nvG1Gdp3AXHQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGkj7QPzVl50mLny7Kp1j1XFFdALOwrT8UQUD1Iui1gvAiEAyql9u+vS2t/Gq0pQ+m24uAiwFZijAe9fVMXcetzfgRs="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection-2.1.4.tgz_1496478136870_0.19260397949256003"},"directories":{}},"2.2.0":{"name":"graphql-compose-connection","version":"2.2.0","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["lib","README.md"],"main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql-compose":">=1.20.1"},"devDependencies":{"babel-cli":"^6.24.1","babel-eslint":"^7.2.3","babel-jest":"^20.0.3","babel-plugin-transform-flow-strip-types":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.23.0","babel-plugin-transform-runtime":"^6.23.0","babel-preset-env":"^1.5.1","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb-base":"^11.2.0","eslint-config-prettier":"^2.1.1","eslint-plugin-flowtype":"^2.34.0","eslint-plugin-import":"^2.3.0","eslint-plugin-prettier":"^2.1.1","flow-bin":"^0.47.0","graphql":"^0.10.1","graphql-compose":"^1.20.1","jest":"^20.0.4","prettier":"^1.4.2","rimraf":"^2.6.1","semantic-release":"^6.3.2"},"dependencies":{"babel-runtime":"^6.23.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"scripts":{"build":"npm run build-cjs && npm run build-flow","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","coverage":"jest --coverage","lint":"eslint src test *.js","test":"jest","watch":"jest --watch","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql-compose && yarn add graphql-compose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"79c1003ed8f4e4cf447978ca3f07e2c6c55d6d56","_id":"graphql-compose-connection@2.2.0","_shasum":"118acf81254dca2eae04705ff2a76ee33b432c6a","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"118acf81254dca2eae04705ff2a76ee33b432c6a","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-2.2.0.tgz","integrity":"sha512-S5kxCxSW27pwRcXZLZu4axV/7eMoWDf6Dhn9K8fpzTkLTjDgs7O8uiTtPRSRvwDBqCTwurQp2RQbwXFrvEII4w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC5R+XUCxzCvJ4QvfbrK0JNJsMa+iKONVq5v4PNpBnxfQIgf5k0VDgBMbWEzbUEV7XOHQOcOCRWzUL3E1sY2P3u+v4="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection-2.2.0.tgz_1496681611546_0.734895029803738"},"directories":{}},"2.2.1":{"name":"graphql-compose-connection","version":"2.2.1","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["lib","README.md"],"main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql-compose":">=1.20.3"},"devDependencies":{"babel-cli":"^6.24.1","babel-eslint":"^7.2.3","babel-jest":"^20.0.3","babel-plugin-transform-flow-strip-types":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.23.0","babel-plugin-transform-runtime":"^6.23.0","babel-preset-env":"^1.5.1","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","eslint-config-airbnb-base":"^11.2.0","eslint-config-prettier":"^2.1.1","eslint-plugin-flowtype":"^2.34.0","eslint-plugin-import":"^2.3.0","eslint-plugin-prettier":"^2.1.1","flow-bin":"^0.47.0","graphql":"^0.10.1","graphql-compose":"^1.20.3","jest":"^20.0.4","prettier":"^1.4.2","rimraf":"^2.6.1","semantic-release":"^6.3.2"},"dependencies":{"babel-runtime":"^6.23.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"scripts":{"build":"npm run build-cjs && npm run build-flow","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","coverage":"jest --coverage","lint":"eslint src test *.js","test":"jest","watch":"jest --watch","flow":"flow stop && ./node_modules/.bin/flow","all":"npm run test && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql-compose && yarn add graphql-compose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"3706b82e47922b6439b135aae5c2a255fbc68317","_id":"graphql-compose-connection@2.2.1","_shasum":"5a460fea48b7804293d6613e5db65008fc5598c2","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"5a460fea48b7804293d6613e5db65008fc5598c2","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-2.2.1.tgz","integrity":"sha512-Pv02k5rXryaWxlAcg3dxXfpncdtlNrUYT0Ap+O3SMdSVzvtgNF+lmHHFWgkN0xWlbYe8CQAkeK9Wub9x8+0KrA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHTeCK90pal7TIiFgGAWc7F+vU0Ua5M9SKTr8COXYBXrAiBawop5PAQ/dV++fM9kFxs5mmgko8qB1T6vKvmK8Qo//Q=="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection-2.2.1.tgz_1496746872043_0.8691278838086873"},"directories":{}},"2.2.2":{"name":"graphql-compose-connection","version":"2.2.2","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["lib","README.md"],"main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql-compose":">=1.20.3 || >=2.0.0"},"devDependencies":{"babel-cli":"^6.24.1","babel-eslint":"^7.2.3","babel-jest":"^20.0.3","babel-plugin-transform-flow-strip-types":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.23.0","babel-plugin-transform-runtime":"^6.23.0","babel-preset-env":"^1.5.2","cz-conventional-changelog":"^2.0.0","eslint":"^4.0.0","eslint-config-airbnb-base":"^11.2.0","eslint-config-prettier":"^2.2.0","eslint-plugin-flowtype":"^2.34.0","eslint-plugin-import":"^2.3.0","eslint-plugin-prettier":"^2.1.2","flow-bin":"^0.48.0","graphql":"^0.10.3","graphql-compose":"^2.0.0","jest":"^20.0.4","prettier":"^1.4.4","rimraf":"^2.6.1","semantic-release":"^6.3.2"},"dependencies":{"babel-runtime":"^6.23.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"roots":["<rootDir>/src"]},"scripts":{"build":"npm run build-cjs && npm run build-flow","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow stop && ./node_modules/.bin/flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql-compose && yarn add graphql-compose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"0a1bd725f3455ea2688c1da130e6746c408ce8a6","_id":"graphql-compose-connection@2.2.2","_shasum":"16bc70feade9a127c672ef96fd7a4974bcd0559a","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"16bc70feade9a127c672ef96fd7a4974bcd0559a","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-2.2.2.tgz","integrity":"sha512-raDOmm9Yxp1BsxtHzcH8f8st57Xwq7jixBSsH/iI1XG0UlsKkx6R+owszGUKx4ApUlMKxk1ZrjkbUBtdZTEi0w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHe2LULiEuZ4gnepoCYMYVgW3shUKQjwS2frkdTpKkBdAiAT0HOH8gCTCt4NlWS1R7kv8D0zaGNG8RMrUg69b5S2RA=="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection-2.2.2.tgz_1498021234710_0.382717773783952"},"directories":{}},"2.3.0":{"name":"graphql-compose-connection","version":"2.3.0","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["lib","README.md"],"main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql-compose":">=1.20.3 || >=2.9.0"},"devDependencies":{"babel-cli":"^6.26.0","babel-eslint":"^7.2.3","babel-jest":"^21.0.0","babel-plugin-transform-flow-strip-types":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-runtime":"^6.23.0","babel-preset-env":"^1.6.0","cz-conventional-changelog":"^2.0.0","eslint":"^4.6.1","eslint-config-airbnb-base":"^12.0.0","eslint-config-prettier":"^2.4.0","eslint-plugin-flowtype":"^2.35.1","eslint-plugin-import":"^2.7.0","eslint-plugin-prettier":"^2.2.0","flow-bin":"^0.54.1","graphql":"^0.11.3","graphql-compose":"^2.9.0","jest":"^21.0.1","prettier":"^1.6.1","rimraf":"^2.6.1","semantic-release":"^7.0.2"},"dependencies":{"babel-runtime":"^6.26.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"roots":["<rootDir>/src"]},"scripts":{"build":"npm run build-cjs && npm run build-flow","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow stop && ./node_modules/.bin/flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql-compose && yarn add graphql-compose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"9770db15934fcc4c955594693a89b95cf71294be","_id":"graphql-compose-connection@2.3.0","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-yuKBPXBo91wDNJKWKUoVFah4HqQMh5zujH0kOo2AeLPcs04MgdT6HObwaHsukIepU8tuHCN7ELkzHKB8MMFGWw==","shasum":"a3c55dc92f992944ec5a814ae717d112d2b635a0","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-2.3.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA9ezojw6rJ4HkotLhcTQkW4yBEsqxDR98+9web+VvyOAiB7oedvSQuJB7nYq3b+Yj5gAZcntUJ2Dt7yxk1xF09CeQ=="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection-2.3.0.tgz_1504760797777_0.9137055878527462"},"directories":{}},"2.3.1":{"name":"graphql-compose-connection","version":"2.3.1","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["lib","README.md"],"main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql-compose":">=2.9.0"},"devDependencies":{"babel-cli":"^6.26.0","babel-eslint":"^7.2.3","babel-jest":"^21.0.0","babel-plugin-transform-flow-strip-types":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-runtime":"^6.23.0","babel-preset-env":"^1.6.0","cz-conventional-changelog":"^2.0.0","eslint":"^4.6.1","eslint-config-airbnb-base":"^12.0.0","eslint-config-prettier":"^2.4.0","eslint-plugin-flowtype":"^2.35.1","eslint-plugin-import":"^2.7.0","eslint-plugin-prettier":"^2.2.0","flow-bin":"^0.54.1","graphql":"^0.11.3","graphql-compose":"^2.9.0","jest":"^21.0.1","prettier":"^1.6.1","rimraf":"^2.6.1","semantic-release":"^7.0.2"},"dependencies":{"babel-runtime":"^6.26.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"roots":["<rootDir>/src"]},"scripts":{"build":"npm run build-cjs && npm run build-flow","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow stop && ./node_modules/.bin/flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql-compose && yarn add graphql-compose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"0d032393f0c8c1a2bf4346a414c0a2ede754954f","_id":"graphql-compose-connection@2.3.1","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-0NqIlY5J/M/VJpxAa8FPyWlUsq5COZYwf/9LIORLJ3X2KdYmqGKF8k0ldQPMcDwQAYVtpar/2uDcv0PfBJL33g==","shasum":"7ca10302df80881cad479608007bf6bdcc1a0a6b","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-2.3.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICd/cPVqZuDVXgZ2CjZ7Of3z6aivQ10/iQe7wE7HSMajAiEA1WQqpQjVPeGfWTkDIir8GYiam9fvCqagvUYGH+Bg3LQ="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection-2.3.1.tgz_1506612528281_0.8343191160820425"},"directories":{}},"2.4.0":{"name":"graphql-compose-connection","version":"2.4.0","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["lib","README.md"],"main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql-compose":">=2.9.0"},"devDependencies":{"babel-cli":"^6.26.0","babel-eslint":"^7.2.3","babel-jest":"^21.0.0","babel-plugin-transform-flow-strip-types":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-runtime":"^6.23.0","babel-preset-env":"^1.6.0","cz-conventional-changelog":"^2.0.0","eslint":"^4.6.1","eslint-config-airbnb-base":"^12.0.0","eslint-config-prettier":"^2.4.0","eslint-plugin-flowtype":"^2.35.1","eslint-plugin-import":"^2.7.0","eslint-plugin-prettier":"^2.2.0","flow-bin":"^0.54.1","graphql":"^0.11.3","graphql-compose":"^2.9.0","jest":"^21.0.1","prettier":"^1.6.1","rimraf":"^2.6.1","semantic-release":"^7.0.2"},"dependencies":{"babel-runtime":"^6.26.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"roots":["<rootDir>/src"]},"scripts":{"build":"npm run build-cjs && npm run build-flow","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow stop && ./node_modules/.bin/flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql-compose && yarn add graphql-compose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"9de6600dcbe6e099da7be5a57aacf4410ef82c95","_id":"graphql-compose-connection@2.4.0","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-+w1q9mSmWeJXfuBR1hNLSiH8u2EzousRM/zx17o4p/SgcfQGVPrmfzbJJ6/68ouFhKYRGozwrZYsyUIkwcEW+w==","shasum":"3b525a1f439353b367b469906d16467b3880a296","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-2.4.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDnn1Bos1xn1GPbbbwWqqjBEaoReCW3NmMESa8b/NkM0AiEAgOd9VbBLDw8aMqRrsI1HBKw1JfZiRgydydG52l0LSsk="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection-2.4.0.tgz_1506777064156_0.19337150803767145"},"directories":{}},"2.4.1":{"name":"graphql-compose-connection","version":"2.4.1","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["lib","README.md"],"main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql-compose":">=2.9.0"},"devDependencies":{"babel-cli":"^6.26.0","babel-eslint":"^7.2.3","babel-jest":"^21.0.0","babel-plugin-transform-flow-strip-types":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-runtime":"^6.23.0","babel-preset-env":"^1.6.0","cz-conventional-changelog":"^2.0.0","eslint":"^4.6.1","eslint-config-airbnb-base":"^12.0.0","eslint-config-prettier":"^2.4.0","eslint-plugin-flowtype":"^2.35.1","eslint-plugin-import":"^2.7.0","eslint-plugin-prettier":"^2.2.0","flow-bin":"^0.54.1","graphql":"^0.11.3","graphql-compose":"^2.9.0","jest":"^21.0.1","prettier":"^1.6.1","rimraf":"^2.6.1","semantic-release":"^7.0.2"},"dependencies":{"babel-runtime":"^6.26.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"roots":["<rootDir>/src"]},"scripts":{"build":"npm run build-cjs && npm run build-flow","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow stop && ./node_modules/.bin/flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql-compose && yarn add graphql-compose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"461a33f8f6d158bd715d176c937dfebf5044a996","_id":"graphql-compose-connection@2.4.1","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-DFsMBsovTsyDyFRc4A9w3HYK5cdjYZzlumDD2hI3pbj0FfDcKl0PMc0FiQWND/Ivd9qOan3Ip9A7NSW1n5UvKA==","shasum":"90f8e89b44f5f191de7def64eaadf0ab7f0f169b","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-2.4.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCt2UjoahTO8dyXGEKXu3Gt0xp8+U0ISBW/xS30AisLoQIgHyZpff1TXjmEV4vJ6TV3Cw2dqemsx/1plT57L7NPpBo="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection-2.4.1.tgz_1506780787234_0.6232274698559195"},"directories":{}},"2.4.2":{"name":"graphql-compose-connection","version":"2.4.2","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["lib","README.md"],"main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql-compose":">=2.9.0"},"devDependencies":{"babel-cli":"^6.26.0","babel-eslint":"^7.2.3","babel-jest":"^21.0.0","babel-plugin-transform-flow-strip-types":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-runtime":"^6.23.0","babel-preset-env":"^1.6.0","cz-conventional-changelog":"^2.0.0","eslint":"^4.6.1","eslint-config-airbnb-base":"^12.0.0","eslint-config-prettier":"^2.4.0","eslint-plugin-flowtype":"^2.35.1","eslint-plugin-import":"^2.7.0","eslint-plugin-prettier":"^2.2.0","flow-bin":"^0.54.1","graphql":"^0.11.3","graphql-compose":"^2.9.0","jest":"^21.0.1","prettier":"^1.6.1","rimraf":"^2.6.1","semantic-release":"^7.0.2"},"dependencies":{"babel-runtime":"^6.26.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"roots":["<rootDir>/src"]},"scripts":{"build":"npm run build-cjs && npm run build-flow","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow stop && ./node_modules/.bin/flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql-compose && yarn add graphql-compose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"c2ee041caffb8da875ebea2c34d0d8910d0cf16c","_id":"graphql-compose-connection@2.4.2","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-j+EsA3WxYSv8wZ2hMq4X367XsbwtwY2R3nXTAZptIeH4bcn3dv76XDfUbSaD4UQeO/JPmtgs1J86gnYC/igbBA==","shasum":"620b6e87fb4b654ef77576f813f3d78202134eeb","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-2.4.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDdNb+4SH3acWcxKFzNmbloVga4EDe2BfaqMJPus/437AiEAw8yXwbBRW+9Hjq97oR+UfvupetAtHrWPcRTYfCprNeY="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection-2.4.2.tgz_1506782466293_0.8446946709882468"},"directories":{}},"2.5.0":{"name":"graphql-compose-connection","version":"2.5.0","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["lib","README.md"],"main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql-compose":">=2.9.0"},"devDependencies":{"babel-cli":"^6.26.0","babel-eslint":"^7.2.3","babel-jest":"^21.0.0","babel-plugin-transform-flow-strip-types":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-runtime":"^6.23.0","babel-preset-env":"^1.6.0","cz-conventional-changelog":"^2.0.0","eslint":"^4.6.1","eslint-config-airbnb-base":"^12.0.0","eslint-config-prettier":"^2.4.0","eslint-plugin-flowtype":"^2.35.1","eslint-plugin-import":"^2.7.0","eslint-plugin-prettier":"^2.2.0","flow-bin":"^0.54.1","graphql":"^0.11.3","graphql-compose":"^2.9.0","jest":"^21.0.1","prettier":"^1.6.1","rimraf":"^2.6.1","semantic-release":"^7.0.2"},"dependencies":{"babel-runtime":"^6.26.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"roots":["<rootDir>/src"]},"scripts":{"build":"npm run build-cjs && npm run build-flow","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow stop && ./node_modules/.bin/flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql-compose && yarn add graphql-compose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"47cd619646a25aff3f3f43c337e6f8e4cdc31bed","_id":"graphql-compose-connection@2.5.0","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-AFokfUJ3eKhdlzj7Zl0I9gWww08hzjr8sDqie6WIdMng2sIxv5rDkoQ6V6LXGwrRAW8c915Hb1nI0QMYAVZYAw==","shasum":"c5df1224d503e53b3ef5546cdbd9d20f8012a211","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-2.5.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICSvsTuuXjzYHUwfdBK3iw/XpEduteB93At3N6T3Ekz9AiEAyLt/IGYdV6AObQUAfqi2U72mdu2VSG0B4LRBsYOum1o="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection-2.5.0.tgz_1506930797678_0.2600205298513174"},"directories":{}},"2.5.1":{"name":"graphql-compose-connection","version":"2.5.1","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["lib","README.md"],"main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql-compose":">=2.9.0"},"devDependencies":{"babel-cli":"^6.26.0","babel-eslint":"^7.2.3","babel-jest":"^21.0.0","babel-plugin-transform-flow-strip-types":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-runtime":"^6.23.0","babel-preset-env":"^1.6.0","cz-conventional-changelog":"^2.0.0","eslint":"^4.6.1","eslint-config-airbnb-base":"^12.0.0","eslint-config-prettier":"^2.4.0","eslint-plugin-flowtype":"^2.35.1","eslint-plugin-import":"^2.7.0","eslint-plugin-prettier":"^2.2.0","flow-bin":"^0.54.1","graphql":"^0.11.3","graphql-compose":"^2.9.0","jest":"^21.0.1","prettier":"^1.6.1","rimraf":"^2.6.1","semantic-release":"^7.0.2"},"dependencies":{"babel-runtime":"^6.26.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"roots":["<rootDir>/src"]},"scripts":{"build":"npm run build-cjs && npm run build-flow","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow stop && ./node_modules/.bin/flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql-compose && yarn add graphql-compose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"da98522aacf07f5e9628f980271b740fccebdeac","_id":"graphql-compose-connection@2.5.1","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-8jq/dNJ5xdcYU+8hGfb7YOvjW79nfkYkuCwrU9RsWPbyJtTSHTayU4TCCS6x0MTtRkzt2rM7+AIVExu7iNjcyg==","shasum":"aaef2cae5ec6d2f324ea49ff34c921ba88b75250","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-2.5.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCFEusq4AicunC0btWW97vsesC4ELM4eVN5CyYkMaP+bwIhAN5L2XUQVm802MMxxDQVMegptgzIumRxG9JbgfooQ5ir"}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection-2.5.1.tgz_1507123918712_0.2171784653328359"},"directories":{}},"2.5.2":{"name":"graphql-compose-connection","version":"2.5.2","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["lib","README.md"],"main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql-compose":">=2.9.0"},"devDependencies":{"babel-cli":"^6.26.0","babel-eslint":"^7.2.3","babel-jest":"^21.0.0","babel-plugin-transform-flow-strip-types":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-runtime":"^6.23.0","babel-preset-env":"^1.6.0","cz-conventional-changelog":"^2.0.0","eslint":"^4.6.1","eslint-config-airbnb-base":"^12.0.0","eslint-config-prettier":"^2.4.0","eslint-plugin-flowtype":"^2.35.1","eslint-plugin-import":"^2.7.0","eslint-plugin-prettier":"^2.2.0","flow-bin":"^0.54.1","graphql":"^0.11.3","graphql-compose":"^2.9.0","jest":"^21.0.1","prettier":"^1.6.1","rimraf":"^2.6.1","semantic-release":"^7.0.2"},"dependencies":{"babel-runtime":"^6.26.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"roots":["<rootDir>/src"]},"scripts":{"build":"npm run build-cjs && npm run build-flow","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql-compose && yarn add graphql-compose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"94690374600fa4eeffce7bcf640456997cf8f1ae","_id":"graphql-compose-connection@2.5.2","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-mE/QocpBE65yomnzL+BSfXFRH5OngM67z34ibBoM3rC8zoAh93X5dZppdsGk3XJbn2gG6ElfF78DgFX0yCb3zg==","shasum":"e041e7c38527c354bb70a7fe97c7cdf932e76981","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-2.5.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCjBaJMZgKXJ09uIpLFD/TDejnSTSYNxBtI3tbKrEDRZQIhAOB4LDyfb/y1hbq/AJYsVWj+cgoKuLphwa63d2Zs0jmj"}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection-2.5.2.tgz_1507184016033_0.6965006017126143"},"directories":{}},"2.5.3":{"name":"graphql-compose-connection","version":"2.5.3","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["lib","README.md"],"main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql-compose":">=2.9.5"},"devDependencies":{"babel-cli":"^6.26.0","babel-eslint":"^8.0.1","babel-jest":"^21.2.0","babel-plugin-transform-flow-strip-types":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-runtime":"^6.23.0","babel-preset-env":"^1.6.1","cz-conventional-changelog":"^2.1.0","eslint":"^4.10.0","eslint-config-airbnb-base":"^12.1.0","eslint-config-prettier":"^2.6.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-import":"^2.8.0","eslint-plugin-prettier":"^2.3.1","flow-bin":"^0.57.3","graphql":"^0.11.7","graphql-compose":"^2.9.5","jest":"^21.2.1","prettier":"^1.7.4","rimraf":"^2.6.2","semantic-release":"^8.2.0"},"dependencies":{"babel-runtime":"^6.26.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"roots":["<rootDir>/src"]},"scripts":{"build":"npm run build-cjs && npm run build-flow","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql-compose && yarn add graphql-compose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"0b52fef5608361198185e33538d321b96f867f32","_id":"graphql-compose-connection@2.5.3","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-3zw42eDK/QYye2O0yZ3j9H+hMt1TITeCJeTI8/Bd62Mz9lchIBArydvwQMOHrvFU2ZW0lLTY8Kmmjs+gN+t2yA==","shasum":"15998e47142bfe4abe67d9f1959267ccda6c2a89","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-2.5.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC8qusAz286Zo3Arf7X4tVr5ryYOelP8OTNd64VSdML7AIhALkCWYPjfgWqmZp5AzXoXK+KE9Pw56ZRlMnZHhX3fixS"}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection-2.5.3.tgz_1509531132778_0.8312902357429266"},"directories":{}},"2.5.4":{"name":"graphql-compose-connection","version":"2.5.4","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["lib","README.md"],"main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql-compose":">=2.9.5"},"devDependencies":{"babel-cli":"^6.26.0","babel-eslint":"^8.0.1","babel-jest":"^21.2.0","babel-plugin-transform-flow-strip-types":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-runtime":"^6.23.0","babel-preset-env":"^1.6.1","cz-conventional-changelog":"^2.1.0","eslint":"^4.10.0","eslint-config-airbnb-base":"^12.1.0","eslint-config-prettier":"^2.6.0","eslint-plugin-flowtype":"^2.39.1","eslint-plugin-import":"^2.8.0","eslint-plugin-prettier":"^2.3.1","flow-bin":"^0.57.3","graphql":"^0.11.7","graphql-compose":"^2.9.5","jest":"^21.2.1","prettier":"^1.7.4","rimraf":"^2.6.2","semantic-release":"^8.2.0"},"dependencies":{"babel-runtime":"^6.26.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"roots":["<rootDir>/src"]},"scripts":{"build":"npm run build-cjs && npm run build-flow","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql-compose && yarn add graphql-compose","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"7251bfabfe0cec2c2ea18df1cac1907ccbbc2150","_id":"graphql-compose-connection@2.5.4","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-om5T4hBLM9FqQAH99tw7a92X8hhTxOA8vx0FPagl5d9hkUoOVQizOXsoXlz0FrzV0a6E61qsWBeztBVYSFS4eg==","shasum":"c81948226652261d24f4dc93867c1fdf7361c18d","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-2.5.4.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDd5DvayiSIRV4+IWNZTM4AUWtPtw0H/lys2OBr1f0kFwIgcLENmX28k3gpfeqAraBPHizsOfOtyqzp2m8aOC/cV6A="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection-2.5.4.tgz_1509791004738_0.5326489151921123"},"directories":{}},"2.5.5":{"name":"graphql-compose-connection","version":"2.5.5","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["lib","README.md"],"main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql-compose":">=2.9.5 || >=3.0.0"},"devDependencies":{"babel-cli":"^6.26.0","babel-eslint":"^8.2.1","babel-jest":"^22.2.0","babel-plugin-transform-flow-strip-types":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-runtime":"^6.23.0","babel-preset-env":"^1.6.1","cz-conventional-changelog":"^2.1.0","eslint":"^4.17.0","eslint-config-airbnb-base":"^12.1.0","eslint-config-prettier":"^2.9.0","eslint-plugin-flowtype":"^2.43.0","eslint-plugin-import":"^2.8.0","eslint-plugin-prettier":"^2.6.0","flow-bin":"^0.65.0","graphql":"0.13.0","graphql-compose":"^3.0.0-beta.2","jest":"^22.2.1","prettier":"^1.10.2","rimraf":"^2.6.2","semantic-release":"^12.4.1"},"dependencies":{"babel-runtime":"^6.26.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"roots":["<rootDir>/src"]},"scripts":{"build":"npm run build-cjs && npm run build-flow","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql-compose && yarn add graphql-compose","semantic-release":"semantic-release"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"0370ebc713e96a9d7bd7945f8c0dfe3a2c64d142","_id":"graphql-compose-connection@2.5.5","_npmVersion":"5.6.0","_nodeVersion":"9.5.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-0fgMTH8r7dqUjogvnEr6PKnf7Z7PaeY0hDIk7ZdJKns4zm9tJFL2j4JI7Rzr/bCvbvhOOd/VLkXC9cV4eQNAtg==","shasum":"f21c30cb313799192641e7cc3bbc7a8dc5873b9d","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-2.5.5.tgz","fileCount":22,"unpackedSize":56222,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID4Z6J3d0lErPruvVMGsbTa4RdMXLuUoj13+AEis1xJeAiAjdJwjkvmvG8P7h5gQ1fazUbJ5OjP6cV0XYzKZUn013A=="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_2.5.5_1518189558815_0.7560001191380428"},"_hasShrinkwrap":false},"2.5.6":{"name":"graphql-compose-connection","version":"2.5.6","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["lib","README.md"],"main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql-compose":">=2.9.5 || >=3.0.0"},"devDependencies":{"babel-cli":"^6.26.0","babel-eslint":"^8.2.1","babel-jest":"^22.2.0","babel-plugin-transform-flow-strip-types":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-runtime":"^6.23.0","babel-preset-env":"^1.6.1","cz-conventional-changelog":"^2.1.0","eslint":"^4.17.0","eslint-config-airbnb-base":"^12.1.0","eslint-config-prettier":"^2.9.0","eslint-plugin-flowtype":"^2.43.0","eslint-plugin-import":"^2.8.0","eslint-plugin-prettier":"^2.6.0","flow-bin":"^0.65.0","graphql":"0.13.0","graphql-compose":"^3.0.0-beta.3","jest":"^22.2.1","prettier":"^1.10.2","rimraf":"^2.6.2","semantic-release":"^12.4.1"},"dependencies":{"babel-runtime":"^6.26.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"roots":["<rootDir>/src"]},"scripts":{"build":"npm run build-cjs && npm run build-flow","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql-compose && yarn add graphql-compose","semantic-release":"semantic-release"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"0277a7f3d544a0308214c29559d4364bb649c7d0","_id":"graphql-compose-connection@2.5.6","_npmVersion":"5.6.0","_nodeVersion":"9.5.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-TWjnPUMhabs5D7KYdena3gkH6y9GChbAbcLZIWA+hjBv+x5Nx3J82O/6sXAmfElEkB9XynAJiJNlYSYNIIeLeQ==","shasum":"6043253c836424ee33c08ff5f2cb369ca3a84198","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-2.5.6.tgz","fileCount":22,"unpackedSize":56294,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDAzqpUCIr23Dvp4qQnk5rY9eeN6DkjuJEluKZ65+LXnwIhAKvFdoOz+5zAWsTL//Nci3XVIJriI+1j5wCQBeAE6d/c"}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_2.5.6_1518193993612_0.6329780233865008"},"_hasShrinkwrap":false},"2.5.7":{"name":"graphql-compose-connection","version":"2.5.7","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["lib","README.md"],"main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql-compose":">=2.9.5 || >=3.0.0"},"devDependencies":{"babel-cli":"^6.26.0","babel-eslint":"^8.2.1","babel-jest":"^22.2.2","babel-plugin-transform-flow-strip-types":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-runtime":"^6.23.0","babel-preset-env":"^1.6.1","cz-conventional-changelog":"^2.1.0","eslint":"^4.17.0","eslint-config-airbnb-base":"^12.1.0","eslint-config-prettier":"^2.9.0","eslint-plugin-flowtype":"^2.43.0","eslint-plugin-import":"^2.8.0","eslint-plugin-prettier":"^2.6.0","flow-bin":"^0.65.0","graphql":"0.13.0","graphql-compose":"^3.0.0-beta.5","jest":"^22.2.2","prettier":"^1.10.2","rimraf":"^2.6.2","semantic-release":"^12.4.1"},"dependencies":{"babel-runtime":"^6.26.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"roots":["<rootDir>/src"]},"scripts":{"build":"npm run build-cjs && npm run build-flow","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql-compose && yarn add graphql-compose","semantic-release":"semantic-release"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"a72b0927c5abd5b7e474bcb0da63502be788d465","_id":"graphql-compose-connection@2.5.7","_npmVersion":"5.6.0","_nodeVersion":"9.5.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-7bvj4+xjR9zmdbOGp0a6gIKtmQrW1tKMVGiBsBC/cCEI4kZSgk/NxvijwKblQJweU9hpaFKGGZarBRC3gHwcxw==","shasum":"09179730de1183e20edc768a5a8eae157f516d4b","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-2.5.7.tgz","fileCount":22,"unpackedSize":56275,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDAOUA5FFn17HyP1QrywTx3aO7/gz3QK3esPYZ1zk0rbAiEA2rbyB/YYv3gRAcU6UDE1EAsWy2M04yEKdNy4O/+GEFw="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_2.5.7_1518451756485_0.3410685391253758"},"_hasShrinkwrap":false},"3.0.0":{"name":"graphql-compose-connection","version":"3.0.0","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["lib","README.md"],"main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/nodkz/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/nodkz/graphql-compose-connection/issues"},"homepage":"https://github.com/nodkz/graphql-compose-connection","peerDependencies":{"graphql-compose":">=3.0.0"},"devDependencies":{"babel-cli":"^6.26.0","babel-core":"^6.26.0","babel-eslint":"^8.2.1","babel-jest":"^22.2.2","babel-plugin-transform-flow-strip-types":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-runtime":"^6.23.0","babel-preset-env":"^1.6.1","cz-conventional-changelog":"^2.1.0","eslint":"^4.17.0","eslint-config-airbnb-base":"^12.1.0","eslint-config-prettier":"^2.9.0","eslint-plugin-flowtype":"^2.44.0","eslint-plugin-import":"^2.8.0","eslint-plugin-prettier":"^2.6.0","flow-bin":"^0.65.0","graphql":"0.13.0","graphql-compose":"^3.0.3","jest":"^22.3.0","prettier":"^1.10.2","rimraf":"^2.6.2","semantic-release":"^12.4.1"},"dependencies":{"babel-runtime":"^6.26.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"roots":["<rootDir>/src"]},"scripts":{"build":"npm run build-cjs && npm run build-flow","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql-compose && yarn add graphql-compose","semantic-release":"semantic-release"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"5245a8c7f197fdbc0c1bfacbfc52da220d053274","_id":"graphql-compose-connection@3.0.0","_npmVersion":"5.6.0","_nodeVersion":"9.5.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-DdggRs11llqETz/cbD46OvXTYTP5o1MdOj3Duiu7a1V1B+qsSQ0wqAujjhnK4kx3QLlIIlK5AhysJSVdh6g+oQ==","shasum":"d637e4e54e26e96b4a2c8792209ec6cd2e9d413c","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-3.0.0.tgz","fileCount":22,"unpackedSize":56261,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDDsAQwGWMdiFeatXF3R7j1RWDLkqGAYMtva+1BI8OF7gIhAK94rJ0doTCtsliaMV04XNQDWs4dKLcYBE9Y9PSVdIzy"}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_3.0.0_1518680256178_0.508254253530352"},"_hasShrinkwrap":false},"3.0.1":{"name":"graphql-compose-connection","version":"3.0.1","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["lib","README.md"],"main":"lib/index.js","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","peerDependencies":{"graphql-compose":">=3.0.0 || >=4.0.0"},"devDependencies":{"babel-cli":"^6.26.0","babel-core":"^6.26.0","babel-eslint":"^8.2.3","babel-jest":"^22.4.3","babel-plugin-transform-flow-strip-types":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-runtime":"^6.23.0","babel-preset-env":"^1.6.1","cz-conventional-changelog":"^2.1.0","eslint":"^4.19.1","eslint-config-airbnb-base":"^12.1.0","eslint-config-prettier":"^2.9.0","eslint-plugin-flowtype":"^2.46.2","eslint-plugin-import":"^2.11.0","eslint-plugin-prettier":"^2.6.0","flow-bin":"^0.70.0","graphql":"0.13.2","graphql-compose":"^4.0.0","jest":"^22.4.3","prettier":"^1.12.0","rimraf":"^2.6.2","semantic-release":"^15.1.7"},"dependencies":{"babel-runtime":"^6.26.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"roots":["<rootDir>/src"]},"scripts":{"build":"npm run build-cjs && npm run build-flow","build-cjs":"rimraf lib && babel src --ignore __tests__,__mocks__ -d lib","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql-compose && yarn add graphql-compose","semantic-release":"semantic-release"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"85a35accf46eadcbee3687590736cd0064eb5d9d","_id":"graphql-compose-connection@3.0.1","_npmVersion":"5.6.0","_nodeVersion":"9.11.1","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-uKaRG7z+/iPRTeH0+4iSXMPeDyFlVcbu2Iv0Dz2OtSYDAlH9ge1pb03Ne3MA1stDys1OZVBpMVNZKyq237/zjg==","shasum":"0a8d24f41c5b2fb1d6cf4f9a199a2ade310c7611","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-3.0.1.tgz","fileCount":22,"unpackedSize":56403,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa1PqDCRA9TVsSAnZWagAA/skP/jqU6veuD/C9pcqYVrMa\nkGxVJp5itN5v0xZRYyirgbfKhL4qLGqmrMbRrI6Sj0lotyz1m9nUNXZo+lO7\npPBkSu19nOjXnumLW5GGhVanHQTKpjoPEzOm39PNvr41mCqV1s9eHf6MO2YH\nVvWbZFuNHXeA0FDq6MN//tg22f/Lji8mExkNkojlCoTcLwz3cRkvJwdjSY1h\nHVd6TgetmNqYQlOh0J8s3j6NHk9wxpFw3VO3lg00yGMM4iCbe/MXjwDv1kxq\n0oR+55pdPDteoLZ5Amw/niiG0HINsrH0Z4gpq2yVPY8+ogjsLkb8K9RiwL7X\nng10qCAu3rJXpXsEMuE/FuKQnibSBufuHjctyfTcy7El7KTWr4geUXd4Lja6\nRd4HQTRXKNxA8CiOciaE/BQLresMlg0cTZuCrvkSylN9kMq0KYL58Q60w8mo\nwrpF1HOYnDNMMdpDMUJ/ODRZGVpCqHHpzR3tQHYosgCGuzqO8XkSzLokA6yE\nwRfGIyhhF49SL2Jnt7Iqt0i/kvF81BeoWuOWCW2NI0BREoAjVfjtRro9tGGi\n524IZUAh3EPrRdUQ4bqv8iKzrqeOsKUmequLKa3si9fKZI3OnkPgi6aKUplW\niOqkZ4wQDaBU2Fy1XoLhX7HttNStv/2HyzVml07t/u474uX+W+PLzc8QI/DB\nLUmf\r\n=g57+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFCyaNkPZxEwKrXmBwTJ5vkKS6RYUeDN08mVe1JSf0jSAiAxqY25SqzA+f0qOKtQb3sacmLPGjm8KKP1NJbhvqIO/w=="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_3.0.1_1523907201948_0.5125581472042848"},"_hasShrinkwrap":false},"3.1.0":{"name":"graphql-compose-connection","version":"3.1.0","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["lib","mjs","README.md"],"main":"lib/index.js","module":"mjs/index.js","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","peerDependencies":{"graphql-compose":">=3.0.0 || >=4.0.0"},"devDependencies":{"babel-cli":"^6.26.0","babel-core":"^6.26.3","babel-eslint":"^8.2.5","babel-jest":"^23.2.0","babel-plugin-transform-flow-strip-types":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-runtime":"^6.23.0","babel-preset-env":"^1.7.0","cz-conventional-changelog":"^2.1.0","eslint":"^5.0.1","eslint-config-airbnb-base":"^13.0.0","eslint-config-prettier":"^2.9.0","eslint-plugin-flowtype":"^2.49.3","eslint-plugin-import":"^2.13.0","eslint-plugin-prettier":"^2.6.1","flow-bin":"^0.75.0","graphql":"0.13.2","graphql-compose":"^4.4.0","jest":"^23.2.0","prettier":"^1.13.6","rimraf":"^2.6.2","semantic-release":"^15.6.0"},"dependencies":{"babel-runtime":"^6.26.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"roots":["<rootDir>/src"]},"scripts":{"build":"npm run build-cjs && npm run build-mjs && npm run build-flow","build-cjs":"rimraf lib && BABEL_ENV=cjs babel src --ignore __tests__,__mocks__ -d lib && COPY_TO_FOLDER=lib npm run build-flow","build-mjs":"rimraf mjs && BABEL_ENV=mjs babel src --ignore __tests__,__mocks__ -d mjs && yarn build-mjs-rename && COPY_TO_FOLDER=mjs npm run build-flow","build-mjs-rename":"find ./mjs -name \"*.js\" -exec bash -c 'mv \"$1\" \"${1%.js}\".mjs' - '{}' \\;","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo ./${COPY_TO_FOLDER:-lib}$filepath | sed 's/.\\/src\\//\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql-compose && yarn add graphql-compose","semantic-release":"semantic-release"},"gitHead":"1375b8f53fb83913f15b1719e614679df4dcdb45","contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"_id":"graphql-compose-connection@3.1.0","_npmVersion":"5.6.0","_nodeVersion":"9.11.2","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-s2/SuwIw/d9oPOWNTzPKTQibfEGrnIWL/bKAo7wNsIeCk7BbzOVs7dR5qvVi/NEJzgDiO4KTqf7CH60iaiPLjQ==","shasum":"4b143228ee29c366da38d19eab0d3a9fda33b09f","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-3.1.0.tgz","fileCount":40,"unpackedSize":96719,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbMkj1CRA9TVsSAnZWagAAA+MQAJMBeynSjXN2tTc7zswR\nU3HVFSMwIOW53a0I1RfX4/xnLiXGdWiKKWhzoiDECstWj7A6rSPJGsSxgBRA\noGQC2SX+38QR1f9zTiQbCpuAGsQsp4OgmW5aNxUOu44rRqpe0dFsHpu8MegT\nL58Ey8lyZuGCPSWffrVM98QrjEVuSCjOxAC748hJUZ2z9/BHwYxmJl7LaQZd\nhHljKtmPtYSdiAoDGiXvd05Mb/fZSdQ48xXfEWrYQANKAS3XExiR7/WZhe98\ns3X6QSpwNs9sXaT2Yn4UHOfH65WtI33at2Cz3sLDpBfFrmkjxhD3UwmxpE9+\nZokrxx6Lmhcf9sneJyPOTeBWluflPIC7rC8MSCKwhvhE53bEv/WlrurwHs5t\nY0Ua5jldOF8C75FbEImKavNIv3S2ZFQiaq8pf5pDgv3Xh+ZzFt4yd00888tP\n/vv+DP0ecY3Gy0Lm3Ub90iplXdz/fVHfEEr+M+wkazPHE01SUfjKaGr9UBfm\n2P9o4mvfeZMjKh9TIGJMJiYihwTeWqlvW3rlsdtDu0KFRyGyetf3mYsVcZ4o\nKMfjyQZ+Bj1f5lILRHhh0W/3oZ6EXHz4+3iOWy2021V1J0xboDLhF1YXT+ZZ\nCs3jiy1r7ObEIHc8CyC3rXXY0wbTM3IX83vDrrHb768KYnUFksAQ/NNyas7n\n+psp\r\n=Y/If\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC5yUl5ztZZSeVPU5pVcZZ8CHEN+c+iaADDh6kJ/3W+GAiBYK1Puqo/FEYhL6mU7Hj6WL1G+eSo3ajN1sS2TrbIX4w=="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_3.1.0_1530022133652_0.7722214477813818"},"_hasShrinkwrap":false},"3.1.1":{"name":"graphql-compose-connection","version":"3.1.1","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["lib","mjs","README.md"],"main":"lib/index.js","module":"mjs/index.mjs","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","peerDependencies":{"graphql-compose":">=3.0.0 || >=4.0.0"},"devDependencies":{"babel-cli":"^6.26.0","babel-core":"^6.26.3","babel-eslint":"^8.2.5","babel-jest":"^23.2.0","babel-plugin-transform-flow-strip-types":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-runtime":"^6.23.0","babel-preset-env":"^1.7.0","cz-conventional-changelog":"^2.1.0","eslint":"^5.0.1","eslint-config-airbnb-base":"^13.0.0","eslint-config-prettier":"^2.9.0","eslint-plugin-flowtype":"^2.49.3","eslint-plugin-import":"^2.13.0","eslint-plugin-prettier":"^2.6.1","flow-bin":"^0.75.0","graphql":"0.13.2","graphql-compose":"^4.4.1","jest":"^23.2.0","prettier":"^1.13.6","rimraf":"^2.6.2","semantic-release":"^15.6.0"},"dependencies":{"babel-runtime":"^6.26.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"roots":["<rootDir>/src"]},"scripts":{"build":"npm run build-cjs && npm run build-mjs","build-cjs":"rimraf lib && BABEL_ENV=cjs babel src --ignore __tests__,__mocks__ -d lib && COPY_TO_FOLDER=lib npm run build-flow","build-mjs":"rimraf mjs && BABEL_ENV=mjs babel src --ignore __tests__,__mocks__ -d mjs && yarn build-mjs-rename && COPY_TO_FOLDER=mjs npm run build-flow","build-mjs-rename":"find ./mjs -name \"*.js\" -exec bash -c 'mv \"$1\" \"${1%.js}\".mjs' - '{}' \\;","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo ./${COPY_TO_FOLDER:-lib}$filepath | sed 's/.\\/src\\//\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql-compose && yarn add graphql-compose","semantic-release":"semantic-release"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"eeba09f532b427f0753fe88f35a61615e412107d","_id":"graphql-compose-connection@3.1.1","_npmVersion":"5.6.0","_nodeVersion":"9.11.2","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-qmdCP0IBbzmfay+JpXi+wn9jRen++p8UToysRl5l7uiCry7mzpX/pNABubKZ5czXMAsQRINJqVYNXk+tWMXIug==","shasum":"c60e2c0f831250297bc54a5023567d50b8a82e68","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-3.1.1.tgz","fileCount":40,"unpackedSize":96698,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbMk96CRA9TVsSAnZWagAAjiEP/ivkYyDrWTKRihtlt1n8\nFjngUVL6ce1pV0JyGm9zXSNXshAH4PnNiCVK/c6J3iLqy7a4fioFfEWoBndW\n6IKwcIPfmTMzmStpuVomrztyE51/uhVjt6EUKZecCN7Tb06zMtjwM5OdFOAj\n4BRqcJQb8rJQFmLRT5cTq329WS/nypf23U/xJtGoaT14g3XNFaqJSSdeH8lJ\nIUsivFoc2R3RuGgHX7BxjBfiWVK5LRx8RsnhsrOBdgdJo7KcwX6qt5HmdPgI\n+8JBfsJwh4gSLHpw0UWOGmQKJToFZP5uDQbPbm/atvmkh21nbIl0MWFpDgkT\nROX1H5OZOjYSP66rqDTkr8KKLjYPQTXZfgsDUXREWFB7bTNo/F/F2VJSO67C\nEJA2c3n4JaHO2R1eRg7QmENMDEq8nPI9C68sLvZjI06VkWGzwcy96/ZVVEvH\nOdieqXSXbX5VGzzjhI7D/r6hu46Igo8WWuZG+KBKCyVgheP8LHX2Qqvkyasa\n2lvRDco4aHGqSuvWHQ7PztWlkEvLGtL5h96aSapH3VUdhsKfgoxfBtSnzp1D\nyk+yguU2Hsm0qMpj0qyLHRXIBPs1btSEGOlWTId98XAM6N9bJlKoGjc4RYC9\nYjEN7NTCc12z/b8XSwg+qPVDKWJCYAhnjnOJTvlJB+XojnSpHAj8q96pFj0Q\n9Qfl\r\n=JiGH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDGWwkkP54BQFKQCB1dUBSMI0weRVv5F9/EC3iRnLULRAiEAiq7kV9W7zdk6fbD/3gFsHFuQsMLCLWOtzPFUKgimkYc="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_3.1.1_1530023802622_0.8651954459301201"},"_hasShrinkwrap":false},"3.2.0":{"name":"graphql-compose-connection","version":"3.2.0","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["lib","mjs","README.md"],"main":"lib/index.js","module":"mjs/index.mjs","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","peerDependencies":{"graphql-compose":">=3.0.0 || >=4.0.0"},"devDependencies":{"babel-cli":"^6.26.0","babel-core":"^6.26.3","babel-eslint":"^8.2.5","babel-jest":"^23.2.0","babel-plugin-transform-flow-strip-types":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-runtime":"^6.23.0","babel-preset-env":"^1.7.0","cz-conventional-changelog":"^2.1.0","eslint":"^5.0.1","eslint-config-airbnb-base":"^13.0.0","eslint-config-prettier":"^2.9.0","eslint-plugin-flowtype":"^2.49.3","eslint-plugin-import":"^2.13.0","eslint-plugin-prettier":"^2.6.1","flow-bin":"^0.75.0","graphql":"0.13.2","graphql-compose":"^4.4.1","jest":"^23.2.0","prettier":"^1.13.6","rimraf":"^2.6.2","semantic-release":"^15.6.0"},"dependencies":{"babel-runtime":"^6.26.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"roots":["<rootDir>/src"]},"scripts":{"build":"npm run build-cjs && npm run build-mjs","build-cjs":"rimraf lib && BABEL_ENV=cjs babel src --ignore __tests__,__mocks__ -d lib && COPY_TO_FOLDER=lib npm run build-flow","build-mjs":"rimraf mjs && BABEL_ENV=mjs babel src --ignore __tests__,__mocks__ -d mjs && yarn build-mjs-rename && COPY_TO_FOLDER=mjs npm run build-flow","build-mjs-rename":"find ./mjs -name \"*.js\" -exec bash -c 'mv \"$1\" \"${1%.js}\".mjs' - '{}' \\;","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo ./${COPY_TO_FOLDER:-lib}$filepath | sed 's/.\\/src\\//\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql-compose && yarn add graphql-compose","semantic-release":"semantic-release"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"6b7b10f43a5461234e30fe88367667fbe34fef6b","_id":"graphql-compose-connection@3.2.0","_npmVersion":"5.6.0","_nodeVersion":"9.11.2","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-bwTDMiZZakGWGYZ9111+m96sRA5/BPu5VIOXbeD5EkWZAQHE0Gf6YCxVWJqknFFrOuEZUCyrABcWr7gJz1dGOA==","shasum":"87bb068564b76bfdf613c48134b1e47ed4a2f232","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-3.2.0.tgz","fileCount":40,"unpackedSize":96918,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbQ1VnCRA9TVsSAnZWagAAmEcP/0rP16CQ3Grp45PiVzHG\nS+WQek9YEeeITP/HqdqKimURsszJnQ6c+Pv/NCHJDMcbHyGYOwUgo0mnVsZc\nnqnRIWOPomBsJLvqQ40O7VbRTeaKDAd+nWBYNYL1lMpzGlh4SMcR126OKto2\n1Zm/LuQIsiFic0rSoWgvktyhnYdlbCk+C6KnvGS0nqOz0P9MG+ypUgmJienU\nGitJUecpQxlXAc+a88kznM32LbsP1Bbnzu18h1ZOURH8QnrNPjESgMNQ9p50\n22KhUV3MgLeGnWVuh/Jw3ieY1QRbexeSXMdlC+W+VBCX4D2TZEkEJLeRZzbr\nhOXcHagRLImazDtpCM16x8kKrorcU9LiJTauhAMbKRzut0Bjz3r3qr7nm6Ow\npmgOiyklqpLMi5FfvRT6au2KFgrfQ6ktiwX9eX2xuw1t5FU085XrbWFthUES\nMPmX5QxIW9uOfBHs7vkK8+8RTlW9Gdoc+L1uO67ntQMguOWPRQ0KYW0ARPEg\nmkskkolRBtve5Te4hhw7oNd8kADazMKEwDQZvXpC4cATYq+tOccjA7z9CMXy\nApHWDAsyJZLc7X3zRhBaEwZKfuKM3BfQhUH0K+DayPHxOKaWXfU7xwD7GsN6\nG/ys0lD7dWJgvDIhyiHjJvgQftWzDdEouD35F+nxp+x0P6fjLScEjDoMX+p4\nD+gy\r\n=GzuP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCKFxiUY2lH2gzBUm3F6sddho9N+oK5dUU5/KNByGiLKgIgYBRMNjwiYBCyg0pL4eOrcwva+h3ZgjM3Ls0IWFerQHk="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_3.2.0_1531139431288_0.8863671094844234"},"_hasShrinkwrap":false},"3.2.1":{"name":"graphql-compose-connection","version":"3.2.1","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","files":["lib","mjs","README.md"],"main":"lib/index.js","module":"mjs/index.mjs","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","peerDependencies":{"graphql-compose":">=3.0.0 || >=4.0.0"},"devDependencies":{"babel-cli":"^6.26.0","babel-core":"^6.26.3","babel-eslint":"^8.2.6","babel-jest":"^23.4.2","babel-plugin-transform-flow-strip-types":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-runtime":"^6.23.0","babel-preset-env":"^1.7.0","cz-conventional-changelog":"^2.1.0","eslint":"^5.4.0","eslint-config-airbnb-base":"^13.1.0","eslint-config-prettier":"^3.0.1","eslint-plugin-flowtype":"^2.50.0","eslint-plugin-import":"^2.14.0","eslint-plugin-prettier":"^2.6.2","flow-bin":"^0.79.1","graphql":"0.13.2","graphql-compose":"^4.8.2","jest":"^23.5.0","prettier":"^1.14.2","rimraf":"^2.6.2","semantic-release":"^15.9.9"},"dependencies":{"babel-runtime":"^6.26.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"roots":["<rootDir>/src"]},"scripts":{"build":"npm run build-cjs && npm run build-mjs","build-cjs":"rimraf lib && BABEL_ENV=cjs babel src --ignore __tests__,__mocks__ -d lib && COPY_TO_FOLDER=lib npm run build-flow","build-mjs":"rimraf mjs && BABEL_ENV=mjs babel src --ignore __tests__,__mocks__ -d mjs && yarn build-mjs-rename && COPY_TO_FOLDER=mjs npm run build-flow","build-mjs-rename":"find ./mjs -name \"*.js\" -exec bash -c 'mv \"$1\" \"${1%.js}\".mjs' - '{}' \\;","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo ./${COPY_TO_FOLDER:-lib}$filepath | sed 's/.\\/src\\//\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql-compose && yarn add graphql-compose","semantic-release":"semantic-release"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"ad4977a52801ab9ce5df68afd5dacb710a088da9","_id":"graphql-compose-connection@3.2.1","_npmVersion":"6.4.0","_nodeVersion":"9.11.2","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-byLjwCAZiZbUjlfqLIAkE3dJPrkqE9iix4rfOUeSuMLjY2Zo5coDydWwMAb+bJCBUexPIz0KNdljRpot2mnRBQ==","shasum":"7ab3d59c775e9b165d2cd70c72e940e0fde1b681","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-3.2.1.tgz","fileCount":40,"unpackedSize":97171,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfma9CRA9TVsSAnZWagAAx3gQAJh5C5jzB1wtb7ZgALu/\nu6STeJinvDbOd+tpJUSIoUKYB8QLvWbCRPkUJNBPrvYLRvjWAZTPFRItFhv+\niPjhBXiVM8xodTFmMi9XbtT2lYwwn5dUW/rh7auWhxyMSiHXxWnx473L1IYe\nA/rfiDgPBHow9lcCioBNpFvYrAsimVcW+tYUsFygHAy/kGhIS/7tffFYy7h/\naDdV69zHTCGLtmzOOdZwjW29MbhW3//V6RICyfwonbuB070sKTPUVtjODiqh\n/gZ7W6CgTsbSJXNCM6Emn6jB2J7vhcbSSS0SgBsx3TMhxmV7sL7bORmNo1W2\nteujD2nrmKd4KtvMYGdEeRjLxsa8MhzuivFpUs62pNUnHjPYV7YPDgxzrM5+\n6vc6zr7G0xMzNEG3ALINpMz4HFsPj5ZiuOyObc7X96glyQI8zsipxOwd/fdu\nPbfzm9wBNOkcW7/ub4YEKamLjKYPKGP/cXWDaz72B4D7cFax5mm2Zz+Fum0V\nEd0kvUewTx/LDUMqPZjp1al8qKFZWCjg8y+tArca0CnN7Ym4ImUhkuWsC+Q+\nE553LR5NzSRKQ20k5lucPGZ9JiDTmhVUqMgs/BMVcLtIcT6nqHQ3FYGvVXEl\nOiSyvWNXZ5r0BnSzhMkVSA4yWJ0+fukAkfwhjCEqlgdhL/hXc7r+/+xscFQY\n9xx/\r\n=V67k\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCAxnN+IE3YqYwIJ7aq9n37DKDesMbw31g42xkhssbV+AIgP5E8Fn6YRDnxLctXcz0umQegfenCOUe5niAg0eRRQ7Y="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_3.2.1_1535010493170_0.40607394684174336"},"_hasShrinkwrap":false},"4.0.0":{"name":"graphql-compose-connection","version":"4.0.0","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","main":"lib/index.js","module":"mjs/index.mjs","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","peerDependencies":{"graphql-compose":">=5.0.1 || >=4.0.0 || >=3.0.0"},"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/plugin-proposal-object-rest-spread":"^7.0.0","@babel/plugin-transform-flow-strip-types":"^7.0.0","@babel/plugin-transform-runtime":"^7.0.0","@babel/preset-env":"^7.0.0","@babel/preset-flow":"^7.0.0","babel-core":"^7.0.0-bridge.0","babel-eslint":"^9.0.0","babel-jest":"^23.4.2","cz-conventional-changelog":"^2.1.0","eslint":"^5.5.0","eslint-config-airbnb-base":"^13.1.0","eslint-config-prettier":"^3.0.1","eslint-plugin-flowtype":"^2.50.0","eslint-plugin-import":"^2.14.0","eslint-plugin-prettier":"^2.6.2","flow-bin":"^0.80.0","graphql":"14.0.0","graphql-compose":"^5.0.1","jest":"^23.5.0","prettier":"^1.14.2","rimraf":"^2.6.2","semantic-release":"^15.9.12"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"roots":["<rootDir>/src"]},"scripts":{"build":"npm run build-cjs && npm run build-mjs","build-cjs":"rimraf lib && BABEL_ENV=cjs babel src --ignore __tests__,__mocks__ -d lib && COPY_TO_FOLDER=lib npm run build-flow","build-mjs":"rimraf mjs && BABEL_ENV=mjs babel src --ignore __tests__,__mocks__ -d mjs && yarn build-mjs-rename && COPY_TO_FOLDER=mjs npm run build-flow","build-mjs-rename":"find ./mjs -name \"*.js\" -exec bash -c 'mv \"$1\" \"${1%.js}\".mjs' - '{}' \\;","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo ./${COPY_TO_FOLDER:-lib}$filepath | sed 's/.\\/src\\//\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql-compose && yarn add graphql-compose","semantic-release":"semantic-release"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"d00e53f5d97e8b8f95abe466c0d7488e487d52a7","_id":"graphql-compose-connection@4.0.0","_npmVersion":"6.4.0","_nodeVersion":"10.9.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-xE4XM9dVS/TsLHKKyE0S8qkWUIz/ni6Vha42u+uMHEo/zg+PXR5WxIJMbPORPox6Mo3Gu7Sy1Zv5noxCqwY73A==","shasum":"ec6a7ef5cbbab6ca87d6196577967d465aea8acd","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-4.0.0.tgz","fileCount":58,"unpackedSize":213395,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbkA8pCRA9TVsSAnZWagAAsPQP/1xG7BQdST38PDXoU7EA\nN997sSWY3lty9sAM9HJDj2Al5MqTcR3P1q7xd3T0+Yi6BOaGzHOlGe0w1Giz\nrLphXmZW9jmgcFyx514oqxSWdKftsPu4EeVP9iDpEBsP12Xpk6fKPgd7nYDh\njjO2ZjPZC8dqVZ4ecfkCzHrJ4qY/w2n5gQppGgjl5EfD6bk5yoTvOxj+DKeS\nGtBJjPFtXRVy+ZINpIrVmthFQzDQ1sdRjpACuBkipF4AmAd9lNB58jC9IayM\nodYIaY4jbGrFcg+hkdYqsxfaqcDHtI4SaPvC5WIMqSqoC1PyRTYmSMLoUJ0+\nW47SFscmJrZI3uZiyL+JfcHPc588UYHXHwqdOw90wuUfaFwbHSlVFnpjbLtd\nGTrjvAq4bD6PU8cm5SRd1rmnDAvAJwJNf1liWdWVW84FpK/az4laZZA0UQ36\n0BwLMXOcskVZdyFdMb6Q/89JCw8rYOipXFxNx1YvngQzkfxoXEJes/Fzsg+8\n/HVu1Y4m3E7S3rxCCFr21ppi2xO5wUB4PSQZo58zTL6afYRl3SWF73MH9SRP\nkf/Fh3pKWozH09dUvqUUeuDT06SzoIYbp84jRrymIxmWtEdvf4LalEMGEK0y\nxObmAVAiklSVzlydDC/zAIejutPeXtZbai9hkjb1rdONxtYRmZXQxRpRWxR2\nyHi7\r\n=xGsl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA8WKx//wmxtw5xFX5vONvHtN6ijLUTzDPkkolKFRqh5AiEAoDO0s60kj+M8ZspRoW+XmSTumSeBlgsVjO/XQXI1Gcc="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_4.0.0_1536167721008_0.47664968141571684"},"_hasShrinkwrap":false},"4.1.0":{"name":"graphql-compose-connection","version":"4.1.0","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","main":"lib/index.js","module":"mjs/index.mjs","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"license":"MIT","bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","peerDependencies":{"graphql-compose":">=5.0.1 || >=4.0.0 || >=3.0.0"},"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/plugin-proposal-object-rest-spread":"^7.0.0","@babel/plugin-transform-flow-strip-types":"^7.0.0","@babel/plugin-transform-runtime":"^7.0.0","@babel/preset-env":"^7.0.0","@babel/preset-flow":"^7.0.0","babel-core":"^7.0.0-bridge.0","babel-eslint":"^9.0.0","babel-jest":"^23.4.2","cz-conventional-changelog":"^2.1.0","eslint":"^5.5.0","eslint-config-airbnb-base":"^13.1.0","eslint-config-prettier":"^3.0.1","eslint-plugin-flowtype":"^2.50.0","eslint-plugin-import":"^2.14.0","eslint-plugin-prettier":"^2.6.2","flow-bin":"^0.80.0","graphql":"14.0.0","graphql-compose":"^5.0.1","jest":"^23.5.0","prettier":"^1.14.2","rimraf":"^2.6.2","semantic-release":"^15.9.12"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"roots":["<rootDir>/src"]},"scripts":{"build":"npm run build-cjs && npm run build-mjs","build-cjs":"rimraf lib && BABEL_ENV=cjs babel src --ignore __tests__,__mocks__ -d lib && COPY_TO_FOLDER=lib npm run build-flow","build-mjs":"rimraf mjs && BABEL_ENV=mjs babel src --ignore __tests__,__mocks__ -d mjs && yarn build-mjs-rename && COPY_TO_FOLDER=mjs npm run build-flow","build-mjs-rename":"find ./mjs -name \"*.js\" -exec bash -c 'mv \"$1\" \"${1%.js}\".mjs' - '{}' \\;","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo ./${COPY_TO_FOLDER:-lib}$filepath | sed 's/.\\/src\\//\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"yarn unlink graphql-compose && yarn add graphql-compose","semantic-release":"semantic-release"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"926ceb128fcdaffb3c5b64ff0030dcac68770b5b","_id":"graphql-compose-connection@4.1.0","_npmVersion":"6.4.0","_nodeVersion":"10.15.1","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-F7OJjQbuopMF5tNFEDTsVaC5pYHkeL64M6ZkTs/bui67cNYRefEwGUyU6wx6MT2Wq+DjGKMKGIdlynZzzOtTug==","shasum":"4abe1f7b00ddbebe6f2e0fd74a852761b8897757","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-4.1.0.tgz","fileCount":62,"unpackedSize":223625,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdLAmCRA9TVsSAnZWagAAm6IQAILdyrXejgwJ1Tp3DH4V\nJ9mgJ7AhvCEEhQbFAygFBmvj9yUhpqxRQI6sjOI5VHrDEgoyWIsU/vJZOitm\niI21NVFbA0x/ZrZD1bE0Kt+aHiI6s8TjsnmfNx2du8fB38GjRfc+TODgofGw\nszEv1jYRZcw2SqaTx4xh5dwe3/i8IgxbBfOm+vLYpog9sIz3XjNRoaMLPF4M\nZrzmIfBIpyqEP2Tu/aKwKyZjXKG5ytZOtWN//guzVlBNq1d2JJQQZjYKxn/d\nHLzbCPSDq7oASO94/trxkpt9YcTK9D5ymLL/lucOTHAbkgNDlIXXPaOA3HCi\nhJVkLfPtdLqvonM78HO6QdKn+n61oqF9b7zfrtuOOLVyPb1EtKNgtXDcjJXY\nXGWQQE5hqCJ/ub/AE9uqSvciz0UiBqoJjKEL/3hkmCD5XDab+akLB4eafty0\n3dH5UjlBeVoI8Kn7rPucHd/xVnou1EqN7+/Bd+YAZri2wz6eDnQCzbaxhvF5\nGavtfxkOwHLV3zSh3vpOV1uY+a+LmNySEKTo3XGamCjMGgJLV2NISqNdP3Xo\nu40Lf8LZmCCnwc9AqlYbhSEZGYQ7966NHNKl9hmwQAowEVY2IvansPY4y7Mf\nikDLKpgFTsWqAME4fk4WsAboYLLoYZw3aKtNCCgmVrni8/jz4+gZ24T0Ffle\nsw05\r\n=RcE3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCanFC685sgl3PZQhmVxEjWqAsZO/s83uKp3so3Le0mTgIgUn8TVhDlntipn3ue5QwGsWOGMYJ/ttJjWL28QVDXNAA="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_4.1.0_1551151141344_0.05280532142953143"},"_hasShrinkwrap":false},"5.0.0":{"name":"graphql-compose-connection","version":"5.0.0","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","license":"MIT","main":"lib/index.js","module":"mjs/index.mjs","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","peerDependencies":{"graphql-compose":">=6.0.0"},"devDependencies":{"@babel/cli":"^7.2.3","@babel/core":"^7.3.4","@babel/plugin-proposal-object-rest-spread":"^7.3.4","@babel/plugin-transform-flow-strip-types":"^7.3.4","@babel/plugin-transform-runtime":"^7.3.4","@babel/preset-env":"^7.3.4","@babel/preset-flow":"^7.0.0","babel-core":"^7.0.0-bridge.0","babel-eslint":"^10.0.1","babel-jest":"^24.5.0","cz-conventional-changelog":"^2.1.0","eslint":"^5.15.2","eslint-config-airbnb-base":"^13.1.0","eslint-config-prettier":"^4.1.0","eslint-plugin-flowtype":"^3.4.2","eslint-plugin-import":"^2.16.0","eslint-plugin-prettier":"^3.0.1","flow-bin":"^0.95.1","graphql":"14.1.1","graphql-compose":"^6.0.1","jest":"^24.5.0","prettier":"^1.16.4","rimraf":"^2.6.3","semantic-release":"^15.13.3"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"roots":["<rootDir>/src"]},"scripts":{"build":"npm run build-cjs && npm run build-mjs","build-cjs":"rimraf lib && BABEL_ENV=cjs babel src --ignore __tests__,__mocks__ -d lib && COPY_TO_FOLDER=lib npm run build-flow","build-mjs":"rimraf mjs && BABEL_ENV=mjs babel src --ignore __tests__,__mocks__ -d mjs && yarn build-mjs-rename && COPY_TO_FOLDER=mjs npm run build-flow","build-mjs-rename":"find ./mjs -name \"*.js\" -exec bash -c 'mv \"$1\" \"${1%.js}\".mjs' - '{}' \\;","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo ./${COPY_TO_FOLDER:-lib}$filepath | sed 's/.\\/src\\//\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"rimraf node_modules && yarn install","semantic-release":"semantic-release"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"d827fc51294cb0545853e2bfcecce50e8fa349c5","_id":"graphql-compose-connection@5.0.0","_npmVersion":"6.5.0","_nodeVersion":"10.15.3","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-KXnGeG+gQSWVR+oU6fFD810pd9/ZICBpAZxun70wgD6/QNtSsA+gRzBgRRqicvMa6UVSBvfmCpxzwTQMBvwqQA==","shasum":"3360bcc2b7532228db2082ded3662f017b89ad8f","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-5.0.0.tgz","fileCount":62,"unpackedSize":221489,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcjCKoCRA9TVsSAnZWagAAhXIP/25SwZpJ8TRtOqmqEAJq\nkFr+fndAsrdb64WRr5bIBYScSIKvmp3b460RBCWRZ3iLaXjP4pjWg9Wp/zNT\nxPXraZIF+9tugvE4ZE4jEMwVxmwwP34gmXEHDQjpjCK5XkN3ON9H3e521Wz9\nIDXFPbPX51egb/NAEZICYGO/611AYB7fVeB1KuDbuMDSh1q/Uk2JHPbTkgRj\nqjltQO4B14pGk3jZ68B/C3EEpGP0hNBT876AVySX9QpLIkZiUmUpnWuNwm3C\n3vpwcb2Y3L8qZcl2j/Rr2r2zOPRfMHF0my6Pjt16RKbKFySpAoxL+WfnQWk5\nP53lJhigijuF84ciyFLcjIWXPk5RfX5XLC9X6iAxqaGTHEjn/bJUULuKlUiW\nxWtgXITkOEEBxwqpBhJWcieyXlG8M2zYu9ZbWBT9pTi357oDxJJw0fz6PFOx\n9zuXCDhc3m3PssaNKSPZZf8O9bAnqZxMngFtqBLjAdpi+RKMGAS8vmyERqkl\n1NyGGygJm9oO/sA+V1e9WmoJdzabU2tpLw2dqyI56tBfdnbydm4cCc0OG+Il\ndjmHaCHT7/MZBlsh/j9mjz0ZFLT40fTSghistrCaX+b6POleKjcy7cfY7fY5\nPLwWaCdsj3WsrhMSH29Btb5Ezdk+CVYIuuv9T9d/i70bMiSuNqp1XREBfXTd\nhQk3\r\n=zkq6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAGGmHQNZ9Gdqi2uA20wgpr6wLhzbTkcHgurS9guSbJ8AiAUVlNIx8GVTJ97nfFJpZjV+h4hOMRvBAaSqxhPIpb44w=="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_5.0.0_1552687784045_0.21159851898560644"},"_hasShrinkwrap":false},"6.0.0":{"name":"graphql-compose-connection","version":"6.0.0","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","license":"MIT","main":"lib/index.js","module":"mjs/index.mjs","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","peerDependencies":{"graphql-compose":">=7.0.0"},"devDependencies":{"@babel/cli":"^7.4.4","@babel/core":"^7.4.4","@babel/plugin-proposal-object-rest-spread":"^7.4.4","@babel/plugin-transform-flow-strip-types":"^7.4.4","@babel/plugin-transform-runtime":"^7.4.4","@babel/preset-env":"^7.4.4","@babel/preset-flow":"^7.0.0","babel-core":"^7.0.0-bridge.0","babel-eslint":"^10.0.1","babel-jest":"^24.7.1","eslint":"^5.16.0","eslint-config-airbnb-base":"^13.1.0","eslint-config-prettier":"^4.2.0","eslint-plugin-flowtype":"^3.6.1","eslint-plugin-import":"^2.17.2","eslint-plugin-prettier":"^3.0.1","flow-bin":"^0.98.0","graphql":"14.2.1","graphql-compose":"^7.0.0","jest":"^24.7.1","prettier":"^1.17.0","rimraf":"^2.6.3","semantic-release":"^15.13.3"},"scripts":{"build":"npm run build-cjs && npm run build-mjs","build-cjs":"rimraf lib && BABEL_ENV=cjs babel src --ignore __tests__,__mocks__ -d lib && COPY_TO_FOLDER=lib npm run build-flow","build-mjs":"rimraf mjs && BABEL_ENV=mjs babel src --ignore __tests__,__mocks__ -d mjs && yarn build-mjs-rename && COPY_TO_FOLDER=mjs npm run build-flow","build-mjs-rename":"find ./mjs -name \"*.js\" -exec bash -c 'mv \"$1\" \"${1%.js}\".mjs' - '{}' \\;","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo ./${COPY_TO_FOLDER:-lib}$filepath | sed 's/.\\/src\\//\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"rimraf node_modules && yarn install","semantic-release":"semantic-release"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"f6a360201ea63106deb77473bf8fcdc7f027b189","_id":"graphql-compose-connection@6.0.0","_npmVersion":"6.5.0","_nodeVersion":"10.15.3","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-wDgBwfzyGlz3szuv+0CmVjMqKawcd2bUpPNPwZYcL637OOdNQTiAQ8lgyisDo1Xvjc2syRJNPQlx0Rm9l4K/BA==","shasum":"8a9d7bd45810463aab95f9bb3b8262c25a545d7e","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-6.0.0.tgz","fileCount":50,"unpackedSize":205878,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcxf8UCRA9TVsSAnZWagAANwIP/jvTx3yxi4XqlHiBkHRX\n0pTMEM2OFvsXK3lyBeqSodk0YrTmhrwuYcGPXcujULTAD4ftK+mZnN8rMGR5\netbdZYza5tMHoxOXJBXKiWfaZ38Xd0+W9licoUHJCPW6NqtGHAjKpVTe0xVm\nlo2UaxFYvTHodWTpIyVX5bHxFUWbdb2dX6gSyUk4G1offGPtjI0kSzkx4w4y\ndb+3eyc/8R77GBF/YO7nlThSES77Q40r8mgkHL/K6p35FOZBYauMnbiOHE5P\n5J7oOZ+6q474ZCP7jVOrADGMRX6eGTO+PqMYW3l+TLbJm6t6XhgNi1w+9yxE\npDJejBi2F45fh0HK3ALezQFvKCEFY/uTHXiSmIQi2hwGHzCfr4O+FCrTj0hb\n6kkrq+n3+mUIlJrXZ4MbK6pl/nQuyb7ShvkTHsMFe6NnsEqPyKnfbJZDnZHo\ny6QnZPCX1/7jXDa+5XlD+1wQkJO1NWN2bYj/Wy4oerCYJ8OiY4W/N1BvHcts\nN7QXBszLQuFCLJOBn/gbOlBFFibxN/nOjkLfIssqm2ciJMuz/KG7lSXDGiwR\nuTLWpEvQj+KIsJB0WAHUen1pKU55suZILdezGmhhxa5dLy4e+Py2p9x7Hvje\nDDfLhUp3ZS5FrwsV2RHPCs8qDzCjQqJeKzD9Rh7bewb4dATO7njLuF0Co3WD\nAwsp\r\n=QARo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF0bEv1e+Td4HF3V0iPMX0b06yfgu/tbCc2Ny5vYHv6jAiAL9PpE81vVuovmJhgbzU1U8AO4wBvjNxC7IhNQg4fTYQ=="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_6.0.0_1556479763751_0.3053229785738072"},"_hasShrinkwrap":false},"6.0.1":{"name":"graphql-compose-connection","version":"6.0.1","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","license":"MIT","main":"lib/index.js","module":"mjs/index.mjs","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","peerDependencies":{"graphql-compose":">=7.0.0"},"devDependencies":{"@babel/cli":"^7.4.4","@babel/core":"^7.4.4","@babel/plugin-proposal-object-rest-spread":"^7.4.4","@babel/plugin-transform-flow-strip-types":"^7.4.4","@babel/plugin-transform-runtime":"^7.4.4","@babel/preset-env":"^7.4.4","@babel/preset-flow":"^7.0.0","babel-core":"^7.0.0-bridge.0","babel-eslint":"^10.0.1","babel-jest":"^24.7.1","eslint":"^5.16.0","eslint-config-airbnb-base":"^13.1.0","eslint-config-prettier":"^4.2.0","eslint-plugin-flowtype":"^3.6.1","eslint-plugin-import":"^2.17.2","eslint-plugin-prettier":"^3.0.1","flow-bin":"^0.98.0","graphql":"14.2.1","graphql-compose":"^7.0.0","jest":"^24.7.1","prettier":"^1.17.0","rimraf":"^2.6.3","semantic-release":"^15.13.3"},"scripts":{"build":"npm run build-cjs && npm run build-mjs","build-cjs":"rimraf lib && BABEL_ENV=cjs babel src --ignore __tests__,__mocks__ -d lib && COPY_TO_FOLDER=lib npm run build-flow","build-mjs":"rimraf mjs && BABEL_ENV=mjs babel src --ignore __tests__,__mocks__ -d mjs && yarn build-mjs-rename && COPY_TO_FOLDER=mjs npm run build-flow","build-mjs-rename":"find ./mjs -name \"*.js\" -exec bash -c 'mv \"$1\" \"${1%.js}\".mjs' - '{}' \\;","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo ./${COPY_TO_FOLDER:-lib}$filepath | sed 's/.\\/src\\//\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"rimraf node_modules && yarn install","semantic-release":"semantic-release"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"2f3deaaa490ac701940e48daa4708a7f08fa257d","_id":"graphql-compose-connection@6.0.1","_npmVersion":"6.5.0","_nodeVersion":"10.15.3","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-NFbFqn7r5aUUeQEZynwJ198DTbSyB48h2dbVhjM7UmBib70GIhEpMkuC6Je8x+2kXnJMQJ8JmVhpVVqbWkQbUQ==","shasum":"39f6e5f594b6d71efbc5a14c0cc367c118514a57","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-6.0.1.tgz","fileCount":46,"unpackedSize":203436,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcxvQnCRA9TVsSAnZWagAA75wP/RlHQOteHlZbkkM6o54i\n0AxBQqdXXH4KnNte18b0ThWZh20fA9cvMyLbgMfdWSg3H3NTyoNW7BlAj9jC\nsmKLvBoDI/ItFh55at2xEc1sfTDB3kbRpz3hm8nSloEQJXfJfyhjemrIiXBe\n4Ie1+bH82VugQZwh/SjUhBliek7Br95wlDf7hBUisv8q38qPVYClxkcFKlHR\nFTjojRDnCcwSSF5pSpx1RIxJjNxlzujoDBLzwmVpBpmA990ipxI0BrUOAVbm\n3lZtmmyCO69xDkaYL0PU2Ljp9Zwt0IkiEt+554zrnEbQeXgH7kIAyylfCnIJ\nWaJzWmRkpMGw7tsM9nZfRjFvoY+eVW2mKekq4i0lZ9bHjv+/jA2zIuufkvAG\nfU0iJwvnf5mV7N68zTbK1bejRV6dT+oRR7wLJpakmzgDcwlW7LvCwHiXJjit\nQXURIHIA1EhJKMIS5Sz0X0LdmxTn2KFUnBts29wlB41CoaDf6VMEqtBAcDN8\nsCw8Cr1zv+M9UFaaJW6Yk0QrPMnez1a5ghTr65VKiV1tvdjki0iGwf6Pp7RN\nNPtjgp7EXbXtAKPm/r4NCJWdy4QZyVIb5Q6OkEvkzBAqvWXrHwQFtoJCRxGA\noMIKAV9r+MNql4M7lnVcS6KsX1Q/BNBianmgjZhPetVD+9sX9GOdoBqUqyTd\n4Bn+\r\n=H+Eb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEZ1dEvA0dXk4mMhtbaVIR0BpovIyQM2O3PXtbR0YauAIhAOfeV5xIJJSqOIA2rUu0SsRKGaqmRh9/ysHFi1k6FHKb"}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_6.0.1_1556542502999_0.5300191884936032"},"_hasShrinkwrap":false},"6.0.2":{"name":"graphql-compose-connection","version":"6.0.2","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","license":"MIT","main":"lib/index.js","module":"mjs/index.mjs","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","peerDependencies":{"graphql-compose":">=7.0.0"},"devDependencies":{"@babel/cli":"^7.4.4","@babel/core":"^7.4.4","@babel/plugin-proposal-object-rest-spread":"^7.4.4","@babel/plugin-transform-flow-strip-types":"^7.4.4","@babel/plugin-transform-runtime":"^7.4.4","@babel/preset-env":"^7.4.4","@babel/preset-flow":"^7.0.0","babel-core":"^7.0.0-bridge.0","babel-eslint":"^10.0.1","babel-jest":"^24.7.1","eslint":"^5.16.0","eslint-config-airbnb-base":"^13.1.0","eslint-config-prettier":"^4.2.0","eslint-plugin-flowtype":"^3.6.1","eslint-plugin-import":"^2.17.2","eslint-plugin-prettier":"^3.0.1","flow-bin":"^0.98.0","graphql":"14.2.1","graphql-compose":"^7.0.0","jest":"^24.7.1","prettier":"^1.17.0","rimraf":"^2.6.3","semantic-release":"^15.13.3"},"scripts":{"build":"npm run build-cjs && npm run build-mjs","build-cjs":"rimraf lib && BABEL_ENV=cjs babel src --ignore __tests__,__mocks__ -d lib && COPY_TO_FOLDER=lib npm run build-flow","build-mjs":"rimraf mjs && BABEL_ENV=mjs babel src --ignore __tests__,__mocks__ -d mjs && yarn build-mjs-rename && COPY_TO_FOLDER=mjs npm run build-flow","build-mjs-rename":"find ./mjs -name \"*.js\" -exec bash -c 'mv \"$1\" \"${1%.js}\".mjs' - '{}' \\;","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo ./${COPY_TO_FOLDER:-lib}$filepath | sed 's/.\\/src\\//\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"rimraf node_modules && yarn install","semantic-release":"semantic-release"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"4efc47470c0860fd0c4feb196c438bceeb8945b3","_id":"graphql-compose-connection@6.0.2","_npmVersion":"6.5.0","_nodeVersion":"10.15.3","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-Dg3euVFglPtN8BkfbnkvYMU8vzLVvfRwcNyoM+pmxd+EJlsh7DxDdytojjvd9APE4FtB/l3HsyDOh/0SC+ouMw==","shasum":"79847a11ee72153dfc3c1c2afcb74fd0433446e6","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-6.0.2.tgz","fileCount":46,"unpackedSize":203632,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcxwBuCRA9TVsSAnZWagAAXScP/0jb8WBEvw2xNxOpu4s0\n47e7iBN1e3g+mhTCvYJuUe2mDpFh9C/Q5LJCAktrujbH1/iOs717gnjr17Ds\n05/brzDBlLM8zj0n85TQxbwtCrmH/K99TWUhr8WDd3ET7uZTuHavBIExIo/f\nTv3GJmQr3rqEiAtW4L42pz7ptTp9fWqxRB9ZP8ddrtcxjpjm7PGW9f/IfsvH\nkxD57wBu2cPCBBj1gaNF0oh5LC7HV2jaymWh0VjByn/DmGaAFEtFI9hHRDaq\nNiCid4Qs2rjLwdiKIMwLiD7+bmRpjUcMusuYGpWJCEEu598JavY3YJlC/lpg\nKt8EXfXMPCJ2PND8wy0AXlMoT1iDXr9M1REDgdKkgZkTmGGZMuD09VUs4P0r\nsfKL6N/jvR7z4UR/HEEhSCqczH8+ADLxmV77+f5qNA1JmnZ0bEhUhO9c2g1B\n2U8QF83zvNYy62Ww3nH1UQM/vO+793BRg2TaIp+MkYeLjEvr5L22LAkWBxUI\nOp+s8h6lbdbcpujxp9oW+g1qOhuLhAYKj0MwxbgSONwR8mmkQYaLnKctzqdb\nxdU2UU8w7DCYwM7jfXXrkx4sSzxu5c7j+V9UnovFOuIxiJHlqnCy1dFWs/oY\nuopkBYworuL3j3WMAvRAQQvzk9TbcHsN22DPespo3fc/zshLtU8S0EPx+NjO\nKs/z\r\n=Rjzx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHde34++TwgBnUp/eM13x30pL6dAI5Xs/BVndK+uz2tgAiAfBO4uxR78hsY5CCckX6rozeTlm4UI/We6EhtsQmOQ2A=="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_6.0.2_1556545646140_0.48276630704247814"},"_hasShrinkwrap":false},"6.0.3":{"name":"graphql-compose-connection","version":"6.0.3","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","license":"MIT","main":"lib/index.js","module":"mjs/index.mjs","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","peerDependencies":{"graphql-compose":"^7.0.4"},"devDependencies":{"@babel/cli":"^7.4.4","@babel/core":"^7.4.5","@babel/plugin-proposal-object-rest-spread":"^7.4.4","@babel/plugin-transform-flow-strip-types":"^7.4.4","@babel/plugin-transform-runtime":"^7.4.4","@babel/preset-env":"^7.4.5","@babel/preset-flow":"^7.0.0","babel-core":"^7.0.0-bridge.0","babel-eslint":"^10.0.1","babel-jest":"^24.8.0","eslint":"^5.16.0","eslint-config-airbnb-base":"^13.1.0","eslint-config-prettier":"^4.3.0","eslint-plugin-flowtype":"^3.9.1","eslint-plugin-import":"^2.17.3","eslint-plugin-prettier":"^3.1.0","flow-bin":"^0.100.0","graphql":"14.3.1","graphql-compose":"^7.0.4","jest":"^24.8.0","prettier":"^1.17.1","rimraf":"^2.6.3","semantic-release":"^15.13.12"},"scripts":{"build":"npm run build-cjs && npm run build-mjs","build-cjs":"rimraf lib && BABEL_ENV=cjs babel src --ignore __tests__,__mocks__ -d lib && COPY_TO_FOLDER=lib npm run build-flow","build-mjs":"rimraf mjs && BABEL_ENV=mjs babel src --ignore __tests__,__mocks__ -d mjs && yarn build-mjs-rename && COPY_TO_FOLDER=mjs npm run build-flow","build-mjs-rename":"find ./mjs -name \"*.js\" -exec bash -c 'mv \"$1\" \"${1%.js}\".mjs' - '{}' \\;","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo ./${COPY_TO_FOLDER:-lib}$filepath | sed 's/.\\/src\\//\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"rimraf node_modules && yarn install","semantic-release":"semantic-release"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"d11f4f04f5731273c818c271282d44a52cc88872","_id":"graphql-compose-connection@6.0.3","_npmVersion":"6.5.0","_nodeVersion":"10.16.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-vGoh+4ewZxRDcaINPupJD/d3Ie6X/Mrc4+ctHF6bgI1WIh0RHTJWCEysrKGvh+yAO+rGrES1JpfAkY4iidDddA==","shasum":"f01e0bcdb93383c3fc1d5e3115ce6d4f825a95b1","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-6.0.3.tgz","fileCount":46,"unpackedSize":203633,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc9iP3CRA9TVsSAnZWagAAFL8P/RlCjyAFoEHt5L3rshjr\nKmH6F3hvGnuhSsoMA5BI3H5wAdKBYmNCoQuLtK2sTp+QqVMpzz/iMfoldNlB\nLmRulotRnnhoWlelgRFXYwUQTjVvt2ebQKUbYy0SrWm6qC7Sc8Ju+PT7mkBS\nKM+HO5P826yokS8uS6pdigKUCyOJ6LJ0vbmz2SSz8FvPqn8rHZr4gJ6U9BTx\nZG/HBvDUbRXDvH/u6Ea6kR2fGDNR11f0bdhOWMrnxo5KDrzqWPDKkLqFlmNj\n9+4+sWpoSj/yR9drNj5Vrg2BA3K5E2UF22kK7bkVilTPb7HUmWlMCbCGW0hQ\n9u/20q9+dnpfqHETtB/qmdcpvERj4Lz7Av5bbIbwK9W2kKN2PjanJBSPFaSE\n1a5JwU3R2U4L90j8q8PRKqH7iM3YlAjupf/lOfnbKnTVaeKcx5cE4MpmYYUv\n5Wa+m3hBEf7mdchIYheygV84+1A711Te9c1/tFBywWhAqL9bbS5rnf+HyoX+\ni2otD5WLTetHtEFtFX4lRD5z9smNymbBdiBJ+37FdX89Al+gz/7DJMsUnhFF\nRB8D6kEkLPP9MjlX7uw+VXMuck4EkS7jujKH8EMS8YKt3EBeaIjCsqPhdSVM\nrnOxuBjUjVT6ss0YLM1B67QQnwDjUKXCwTAslgGFAay9SFozbagXoNCPy9Ll\nv3vd\r\n=XO3j\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDsGPd+U2WARGFCgEALs3Wsuhk8njXpI1xv+AOvRht5zAIhAIClic3jhPEtnHUSNXimx6vB825yfVpp691HoLxpBI+j"}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_6.0.3_1559634934537_0.4152797258774028"},"_hasShrinkwrap":false},"6.0.4":{"name":"graphql-compose-connection","version":"6.0.4","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","license":"MIT","main":"lib/index.js","module":"mjs/index.mjs","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","peerDependencies":{"graphql-compose":"^7.0.4"},"devDependencies":{"@babel/cli":"7.8.4","@babel/core":"7.8.4","@babel/plugin-proposal-object-rest-spread":"7.8.3","@babel/plugin-transform-flow-strip-types":"7.8.3","@babel/plugin-transform-runtime":"7.8.3","@babel/preset-env":"7.8.4","@babel/preset-flow":"7.8.3","babel-core":"^7.0.0-bridge.0","babel-eslint":"^10.0.3","babel-jest":"25.1.0","eslint":"6.8.0","eslint-config-airbnb-base":"^14.0.0","eslint-config-prettier":"6.10.0","eslint-plugin-flowtype":"^4.3.0","eslint-plugin-import":"2.20.1","eslint-plugin-prettier":"3.1.2","flow-bin":"0.118.0","graphql":"14.6.0","graphql-compose":"7.12.0","jest":"25.1.0","prettier":"1.19.1","rimraf":"3.0.2","semantic-release":"^15.13.28"},"scripts":{"build":"npm run build-cjs && npm run build-mjs","build-cjs":"rimraf lib && BABEL_ENV=cjs babel src --ignore __tests__,__mocks__ -d lib && COPY_TO_FOLDER=lib npm run build-flow","build-mjs":"rimraf mjs && BABEL_ENV=mjs babel src --ignore __tests__,__mocks__ -d mjs && yarn build-mjs-rename && COPY_TO_FOLDER=mjs npm run build-flow","build-mjs-rename":"find ./mjs -name \"*.js\" -exec bash -c 'mv \"$1\" \"${1%.js}\".mjs' - '{}' \\;","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo ./${COPY_TO_FOLDER:-lib}$filepath | sed 's/.\\/src\\//\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"rimraf node_modules && yarn install","semantic-release":"semantic-release"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"1c5d0eef534b1402b58a4337689dad4c3cb66b34","_id":"graphql-compose-connection@6.0.4","_npmVersion":"6.5.0","_nodeVersion":"10.19.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"integrity":"sha512-LSIdv3pqFbf+71xD3fAMRZq4GFtqHAYkLFE3RDdWWgsDaOWLuw/+5Dcva0+Di82VI0z9J98il9192bH5L4GNdw==","shasum":"857356e5fc4e7335bc6da62bd3bbfe9a257f00db","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-6.0.4.tgz","fileCount":46,"unpackedSize":206574,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeSFJgCRA9TVsSAnZWagAA35EP/A/ZBGfrAg11Wzc3od8t\nErqtJKQS/2GoRXrOCN27gsrlLcbBtrJxCRAzKsbB1ajJPOTPmTgGXAkQJ6N7\naKKq3yZN2M5T15BYgLnYC8j22LoSFwMbeVNklNxJFRD1E0FLIunWxy2jH7zC\n6LaPEiWsa5OzeEOgOowHEesR8iL23hdxCKTX7sGOzsYGdEl0PkNRPuYVEp5q\nxGOwI5CKI0KAWNGDmoZ4fdGizqudcHdj4sEAe3tPpdcaRB+CDNuY1Vh69aCO\nJlAt4Xe2Xclb/6R806eQOybapBlJtZQWPrt93NMIO7FgjRQ+1WJQojBeMTvZ\nZ+2SB0hhrIwPmLWz9Su1Zha0crvs1W/l5RrWBQxQjcxOOSRCAo7fZO/6qT1y\njLYS3NT3OExGsj20n057fTRPKTisk/w2m5dlHnKYYNYoX4hC/LvOVACNDozc\nm8/JMsbtsvvPxHAVX+CO9Q9VI0DWOH4GaqUZgPxZ0BjTcYUFlJDKhX/wnsTC\nY9wwjSLOcM8QJQwQwLULHQSlElhkPGEDPvfuoLM/DLcLjm40s4QDUkfytjfy\nvVe46LSSh4kocUmzNZRQQJL6ds+k5xCbpQHNvWPTY08pbPTD7XUuwX+Tv1ZZ\nmVq/728qDnPApFIK5kwlEYmuOtH6EEt46jBhgoEn1/35/DSbvq4xWnbMMt46\nRY5G\r\n=mzW9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAXHUICXV5825Rd5kfhYREqORmIgyG9Vz7kpJafadjH4AiEA2vk2e/hhcX+avKw7eEmKAk1rBGp9y67UCcX4rgVHnhY="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_6.0.4_1581797983497_0.8880863324114636"},"_hasShrinkwrap":false},"6.1.0":{"name":"graphql-compose-connection","version":"6.1.0","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","license":"MIT","main":"lib/index.js","module":"mjs/index.mjs","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","peerDependencies":{"graphql-compose":"^7.0.4"},"devDependencies":{"@babel/cli":"7.8.4","@babel/core":"7.9.0","@babel/plugin-proposal-object-rest-spread":"7.9.0","@babel/plugin-transform-flow-strip-types":"7.9.0","@babel/plugin-transform-runtime":"7.9.0","@babel/preset-env":"7.9.0","@babel/preset-flow":"7.9.0","babel-core":"^7.0.0-bridge.0","babel-eslint":"10.1.0","babel-jest":"25.2.6","eslint":"6.8.0","eslint-config-airbnb-base":"14.1.0","eslint-config-prettier":"6.10.1","eslint-plugin-flowtype":"4.7.0","eslint-plugin-import":"2.20.2","eslint-plugin-prettier":"3.1.2","flow-bin":"0.122.0","graphql":"15.0.0","graphql-compose":"7.14.1","jest":"25.2.7","prettier":"2.0.2","rimraf":"3.0.2","semantic-release":"17.0.4"},"scripts":{"build":"npm run build-cjs && npm run build-mjs","build-cjs":"rimraf lib && BABEL_ENV=cjs babel src --ignore __tests__,__mocks__ -d lib && COPY_TO_FOLDER=lib npm run build-flow","build-mjs":"rimraf mjs && BABEL_ENV=mjs babel src --ignore __tests__,__mocks__ -d mjs && yarn build-mjs-rename && COPY_TO_FOLDER=mjs npm run build-flow","build-mjs-rename":"find ./mjs -name \"*.js\" -exec bash -c 'mv \"$1\" \"${1%.js}\".mjs' - '{}' \\;","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo ./${COPY_TO_FOLDER:-lib}$filepath | sed 's/.\\/src\\//\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"rimraf node_modules && yarn install","semantic-release":"semantic-release"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"d9df62600bd4de0028c7ff0b3e1d8e7cfd67af00","_id":"graphql-compose-connection@6.1.0","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"integrity":"sha512-8vLfm1P7Am2EdGU5trMOOrbVU117WRJCKF3GRg/biYhM/tfrozOFC/k3gSjpCwafXwIINX+g1HJDpgjZ/ywTMg==","shasum":"58c3ed4d7b90928f11a8ee51cc814117db8efb42","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-6.1.0.tgz","fileCount":46,"unpackedSize":219393,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesVjGCRA9TVsSAnZWagAA/OUQAJgFHu32EhQ22l+96b5n\nC/LwwlNh+faTjqPXJI8GfArpahUJbaT0AAMnSZXn7F4tOrz2uiHE5Zh+35o8\n17ZMnWN6QOTCINxUGSn0VDyyxLYq14YDLdA4XRUt7ksB/Jizj3CtjrLNi6ig\nzqJJbnr+o4VKpgUZfEAhqU6qPqxdk0BKF/FOu5olpuJ/Ki/R5XE14uZDhFDZ\n76ZWoWnaHVBPrN0zkLlFA0KE8RrZPY48/XSTRmlmiBX1ENOYtQ+U7dDSXOuu\nj8arPIaK0nhWugSQkIAoVtiqYsTIfbtu92414mLokLhWj1Wn57ApIVRzPsYH\nkdF2HAT75oeBhG6rvh6aJ/esavVx0A2yYgz75C1LujAowiTJNyY56nu78No8\n6jma2LWly8/YH2FZJ0QeVmBrzDBR5eVnYPB+i8gmGe5+i93LdFSsvVuRtV2K\nBmOKBx5LUDPOaNtAnVtwpAnlo2XvkCzy9MJg8PKV4lOGbSI62hZr2MpK1Uee\nvXBTAqCTouEZjPSuhV1ork2nBMaexH5bbYmA9XZNsImywNn/akq+bHbGehQ6\nT6MPaQhSI3qHN97U8OoNhudLzys1+33vibBnIRIYD5P+m5U9zSBeIGuheZLK\nQe1bzMj6mSoF4ztx5aamj5WI7HL/96T+IRWQK1W1eeos7f1AlNuu60hjIdV8\nQAne\r\n=G+ni\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCnoGDbjy89UdreHiTh0vjV/0zNSCP7Oh50oXxwLxN30gIhAJyk6B2Lhup02BwGFOSkA/BIhoFx1/+gbIWw3Vvkcat2"}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_6.1.0_1588680902002_0.3710650535082045"},"_hasShrinkwrap":false},"6.2.0":{"name":"graphql-compose-connection","version":"6.2.0","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","license":"MIT","main":"lib/index.js","module":"mjs/index.mjs","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","peerDependencies":{"graphql-compose":"^7.0.4"},"devDependencies":{"@babel/cli":"7.8.4","@babel/core":"7.9.0","@babel/plugin-proposal-object-rest-spread":"7.9.0","@babel/plugin-transform-flow-strip-types":"7.9.0","@babel/plugin-transform-runtime":"7.9.0","@babel/preset-env":"7.9.0","@babel/preset-flow":"7.9.0","babel-core":"^7.0.0-bridge.0","babel-eslint":"10.1.0","babel-jest":"25.2.6","eslint":"6.8.0","eslint-config-airbnb-base":"14.1.0","eslint-config-prettier":"6.10.1","eslint-plugin-flowtype":"4.7.0","eslint-plugin-import":"2.20.2","eslint-plugin-prettier":"3.1.2","flow-bin":"0.122.0","graphql":"15.0.0","graphql-compose":"7.14.1","jest":"25.2.7","prettier":"2.0.2","rimraf":"3.0.2","semantic-release":"17.0.4"},"scripts":{"build":"npm run build-cjs && npm run build-mjs","build-cjs":"rimraf lib && BABEL_ENV=cjs babel src --ignore __tests__,__mocks__ -d lib && COPY_TO_FOLDER=lib npm run build-flow","build-mjs":"rimraf mjs && BABEL_ENV=mjs babel src --ignore __tests__,__mocks__ -d mjs && yarn build-mjs-rename && COPY_TO_FOLDER=mjs npm run build-flow","build-mjs-rename":"find ./mjs -name \"*.js\" -exec bash -c 'mv \"$1\" \"${1%.js}\".mjs' - '{}' \\;","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo ./${COPY_TO_FOLDER:-lib}$filepath | sed 's/.\\/src\\//\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"rimraf node_modules && yarn install","semantic-release":"semantic-release"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"4f351bbb943978f8885a6101d26a69b8bbdca55a","_id":"graphql-compose-connection@6.2.0","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"integrity":"sha512-oXz0Tq6ttrAsnguLKlxO4TIN14CMMrphwsdAv7kQYDkr6tHzx17sNFgT/w0ovBix8Hnaa9X3Tq1M3O0C+0hydA==","shasum":"a251e829f99971a206294bf6b55e4328c2b73419","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-6.2.0.tgz","fileCount":46,"unpackedSize":220194,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevTC7CRA9TVsSAnZWagAAC1kP/jBGY8Q3ZjaA64svxltL\n8JT2w7f6ktUVSx7xWHwg6ggLu3aq+KiMgD5hOBLJ3qd/9mpXzoOuO6K5y7Ya\nDvLZ1j8tsZNTir4pyyP0UseGKDs3yYXhtWOHoQGkzrok0Tfmr481hnxiB1Zc\n8Jw5DK+G48IctCK3lij0k8NEAc3APEKZ5pdNTvimM7paARwiSN6pXtjRwewL\nfa6wPAecdbZgVC3JFwTx3UPdCy+cLleXhJ5GcwMZNxPbPavSXfQ4MoCXz7qw\noVY6bZ6JY0utv3OecrXBxgBK1qSMj7llwC8rddLjglm8EJ6cbzJIRt+2RBf4\nrIM3QSL6Zg1jhxcwVahrCwZLsxtzf0gM1sZQjxTNOrGlHAIqs2AKGVv/jsX2\n0XS5fgZ73Hx+Lxjn6N4GiEYAf1gVkDqiDJb9jHExvTT8KJFi2jYwbuh8240y\n8DrBYZniDCAPkF5poF/QGGs3fnf5EfEQtJfYMLtK4m+bB1MZjmJkeMv1u5t5\nxFepC5uknOlGQZ7bKdWXcjpODbxsilT72Ftp48Qkz4pxgfS8PyGPNA2N7TVG\naDfWEWHoFiDQYiBfr3YiWir7nc6Bx5BtulSytWP8+k6PbAMjX1cKVENatTGd\nG3VbnCLzA9cGUGWsqdgDM0R3ANaqElyZwSgN0gElnTukQCRTme2FNwebUM1N\n6kLx\r\n=Xqm3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBCNrN2g2LtqgGsKlCn1kQhnWgfkSZ/Cs5EfMwxf+C/yAiAo0hhzsn479IHEb97NUYsoRbEaS6YQY8jbFam1vqut3g=="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_6.2.0_1589457082874_0.21032742145055372"},"_hasShrinkwrap":false},"6.2.1":{"name":"graphql-compose-connection","version":"6.2.1","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","license":"MIT","main":"lib/index.js","module":"mjs/index.mjs","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","peerDependencies":{"graphql-compose":"^7.0.4"},"devDependencies":{"@babel/cli":"7.8.4","@babel/core":"7.9.0","@babel/plugin-proposal-object-rest-spread":"7.9.0","@babel/plugin-transform-flow-strip-types":"7.9.0","@babel/plugin-transform-runtime":"7.9.0","@babel/preset-env":"7.9.0","@babel/preset-flow":"7.9.0","babel-core":"^7.0.0-bridge.0","babel-eslint":"10.1.0","babel-jest":"25.2.6","eslint":"6.8.0","eslint-config-airbnb-base":"14.1.0","eslint-config-prettier":"6.10.1","eslint-plugin-flowtype":"4.7.0","eslint-plugin-import":"2.20.2","eslint-plugin-prettier":"3.1.2","flow-bin":"0.122.0","graphql":"15.0.0","graphql-compose":"7.14.1","jest":"25.2.7","prettier":"2.0.2","rimraf":"3.0.2","semantic-release":"17.0.4"},"scripts":{"build":"npm run build-cjs && npm run build-mjs","build-cjs":"rimraf lib && BABEL_ENV=cjs babel src --ignore __tests__,__mocks__ -d lib && COPY_TO_FOLDER=lib npm run build-flow","build-mjs":"rimraf mjs && BABEL_ENV=mjs babel src --ignore __tests__,__mocks__ -d mjs && yarn build-mjs-rename && COPY_TO_FOLDER=mjs npm run build-flow","build-mjs-rename":"find ./mjs -name \"*.js\" -exec bash -c 'mv \"$1\" \"${1%.js}\".mjs' - '{}' \\;","build-flow":"find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo ./${COPY_TO_FOLDER:-lib}$filepath | sed 's/.\\/src\\//\\//g'`.flow; done","watch":"jest --watch","coverage":"jest --coverage","lint":"eslint --ext .js ./src","flow":"flow","test":"npm run coverage && npm run lint && npm run flow","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"rimraf node_modules && yarn install","semantic-release":"semantic-release"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"814dc281e1a928252080ef9903b46b97dd85a312","_id":"graphql-compose-connection@6.2.1","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"integrity":"sha512-PmNpDg9dRC14sKJkEaepqCxaNvw5tpcbcO1xLuoCkJR+B9vasYPfvsuueN/R2s6dIDjJnvtcuf+ce25ZzgRSRw==","shasum":"ea841c8a0af740c9d517e75e6fc44a121f3eeb4c","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-6.2.1.tgz","fileCount":46,"unpackedSize":225900,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0qI3CRA9TVsSAnZWagAA/+cP/A0iP2Rugaz8ku8/Gasy\nW+eUH6DoEOP9NVbzxxr9jNeMpz2hPN2x2GmhoZaDPpbXrZ50z5tDJ/9YQ+fx\nSleGbkbHThmcJwUPzFeMoIRNSRRQSH3/pZCmcCMSJT1/eMorFltNvb0QDphb\nkaVZ9/DKDSJREbb/46crGB0BiO3F7/CBZ4Aav4BlFQHA0i+a8iyfUFJrGrYM\nf3Hl+uh2njc1ZhoQ9m6WjkPnxIBhs8aCRd1Chv1Gba2WCCbyPEr0gofYlMwk\nAuIiZyzU3pMHYSFdSvOvh3vHqsLS4Yd6NDYD2hChBhUPkYRr/lTJeEgJnBDq\nj9rhC0uuF7A/oh2UTxb+63QkfIRrylR3cvtiwNYg2kamfSxxSQm30y7p0WxY\nhvt9nNzbOzO+8R4apfMFzbPVx59NcrozYkKwVtvcAyKDAuvEPyp96mLG7MGu\nv1LBbCP3RlPTO5TkodMvc5oKiyql/lu/dMkpnAy+GpzNiecumbw9TuCw7KUw\nTzSuaEvd8xogqviuT+aBFRSWUluiW0WdSv269VZNFPIH99gXtL446DkO7SqA\n/H+QMqbD+zpD9WZRi5WiWyfouQwbT4u/JQBqbtKpocCRaXfZ/TgBJFeHrRM2\nC/k6I8o6gfjg4zZjbDgV2gNl40XOiQgOHz3RqZ2cL1R7RXP5NUrUfDKUj1cW\n9U6f\r\n=mp+v\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGfijuMbZxMl84b2z7A3l9y9uxQ9/i53p0KKQrAn0Yq+AiBdXIfL0vzH/1yDKldNgSNWwsISh5bIzvn37NKsdSbrYA=="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_6.2.1_1590862391136_0.30633726752503176"},"_hasShrinkwrap":false},"7.0.0":{"name":"graphql-compose-connection","version":"7.0.0","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","license":"MIT","main":"lib/index.js","module":"mjs/index.mjs","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","peerDependencies":{"graphql-compose":"^7.0.4"},"devDependencies":{"@types/graphql":"14.5.0","@types/jest":"26.0.10","@typescript-eslint/eslint-plugin":"3.9.0","@typescript-eslint/parser":"3.9.0","eslint":"7.7.0","eslint-config-airbnb-base":"14.2.0","eslint-config-prettier":"6.11.0","eslint-plugin-import":"2.22.0","eslint-plugin-prettier":"3.1.4","graphql":"15.3.0","graphql-compose":"7.19.4","jest":"26.4.0","prettier":"2.0.5","rimraf":"3.0.2","semantic-release":"17.1.1","ts-jest":"26.2.0","typescript":"3.9.7"},"scripts":{"build":"rimraf lib && tsc -p ./tsconfig.build.json","watch":"jest --watch","coverage":"jest --coverage","lint":"yarn eslint && yarn tscheck","eslint":"eslint --ext .ts ./src","tscheck":"tsc --noEmit","test":"npm run coverage && npm run lint","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"rimraf node_modules && yarn install","semantic-release":"semantic-release"},"gitHead":"abe1409077de5d349a2d8fe2b7847dc258b24349","_id":"graphql-compose-connection@7.0.0","_nodeVersion":"10.22.0","_npmVersion":"6.14.4","dist":{"integrity":"sha512-0UD42bLw+/xdINHrU8F8Gt1y3uABqTx3LxuOy0riDdn9nILpwNyUbZligvQpe2YSFNICMTm64+8207jDXiCKtw==","shasum":"e714f01513409659645ea314e656cb29a10decdb","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-7.0.0.tgz","fileCount":28,"unpackedSize":55751,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfOsGJCRA9TVsSAnZWagAAouoP/1P4JTle9xcjJ8oWd5RC\naSSSnB7tL9tY+jDCT8NN1yQ/wgT1Z1Y2d5R/pUmJNDHb3QnIjPAtYUOu9pps\nZMDDlyfOB8RQDxuy8dbPt1IDQYw8//x318BcOolZnuFxwiwumDdCAC70DTvx\ns191AYYJDk0HSdT/ecl7MvuuClpfPjr/L9DXFnlEs+WJGEtkMlPttlOyBqWr\nktZgX2r0+KT8RwSILHfB0z7ByVfvG7SJEi8p/XhzGrgKwm3WyZSNljZVVlCS\nDv61rJ9PHZZGsPUEuBzkOWI9nXuGUY43h5JzWq4bSD/L6QD3ylQs1I0tXJ3H\n+ZXly4WLccN0DrPWM8E6IETi93SeTSJjIytnLUAEPZA44rJFVHTB3H0ad18I\nArvn4+Pl87I6gxI5tcCG98UIM/ejMzxOwi4BwUecWjqIuhFifQUpit75FkLh\nFLueZh4UCZlmvKuZqzS6RBcG/QSajppmiEXopc7O88VX0dWxrDnwldWU3biB\niL8d3mAn/aT28P2OwcqrNBzcdim/dDn3XW2+O9j/BzgTyFtafMyS+Xr1U3o8\ndvQgiAy2Wvn6NzXPoT7k9FnEkXhvjqiWrv6E4sy2nAwQ9hWkUq3YnYkg+Lx7\n6ULJleTFed05N8AYBEiR7rtn1R10DkVuqfH+sGtU1QlIuVPpS3/uA4R6cK5C\nZM+U\r\n=50EI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDg2K8p8duy/1ml4p7G45zNiGd9GNviAHqXOlXMuGczxAiEA/KWXTQM8x9TL2mh62IiNnxd7NtvB9d7qkT0bIVNM4o8="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_7.0.0_1597686153200_0.6281084186722856"},"_hasShrinkwrap":false},"7.0.1":{"name":"graphql-compose-connection","version":"7.0.1","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","license":"MIT","main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","peerDependencies":{"graphql-compose":"^7.0.4"},"devDependencies":{"@types/graphql":"14.5.0","@types/jest":"26.0.10","@typescript-eslint/eslint-plugin":"3.9.0","@typescript-eslint/parser":"3.9.0","eslint":"7.7.0","eslint-config-airbnb-base":"14.2.0","eslint-config-prettier":"6.11.0","eslint-plugin-import":"2.22.0","eslint-plugin-prettier":"3.1.4","graphql":"15.3.0","graphql-compose":"7.19.4","jest":"26.4.0","prettier":"2.0.5","rimraf":"3.0.2","semantic-release":"17.1.1","ts-jest":"26.2.0","typescript":"3.9.7"},"scripts":{"build":"rimraf lib && tsc -p ./tsconfig.build.json","watch":"jest --watch","coverage":"jest --coverage","lint":"yarn eslint && yarn tscheck","eslint":"eslint --ext .ts ./src","tscheck":"tsc --noEmit","test":"npm run coverage && npm run lint","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"rimraf node_modules && yarn install","semantic-release":"semantic-release"},"gitHead":"9d6eb4a66f9bc43e00d08a2c70cab638f0634555","_id":"graphql-compose-connection@7.0.1","_nodeVersion":"10.22.0","_npmVersion":"6.14.7","dist":{"integrity":"sha512-RYk1MkH5KisSWJCjk7AClI1y8qvkTYvEC5QnZdgduku0uqiEkwDSXz4lgGVfua6v/y/h/SHtxnna/nu/ZocyTg==","shasum":"fd7be1e4dfa0b42e8aa22335bef4d9679d87a6fb","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-7.0.1.tgz","fileCount":28,"unpackedSize":55751,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfOsctCRA9TVsSAnZWagAAesQP/3QhOI5PBUfdUeoRIQZ/\nCcgsZdbrdpccKKqoor30sW9s2IHLv9a3RHulkBAvQnYbq8u58h/LKqFsTVn5\nq0HoR8TXrcySVa36yi/Xr8TwS+4NozK+N6TTnLAMcbBjXPsD8YmnYGqakSTf\nNd16vlN2As9Ad7nk7z5Itb0h959aV9XjZwJo5c3cxKUlb1WQZuGvPYmDkcUN\noPz2J8Db1Yaxahg3qhUduxVN/cuvBGdrrgByUsURIVDVL5cigCQ/9YAgr7zo\n1LtvvcRZbb3sEq55LVW7NH9R5f+ft2zTGodqKfPzhLwRtOjRFR5ShXMt+U5U\nXHRn1CMDFMOQwXy7dIxR9p/Ka3XMp6fnYHnwpD/WvVvx3aazNnqpGKdw8pf5\n/bSm+nWVdVVcaO5RkP6g+j/9b2J6XmSEveiMXQ0d4hb3lUopy+4pzGRxYcZD\nACuBAks7YiEHpOQ8/Y6N5GVd6y+vR/pGjgTrfMABf10BjqTb93LinQ/B17RW\n/DgilqNFW9LDWID2DO5Xv7LC1Igr9YkSCx0CBqU0mpEi+6gx+1UcQKZjgMnQ\neWu3HE0YCgWWwP9/lsy3kzQmz1rWsNm6RWcfZ6Vn6lXYDoxLaWX9WG+NDi0w\nacN2w7iuXNymbyEcGojnoSKr2XSHf8wvhVTg3dFH/EwW5kkaqU1hfOE9w8pK\n+Jss\r\n=VIV9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFbi9ZVNYbp5ydyKrFkLo7F5G+2FOVDtRjoBIyo7CbSvAiEAho05my+nGrjsW8KnKhaiqIDcpICfXn0yf3OuAdjdcBY="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_7.0.1_1597687596774_0.39098105849375964"},"_hasShrinkwrap":false},"8.0.0":{"name":"graphql-compose-connection","version":"8.0.0","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","license":"MIT","main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","peerDependencies":{"graphql-compose":"^7.15.0"},"devDependencies":{"@types/graphql":"14.5.0","@types/jest":"26.0.13","@typescript-eslint/eslint-plugin":"4.1.0","@typescript-eslint/parser":"4.1.0","eslint":"7.9.0","eslint-config-airbnb-base":"14.2.0","eslint-config-prettier":"6.11.0","eslint-plugin-import":"2.22.0","eslint-plugin-prettier":"3.1.4","graphql":"15.3.0","graphql-compose":"7.21.1","jest":"26.4.2","prettier":"2.1.1","rimraf":"3.0.2","semantic-release":"17.1.1","ts-jest":"26.3.0","typescript":"4.0.2"},"scripts":{"build":"rimraf lib && tsc -p ./tsconfig.build.json","watch":"jest --watch","coverage":"jest --coverage","lint":"yarn eslint && yarn tscheck","eslint":"eslint --ext .ts ./src","tscheck":"tsc --noEmit","test":"npm run coverage && npm run lint","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"rimraf node_modules && yarn install","semantic-release":"semantic-release"},"gitHead":"7e6ad006cc99f4b7d30985f1e6bc05c30fd069db","_id":"graphql-compose-connection@8.0.0","_nodeVersion":"12.18.3","_npmVersion":"6.14.7","dist":{"integrity":"sha512-pQw2Mips97zHEzosILqRIWl8E6NOQMZy4dQyXwpIzl1+2Rqn0ioFlbE379SCfgegUL22Fa76SIfK9BvMyUmCkg==","shasum":"36622fe29d83b113de3e117b39a527020c63b324","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-8.0.0.tgz","fileCount":28,"unpackedSize":54400,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfX2FKCRA9TVsSAnZWagAArEoP/1NCcBUxZiLxCrR1q0JU\nS6pPpODySy0b19hYSJYoBDKHblnkUdMf5W9u2Z1+QgwTe5h1tyZ6zrmWQmI+\nZ8hVMFgMiNIP7Fa4pRK+YfVkdeqgCg1GsVUFo9ONt2PpzI1qyOXrpQoVE6qL\nCLNinIP3XnY/WDbtlgDnrPfL9Ry6iLF5E064YNmGWFWEcLhKijANKHrd3vLW\nY0bi91tl/1N6p2ryM55m2Wo9OLJwh26wIvLmJEJS4JpNbNJz40oxJ34p1CDP\n7r5P+9Yc0ZWt5wBEllc7ze3xzTjvCMu47/ZGDY+ZsbgqxB8gbGCuadPt+8pQ\no5G8IN9kh7+o2aIyync5VQVUzP2FRwg5/F4KC8hb7I0Ov74xbk9/OSpqI8h6\n5mvCz1hi5ffXzefelGI4fnMdqFMBavq3asbfrm8Egh/A9bkJfsxS/g2On4rT\nzr4HwZ60aiemw7vTb9onOf6Ehr3Fh26R6EgnTk7FfKSxjZjTmlgR3RMLfgGp\nfW8Y2KdsbbGyWDnrofkuZDEurVV0fR1we6MLI563IkymOh992IHGeeXBnYHc\nQHsdLh4tPhDP51I8Ge7qsI0LhGM3ODsLhhKzMCsnydlEIgiG5VD3vbyszKS9\nzdnUILzvTXEit38QSNPFDFPTRPnFov9Pqmd0lTOKMKqFRAv9CHPSb9SL7sW8\nPuBs\r\n=kWF3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAFk2eY/Oy/VJrsSXbG6zR8Thtk36WVBFpi3VVmuqTYdAiEA8MueolDCETD2Ww6HbWEZ8y+g7so/ln9/ZuiDF850kvQ="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_8.0.0_1600086346435_0.13277934130272673"},"_hasShrinkwrap":false},"8.0.1":{"name":"graphql-compose-connection","version":"8.0.1","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","license":"MIT","main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","peerDependencies":{"graphql-compose":"^7.15.0"},"devDependencies":{"@types/graphql":"14.5.0","@types/jest":"26.0.13","@typescript-eslint/eslint-plugin":"4.1.0","@typescript-eslint/parser":"4.1.0","eslint":"7.9.0","eslint-config-airbnb-base":"14.2.0","eslint-config-prettier":"6.11.0","eslint-plugin-import":"2.22.0","eslint-plugin-prettier":"3.1.4","graphql":"15.3.0","graphql-compose":"7.21.1","jest":"26.4.2","prettier":"2.1.1","rimraf":"3.0.2","semantic-release":"17.1.1","ts-jest":"26.3.0","typescript":"4.0.2"},"scripts":{"build":"rimraf lib && tsc -p ./tsconfig.build.json","watch":"jest --watch","coverage":"jest --coverage","lint":"yarn eslint && yarn tscheck","eslint":"eslint --ext .ts ./src","tscheck":"tsc --noEmit","test":"npm run coverage && npm run lint","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"rimraf node_modules && yarn install","semantic-release":"semantic-release"},"gitHead":"34a66d7652291b03907d153e56b6bebc9d329250","_id":"graphql-compose-connection@8.0.1","_nodeVersion":"12.18.3","_npmVersion":"6.14.7","dist":{"integrity":"sha512-VBEdtzEp862TlV/uf7GDVYI0wwfTQAQlDXIZVl9IlYO5BcDD94kaPcrTuzQ/j991G09vx2ebqLu2zRI3uLZ7kg==","shasum":"6416ead781108a6628c542908f43cf89d3200222","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-8.0.1.tgz","fileCount":28,"unpackedSize":54366,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfX3F5CRA9TVsSAnZWagAADxcQAJbKDzIvGwMH0O/gczgg\nL3wB0nLOpIhyNrPSaNOPQJvUhPwXug82Z6B36OTh5+NKjLu2VCWwvibfkFjP\nmVQGXLvjPMbD/OH4G9KrlsDUNflXM0+Pd1bl9SLezamwU3wi1XoYH/ohV7MV\neRRF6x1Dx5jhQKQ1M56qP1r02bzBHNPwbTzv7dBz8d5dhQAoLvohuBvy/rXm\npit07HdyUe+lrhOurSavQUNKwknX3OUwnSoyjx+JrZgwbSSuF3CqieiqtmVL\n1CE7OHfEPt4+KFE6u5nFoMXDgeHuu1Oc0ClNsJBsBjD7eSMgNqFfdpXFFDJu\nUT8DDgRW/Mc6Z5Y+XES9nGidoPgvfj0wK7SUuS3kZE1x2tHMj8AxskJRfbFF\no2cfhYCNMsbvgDFpBl7eszuhIdIdcAujeUWmzIZX/l6WxL44AkEz310XBRQ8\neGAn9pjYv1gA3ytuJY5RMY6cc6vd9l2HxXbFntwdwmGh+ucQOE/jNs/sJUso\nEpL27bjgDbrr9sAzpPtEI45zOiUcc+0ZuT5lpxRlMsgHL8h5+qdD8aFP+xQs\nSH7zxPv5r5bJHDEqFEUCngMH5N4qyeQ/ggYBx+121jZvqKvXsHKJnBy6W+Do\nzVT6T1vKse9ooymrFiozs4FP2NhYSSjH+CqSr3vlFj5cI05X6J/VfYg3Yymm\nQAcT\r\n=YOJ1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAvXws+V+oyvEh4G0aAbFRGuvB+dk7CsTOPN2G0tjMegAiEAgYgquflEEChTxL3Qf9pGoK98IS9ZTr0bgSCE8kHQSig="}]},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_8.0.1_1600090489456_0.973332572697609"},"_hasShrinkwrap":false},"8.1.0":{"name":"graphql-compose-connection","version":"8.1.0","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","license":"MIT","main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","peerDependencies":{"graphql-compose":"^7.15.0 || ^8.0.0"},"devDependencies":{"@types/jest":"26.0.23","@typescript-eslint/eslint-plugin":"4.22.0","@typescript-eslint/parser":"4.22.0","eslint":"7.25.0","eslint-config-airbnb-base":"14.2.1","eslint-config-prettier":"8.3.0","eslint-plugin-import":"2.22.1","eslint-plugin-prettier":"3.4.0","graphql":"15.5.0","graphql-compose":"8.0.1","jest":"26.6.3","prettier":"2.2.1","rimraf":"3.0.2","semantic-release":"17.4.2","ts-jest":"26.5.5","typescript":"4.2.4"},"scripts":{"build":"rimraf lib && tsc -p ./tsconfig.build.json","watch":"jest --watch","coverage":"jest --coverage","lint":"yarn eslint && yarn tscheck","eslint":"eslint --ext .ts ./src","tscheck":"tsc --noEmit","test":"npm run coverage && npm run lint","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"rimraf node_modules && yarn install","semantic-release":"semantic-release"},"gitHead":"fa9ef7ba8253ecd6587eb8936339f1cc18167289","_id":"graphql-compose-connection@8.1.0","_nodeVersion":"12.22.1","_npmVersion":"6.14.7","dist":{"integrity":"sha512-CoWIj58IJj0pCKf6tahKyU5Wx71lT9H7NNGvgDsgoHVZNsqLl57wtLT3YPnNEpBPeb1IR/Wi9gR/dse952+FhQ==","shasum":"868a224b0491b4a4f94748fe76fa4bb0a7e96538","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-8.1.0.tgz","fileCount":28,"unpackedSize":54365,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgi7jDCRA9TVsSAnZWagAAlCcP/0jPML06Pm3yAXYdiBm6\nHHrOHtjBh5zSpwuM5lh53biexYw7jVCWonQ8rbapYub6NMj13uXeZsnTRiVV\nJULBcegAfWgenvJ+HNZSyUlPIFsBTkP3KCoGqvUt7pbbRrEpf87BICpRYa3g\ntyf7lAcAnHEcvM1enpDx+U/2pCImgiXwYQFQNiAh8ysulb9a/SPyrx1kx+Fd\nMF4cgZjiq6QHnnezUAcB6ypreIt0fJxOVKrhJ32dnBGFovV9Y9VXJCW9R0lP\ntfynh+MCNfncXIr6UGGD4C+FBAmS6B4v0JBHp8xQngMQ6yUNChnPrsknImEd\nz6EVRPwAtv6L/iMG6IzTFM2V5TLXAg8MEsK39l38NlJkDyMtZc8kC4WaIIEO\nrnc1Oou/q5r+2R3YiT7nIVrh2XpktLs0ut5GYRuNdpRAP/UKvV+6KjTuwKm1\nf9IkPaC/b6SOMtIMGSoAUc62ElTkiFZzj6LG/9cAPtM8NYy3SjnfWsf79htt\npke++gAhHROA58JJXQaMrVcDvbTcH9ABYDnRPotNSeiUozNJz8WdxPiW2bwa\nLKKjQEl4OTOL/Qmw7tbePtRqFP1wzhtc2YHWaj+0CqeOHoFpNtVns4leU4dl\nZ1YbzXM9E01oQ2Kw/L9pKPW/6LkCge3qTZqD6Do1SK+a/XpcaTtN2D14+Cxt\n8ZIm\r\n=q5Xq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCKLKtD2zl1FBVJ0f0bDdnyElwHguDN8V0OK9CDWmbaSAIhAJ3mnXH5I6QHIAc9QZg/GT4g4FeDl/Zl0rqfhjqSbJht"}]},"_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"directories":{},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_8.1.0_1619769538676_0.07020345469981315"},"_hasShrinkwrap":false},"8.1.1-alpha.1":{"name":"graphql-compose-connection","version":"8.1.1-alpha.1","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","license":"MIT","main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","peerDependencies":{"graphql-compose":"^7.15.0 || ^8.0.0"},"devDependencies":{"@types/jest":"26.0.23","@typescript-eslint/eslint-plugin":"4.22.0","@typescript-eslint/parser":"4.22.0","eslint":"7.25.0","eslint-config-airbnb-base":"14.2.1","eslint-config-prettier":"8.3.0","eslint-plugin-import":"2.22.1","eslint-plugin-prettier":"3.4.0","graphql":"15.5.0","graphql-compose":"8.0.1","jest":"26.6.3","prettier":"2.2.1","rimraf":"3.0.2","semantic-release":"17.4.2","ts-jest":"26.5.5","typescript":"4.2.4"},"scripts":{"build":"rimraf lib && tsc -p ./tsconfig.build.json","watch":"jest --watch","coverage":"jest --coverage","lint":"yarn eslint && yarn tscheck","eslint":"eslint --ext .ts ./src","tscheck":"tsc --noEmit","test":"npm run coverage && npm run lint","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"rimraf node_modules && yarn install","semantic-release":"semantic-release"},"readme":"# graphql-compose-connection\n\n[![travis build](https://img.shields.io/travis/graphql-compose/graphql-compose-connection.svg)](https://travis-ci.org/graphql-compose/graphql-compose-connection)\n[![codecov coverage](https://img.shields.io/codecov/c/github/graphql-compose/graphql-compose-connection.svg)](https://codecov.io/github/graphql-compose/graphql-compose-connection)\n[![version](https://img.shields.io/npm/v/graphql-compose-connection.svg)](https://www.npmjs.com/package/graphql-compose-connection)\n[![downloads](https://img.shields.io/npm/dt/graphql-compose-connection.svg)](http://www.npmtrends.com/graphql-compose-connection)\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n\nThis is a plugin for [graphql-compose](https://github.com/graphql-compose/graphql-compose) family, which adds to the ObjectTypeComposer `connection` resolver.\n\nLive demo: [https://graphql-compose.herokuapp.com/](https://graphql-compose.herokuapp.com/)\n\nThis package completely follows to Relay Cursor Connections Specification (<https://relay.dev/graphql/connections.htm>).\n\nBesides standard connection arguments `first`, `last`, `before` and `after`, also added significant arguments:\n\n- `filter` arg - for filtering records\n- `sort` arg - for sorting records. Build in mechanism allows sort by any unique indexes (not only by id). Also supported compound sorting (by several fields).\n\n[CHANGELOG](https://github.com/graphql-compose/graphql-compose-connection/blob/master/CHANGELOG.md)\n\n## Installation\n\n```bash\nnpm install graphql graphql-compose graphql-compose-connection --save\n```\n\nModules `graphql` and `graphql-compose` are in `peerDependencies`, so should be installed explicitly in your app. They should not installed as submodules, cause internally checks the classes instances.\n\n## Example\n\nImplementation details of `findManyResolver` and `countResolver` can be found in [this file](./src/__mocks__/User.ts).\n\n```js\nimport { prepareConnectionResolver } from 'graphql-compose-connection';\nimport { UserTC, findManyResolver, countResolver } from './user';\n\nprepareConnectionResolver(userTC, {\n  findManyResolver,\n  countResolver,\n  sort: {\n    // Sorting key, visible for users in GraphQL Schema\n    _ID_ASC: {\n      // Sorting value for ORM/Driver\n      value: { _id: 1 },\n\n      // Field names in record, which data will be packed in `cursor`\n      //   edges {\n      //     cursor   <- base64(cursorData), for this example `cursorData` = { _id: 334ae453 }\n      //     node     <- record from DB\n      //   }\n      // By this fields MUST be created UNIQUE index in database!\n      cursorFields: ['_id'],\n\n      // If for connection query provided `before` argument with above `cursor`.\n      // We should construct (`rawQuery`) which will be point to dataset before cursor.\n      // Unpacked data from `cursor` will be available in (`cursorData`) argument.\n      // PS. All other filter options provided via GraphQL query will be added automatically.\n      // ----- [record] -----   sorted dataset, according to above option with `value` name\n      // ^^^^^                 `rawQuery` should filter this set\n      beforeCursorQuery: (rawQuery, cursorData, resolveParams) => {\n        if (!rawQuery._id) rawQuery._id = {};\n        rawQuery._id.$lt = cursorData._id;\n      },\n\n      // Constructing `rawQuery` for connection `after` argument.\n      // ----- [record] -----   sorted dataset\n      //                ^^^^^  `rawQuery` should filter this set\n      afterCursorQuery: (rawQuery, cursorData, resolveParams) => {\n        if (!rawQuery._id) rawQuery._id = {};\n        rawQuery._id.$gt = cursorData._id;\n      },\n    },\n\n    _ID_DESC: {\n      value: { _id: -1 },\n      cursorFields: ['_id'],\n      beforeCursorQuery: (rawQuery, cursorData, resolveParams) => {\n        if (!rawQuery._id) rawQuery._id = {};\n        rawQuery._id.$gt = cursorData._id;\n      },\n      afterCursorQuery: (rawQuery, cursorData, resolveParams) => {\n        if (!rawQuery._id) rawQuery._id = {};\n        rawQuery._id.$lt = cursorData._id;\n      },\n    },\n\n    // More complex sorting parameter with 2 fields\n    AGE_ID_ASC: {\n      value: { age: 1, _id: -1 },\n      // By these fields MUST be created COMPOUND UNIQUE index in database!\n      cursorFields: ['age', '_id'],\n      beforeCursorQuery: (rawQuery, cursorData, resolveParams) => {\n        if (!rawQuery.age) rawQuery.age = {};\n        if (!rawQuery._id) rawQuery._id = {};\n        rawQuery.age.$lt = cursorData.age;\n        rawQuery._id.$gt = cursorData._id;\n      },\n      afterCursorQuery: (rawQuery, cursorData, resolveParams) => {\n        if (!rawQuery.age) rawQuery.age = {};\n        if (!rawQuery._id) rawQuery._id = {};\n        rawQuery.age.$gt = cursorData.age;\n        rawQuery._id.$lt = cursorData._id;\n      },\n    }\n  },\n});\n```\n\n<img width=\"1249\" alt=\"screen shot 2016-07-20 at 12 20 08\" src=\"https://cloud.githubusercontent.com/assets/1946920/16976899/67a5e0f8-4e74-11e6-87e5-fc4574deaaab.png\">\n\n## Used in plugins\n\n[graphql-compose-mongoose](https://github.com/graphql-compose/graphql-compose-mongoose) - converts mongoose models to graphql types\n\n## License\n\n[MIT](https://github.com/graphql-compose/graphql-compose-connection/blob/master/LICENSE.md)\n","readmeFilename":"README.md","gitHead":"ca4663640c3ffa0b8a7a6086b277f75c1f4f8679","_id":"graphql-compose-connection@8.1.1-alpha.1","_nodeVersion":"12.22.1","_npmVersion":"6.14.7","dist":{"integrity":"sha512-uvmFgNLkDoQgfGpLjZfIYV7QFyJg+r4buN6LrBbNWbJo/9OTSjfBEpDn/ltUzNz3Qlptaj7ZLDR0/v5dx/OKXg==","shasum":"d637c6b0ff90421ca14628ae68fa3cc52ee0c9da","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-8.1.1-alpha.1.tgz","fileCount":28,"unpackedSize":55815,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgo16CCRA9TVsSAnZWagAAYfkP/3vbd/CbfVNeeBQNgKtK\nePQ3tXKGhsdNb8aF5u5rzxpqe9pze/DwAGKbyq9LSacPqc0U2AqZ5G4xIV5z\n5Lh/vjjBJ1997C3JU2hyNhNb0A1y+lkJbKei+rgrBh0cS2qqfV/4LShH/ltp\nPXZStVYmElQZltPUbcKw+M2FID6D1GFykChAE0X6IVx59DX1yeB0Iq3BuGZ3\nGl2YN/NSRQlgyRAP2lG2gmXJQqa7JlubSD0eX2Gp7d8G/invBf8LZPitsIfQ\nMGTVbMQoRXFLA9L39BDHJqgxmOo2TUTNvGQPzZOTQLrk22BFNEDpzQp3oGS/\nkCLaNg4kdjS7ZCrCTCAb5VAVIqMUi/9C6volf3UBh+x7ufuGKpwYY3YD1SX2\nq6/Pzzl0C0rFy/JowBiN8U+ckx34xFGImFdpcQzH50msyAmlyJY/Z3JwTNJw\nvD2ftCQr7/EJ9d2IQReb0PwmiRVXl+omyMNYypF6mEYuPa98j2kWCXDY+j40\nbgAQPOVNaAWxGNjdH+zGdgWGKiRjF5AgRmsLC5vRhvsYASD0Xd8HFOx+eXop\nibckSvb2bSXQXVcVi/RCrHwpPoEVvNJWSQamahZOuPGMZh52fNmMdVu1lwfP\nfW48e+ItmUqOqQBQSxCqHNwP6TmGL1w7ehXwTsXO8HvP9Q2UcEga/txEbheO\nLVGn\r\n=JzX6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGwtZWPbMKxwvhXb1mgiHzD+4h/IJTontLm5tMOeRsXPAiBD8Q2pdrrBdreMgpeUx1Cqnmkgbuo4gFi6yjr2XK3W1g=="}]},"_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"directories":{},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_8.1.1-alpha.1_1621319297866_0.7138308920420944"},"_hasShrinkwrap":false},"8.1.1":{"name":"graphql-compose-connection","version":"8.1.1","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","license":"MIT","main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","peerDependencies":{"graphql-compose":"^7.15.0 || ^8.0.0"},"devDependencies":{"@types/jest":"26.0.23","@typescript-eslint/eslint-plugin":"4.22.0","@typescript-eslint/parser":"4.22.0","eslint":"7.25.0","eslint-config-airbnb-base":"14.2.1","eslint-config-prettier":"8.3.0","eslint-plugin-import":"2.22.1","eslint-plugin-prettier":"3.4.0","graphql":"15.5.0","graphql-compose":"8.0.1","jest":"26.6.3","prettier":"2.2.1","rimraf":"3.0.2","semantic-release":"17.4.2","ts-jest":"26.5.5","typescript":"4.2.4"},"scripts":{"build":"rimraf lib && tsc -p ./tsconfig.build.json","watch":"jest --watch","coverage":"jest --coverage","lint":"yarn eslint && yarn tscheck","eslint":"eslint --ext .ts ./src","tscheck":"tsc --noEmit","test":"npm run coverage && npm run lint","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"rimraf node_modules && yarn install","semantic-release":"semantic-release"},"gitHead":"8d7e108b363c5b5f69a04f1dd2ee5fd3fb739b16","_id":"graphql-compose-connection@8.1.1","_nodeVersion":"12.22.1","_npmVersion":"6.14.7","dist":{"integrity":"sha512-j9fxsRFhepBP32JtyFrudNl/3bc1IVf8+ZWolQWTy8+wZ1YcZGHu2gU1hyCUt2rNYTcUAQ285aYOR9T6/rOSCQ==","shasum":"73030eb20180a49bc5985b299ba8f1c56c934440","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-8.1.1.tgz","fileCount":28,"unpackedSize":55807,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrQKNCRA9TVsSAnZWagAA9DYP/3QG0wwaAOCUT3O/Yhla\nwi5y0q3kNceA0Czo7l4IpDvlx5BXwEu0lHhnUlu+6Tp3J1wQlkwd0RXb9yxE\niHeW3OsOKFldD5sJZsrCR8oC0OLFEtrF9TLO+ZtfdAyf3xs2YAJTqgbcOR/W\n1Ufjv/oiqbiN6R4dpdILQ3BkiC6nFh/5f+bCngNBv1mSJpW121xsgpMioy1f\nrSkRY5nhvP89sOM2QamfhaD/RZZJ3a2TzX418SkfssEVTbxn9zbyaqyAWx5K\nzNuOs/TCUfzc/K+xNLU+4hiyJuzsrY+XFNkUUQUTV+3a22Am5A1iJB28nKhx\nC75SQCb5NVljJw6kIJ9vpd2vGZ6KiJNVKykzNMpmcjGVApXwZOAhJRKm83vN\nsAM6dko7+Qxlnw3WkMWk8u61r9bkUTK3Qqdk13HxYHLxF2/PwfG6aLKCeU+K\n24WQWvxwKkAFJArE/e8O8KfHd8MfYEcc7ca7wpUMkv/7hbGIwU8Rvtk5DbN+\ncymLS4EpAJaA+MKBmxWWsZSGA4unSPNjTQMpxB9VjiKpf8t2Q4Uowrjek3lg\nIemoBNEvjyFUjNNWhosaW0jO+9XfPqy8N9orjBQRmClffu9y8uWS3Z1CzVWN\nXp51+UBxiierCP4SDQRn7wqWFjFrK3FAoAwbhtZvd/aL2P0SORjCnqVIWUZT\n8GL1\r\n=1Zlu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFWlcR/KPfsk2zgzNKvBwngpGWQ7iWyS5CD5zuxI1GbTAiEA37guji2T8ewYkJ9Lmqz5+6papO4HrKQNW3/Dpz3ty6I="}]},"_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"directories":{},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_8.1.1_1621951116624_0.9602423634790838"},"_hasShrinkwrap":false},"8.2.0":{"name":"graphql-compose-connection","version":"8.2.0","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","license":"MIT","main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","peerDependencies":{"graphql-compose":"^7.15.0 || ^8.0.0 || ^9.0.0"},"devDependencies":{"@types/jest":"26.0.23","@typescript-eslint/eslint-plugin":"4.25.0","@typescript-eslint/parser":"4.25.0","eslint":"7.27.0","eslint-config-airbnb-base":"14.2.1","eslint-config-prettier":"8.3.0","eslint-plugin-import":"2.23.4","eslint-plugin-prettier":"3.4.0","graphql":"15.5.0","graphql-compose":"9.0.0","jest":"27.0.3","prettier":"2.3.0","rimraf":"3.0.2","semantic-release":"17.4.3","ts-jest":"27.0.1","typescript":"4.3.2"},"scripts":{"build":"rimraf lib && tsc -p ./tsconfig.build.json","watch":"jest --watch","coverage":"jest --coverage","lint":"yarn eslint && yarn tscheck","eslint":"eslint --ext .ts ./src","tscheck":"tsc --noEmit","test":"npm run coverage && npm run lint","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"rimraf node_modules && yarn install","semantic-release":"semantic-release"},"gitHead":"3d6fd2714b5b6bbc9e9fe18574d8b27a02ce4b1f","_id":"graphql-compose-connection@8.2.0","_nodeVersion":"12.22.1","_npmVersion":"6.14.7","dist":{"integrity":"sha512-41tMBvYruKsGFiR9e3JuLLplq5EoB6Y8CbVPx2KA4rfKAG5MLnY3kl64QPZALK9yzOxPVfN3AFPK1whWgm20CQ==","shasum":"0046c4b161823b549efdd99a208d665624edb086","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-8.2.0.tgz","fileCount":28,"unpackedSize":55817,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgs/DnCRA9TVsSAnZWagAAjqwP/0R2Tm+TlJ0t6YuLwIiC\neBShuZhUZZQav9yiEzzIVZzcgBPboIfezG/sYHTu4rMzj26MqrIPDFybamMu\n/6F+o60/XiriYDTRuowaa9r9CBqf33uUhacl0DMzfJS/0avENOWsPyvlRduh\nozy6QZ8dtyERnHsJsc2/deFA6BC0mIj8Y4iXn0ISmHCGQofiQ/L5VlUli3VB\ncWXMZXiyMhq43RavDwzk6cqqgJVXk+qCvY86sNyoJj1x26pZsVWtGcG38Mbq\nIB96D/X/JyMBBEcJa+HoJ1lvvNIZim5eFe8Km69Jr1wFL4S3K9Y0LXjpRet5\nntJHa9iCtf44RyDOfFBu+inCX5tYwyPNOUMWWk59hCf+L7u3ULKjDhCVNOBO\nBMO5iiFeWvhV3hUsYFOFSY1sXx3Bq8zzGn/0LTAFqF3cUQaGv4YgoMAW0rKj\nYh+Mo7xU9zPcCuI7J3O4FmQ17YW3SUpxOodjyAgPhxODmO9YbIxYF7VJf3Ck\ncedDcd0Zc+YGGnJaDZFX8eowrN4ezvL6sWOcAicd1YBBWOBY1zhF1IVnEewK\nQhlZ83nfSvBQWUrpOFzjEr8+EWf5vH8yXOVsVaxLvIaq6wY5zH4l69V1py5W\n1rW6nykRZx127nFDw6vWpe7Fym2CGMTi1XenQkenh7blQO/8OwnVWM9AOQjo\nFIyn\r\n=zZXO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC7K72WUFtGHrVsGPlNwk29yN/deU20Yei9XGg3mnPuQQIgPItf3FnJzqZhEqQ8yR9b58UbdK9iuyB+3h+SHlhM6jY="}]},"_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"directories":{},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_8.2.0_1622405350537_0.7082462604254949"},"_hasShrinkwrap":false},"8.2.1":{"name":"graphql-compose-connection","version":"8.2.1","description":"Plugin for `graphql-compose` which provide a connection resolver for types.","license":"MIT","main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"keywords":["graphql","compose","graphql-compose","relay"],"bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","peerDependencies":{"graphql-compose":"^7.15.0 || ^8.0.0 || ^9.0.0"},"devDependencies":{"@types/jest":"26.0.24","@typescript-eslint/eslint-plugin":"4.28.2","@typescript-eslint/parser":"4.28.2","eslint":"7.30.0","eslint-config-airbnb-base":"14.2.1","eslint-config-prettier":"8.3.0","eslint-plugin-import":"2.23.4","eslint-plugin-prettier":"3.4.0","graphql":"15.5.1","graphql-compose":"9.0.1","jest":"27.0.6","prettier":"2.3.2","rimraf":"3.0.2","semantic-release":"17.4.4","ts-jest":"27.0.3","typescript":"4.3.5"},"scripts":{"build":"rimraf lib && tsc -p ./tsconfig.build.json","watch":"jest --watch","coverage":"jest --coverage","lint":"yarn eslint && yarn tscheck","eslint":"eslint --ext .ts ./src","tscheck":"tsc --noEmit","test":"npm run coverage && npm run lint","link":"yarn build && yarn link graphql-compose && yarn link","unlink":"rimraf node_modules && yarn install","semantic-release":"semantic-release"},"gitHead":"3c5b15275817f35967649d7a087de4050a5f0bf5","_id":"graphql-compose-connection@8.2.1","_nodeVersion":"12.22.1","_npmVersion":"6.14.7","dist":{"integrity":"sha512-75QOx1HusfkLzDlF+RMGoC0UowbZ2R7/xFRIMfbQf1gc6eeRqiGmTWFxHaUYk2WjTAB4dGO7p/gllfwqO0W/TA==","shasum":"ca78363f4f94a209e31d9dc8905de2e26bcb8b81","tarball":"https://registry.npmjs.org/graphql-compose-connection/-/graphql-compose-connection-8.2.1.tgz","fileCount":28,"unpackedSize":55933,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg6FMsCRA9TVsSAnZWagAA+4AP/jTT7+6jtG4NUeTNN/17\nAwQyk7d3qh02V9vAYBCgVq14aRs9aHMYTNbzHdDsmBONflC/QvqcncRxvsgF\n+Z+vU0jYJaJvQI5+sRoOtKEyVvRYYXGkb3KSaITyvsaLAOuYPmKF2yszkjCb\nwC937RlGWLtOigYdjtb0RVGigyUKCmZMsmAn492ZotUDSvfJvhLwn3sKiD6z\n+daXmejd9FecIUq8DFstqsT/Hao+tLzcG0CDOCz5yJ3U0a8aQlUfLe4YVppI\n/hGIggXGoFntM7nmCVRXkVRUN/I5sO7+sR8qRPKnjZtvn8DV9tHETTGtejk5\nIEJ9H1T9eroXmLD/9FavqEYdfGPxvzI/fABs+drJHKAYcMULt9Fep1Xlo+QA\nxgJyWC3yXOkiacB7ekRIDMCfgy1/z1qY+ul/l+nbaAuTv25jTHihMFAUGw2D\nygF+EYubY7Vd5NHt9vOUAEqlYO1zuF/Xpio3yV/fk6FV6fJA1AIWVMuSWzHq\nunj6H/0i9d6U+a2xmUvaZLWzcxIUQohIfC05FER8/BsqUyAcxrUltjHf2E0v\n37pFSJMS+F+qxTIF4PgZx222/92yfRQZDb9oEIc8cb8Pd9obpGemcvBLG+7R\nSWOfHp30GkGygxrMK09uWLtr57qBuwAOMx8ezZcQWMktaJ+eAsNICNBmxxbv\nnBvz\r\n=n+tB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDjabAMMKYub+Crka5u5aS2SHnBX4B4caa0sMOWKCwCUwIgEnwmh2ac1tgnesyzmaDkN6ygbosSWIkvsuktsO3YfN8="}]},"_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"directories":{},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose-connection_8.2.1_1625838379951_0.012574534848999619"},"_hasShrinkwrap":false}},"readme":"# graphql-compose-connection\n\n[![travis build](https://img.shields.io/travis/graphql-compose/graphql-compose-connection.svg)](https://travis-ci.org/graphql-compose/graphql-compose-connection)\n[![codecov coverage](https://img.shields.io/codecov/c/github/graphql-compose/graphql-compose-connection.svg)](https://codecov.io/github/graphql-compose/graphql-compose-connection)\n[![version](https://img.shields.io/npm/v/graphql-compose-connection.svg)](https://www.npmjs.com/package/graphql-compose-connection)\n[![downloads](https://img.shields.io/npm/dt/graphql-compose-connection.svg)](http://www.npmtrends.com/graphql-compose-connection)\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n\nThis is a plugin for [graphql-compose](https://github.com/graphql-compose/graphql-compose) family, which adds to the ObjectTypeComposer `connection` resolver.\n\nLive demo: [https://graphql-compose.herokuapp.com/](https://graphql-compose.herokuapp.com/)\n\nThis package completely follows to Relay Cursor Connections Specification (<https://relay.dev/graphql/connections.htm>).\n\nBesides standard connection arguments `first`, `last`, `before` and `after`, also added significant arguments:\n\n- `filter` arg - for filtering records\n- `sort` arg - for sorting records. Build in mechanism allows sort by any unique indexes (not only by id). Also supported compound sorting (by several fields).\n\n[CHANGELOG](https://github.com/graphql-compose/graphql-compose-connection/blob/master/CHANGELOG.md)\n\n## Installation\n\n```bash\nnpm install graphql graphql-compose graphql-compose-connection --save\n```\n\nModules `graphql` and `graphql-compose` are in `peerDependencies`, so should be installed explicitly in your app. They should not installed as submodules, cause internally checks the classes instances.\n\n## Example\n\nImplementation details of `findManyResolver` and `countResolver` can be found in [this file](./src/__mocks__/User.ts).\n\n```js\nimport { prepareConnectionResolver } from 'graphql-compose-connection';\nimport { UserTC, findManyResolver, countResolver } from './user';\n\nprepareConnectionResolver(userTC, {\n  findManyResolver,\n  countResolver,\n  sort: {\n    // Sorting key, visible for users in GraphQL Schema\n    _ID_ASC: {\n      // Sorting value for ORM/Driver\n      value: { _id: 1 },\n\n      // Field names in record, which data will be packed in `cursor`\n      //   edges {\n      //     cursor   <- base64(cursorData), for this example `cursorData` = { _id: 334ae453 }\n      //     node     <- record from DB\n      //   }\n      // By this fields MUST be created UNIQUE index in database!\n      cursorFields: ['_id'],\n\n      // If for connection query provided `before` argument with above `cursor`.\n      // We should construct (`rawQuery`) which will be point to dataset before cursor.\n      // Unpacked data from `cursor` will be available in (`cursorData`) argument.\n      // PS. All other filter options provided via GraphQL query will be added automatically.\n      // ----- [record] -----   sorted dataset, according to above option with `value` name\n      // ^^^^^                 `rawQuery` should filter this set\n      beforeCursorQuery: (rawQuery, cursorData, resolveParams) => {\n        if (!rawQuery._id) rawQuery._id = {};\n        rawQuery._id.$lt = cursorData._id;\n      },\n\n      // Constructing `rawQuery` for connection `after` argument.\n      // ----- [record] -----   sorted dataset\n      //                ^^^^^  `rawQuery` should filter this set\n      afterCursorQuery: (rawQuery, cursorData, resolveParams) => {\n        if (!rawQuery._id) rawQuery._id = {};\n        rawQuery._id.$gt = cursorData._id;\n      },\n    },\n\n    _ID_DESC: {\n      value: { _id: -1 },\n      cursorFields: ['_id'],\n      beforeCursorQuery: (rawQuery, cursorData, resolveParams) => {\n        if (!rawQuery._id) rawQuery._id = {};\n        rawQuery._id.$gt = cursorData._id;\n      },\n      afterCursorQuery: (rawQuery, cursorData, resolveParams) => {\n        if (!rawQuery._id) rawQuery._id = {};\n        rawQuery._id.$lt = cursorData._id;\n      },\n    },\n\n    // More complex sorting parameter with 2 fields\n    AGE_ID_ASC: {\n      value: { age: 1, _id: -1 },\n      // By these fields MUST be created COMPOUND UNIQUE index in database!\n      cursorFields: ['age', '_id'],\n      beforeCursorQuery: (rawQuery, cursorData, resolveParams) => {\n        if (!rawQuery.age) rawQuery.age = {};\n        if (!rawQuery._id) rawQuery._id = {};\n        rawQuery.age.$lt = cursorData.age;\n        rawQuery._id.$gt = cursorData._id;\n      },\n      afterCursorQuery: (rawQuery, cursorData, resolveParams) => {\n        if (!rawQuery.age) rawQuery.age = {};\n        if (!rawQuery._id) rawQuery._id = {};\n        rawQuery.age.$gt = cursorData.age;\n        rawQuery._id.$lt = cursorData._id;\n      },\n    }\n  },\n});\n```\n\n<img width=\"1249\" alt=\"screen shot 2016-07-20 at 12 20 08\" src=\"https://cloud.githubusercontent.com/assets/1946920/16976899/67a5e0f8-4e74-11e6-87e5-fc4574deaaab.png\">\n\n## Used in plugins\n\n[graphql-compose-mongoose](https://github.com/graphql-compose/graphql-compose-mongoose) - converts mongoose models to graphql types\n\n## License\n\n[MIT](https://github.com/graphql-compose/graphql-compose-connection/blob/master/LICENSE.md)\n","maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"time":{"modified":"2022-06-18T13:55:45.151Z","created":"2016-07-15T06:21:57.658Z","1.0.0":"2016-07-15T06:21:57.658Z","1.0.1":"2016-07-18T11:22:42.634Z","1.0.2":"2016-07-20T19:59:42.589Z","1.0.3":"2016-07-22T12:32:49.317Z","1.0.4":"2016-08-09T16:38:36.346Z","1.0.5":"2016-08-10T10:13:23.521Z","1.0.6":"2016-08-13T12:31:15.933Z","1.0.7":"2016-08-15T13:38:14.002Z","1.0.8":"2016-09-06T08:33:21.737Z","1.0.9":"2016-10-12T06:41:29.653Z","1.0.10":"2016-10-12T06:43:23.794Z","1.1.0":"2016-10-13T14:00:34.033Z","2.0.0":"2016-10-16T10:25:34.528Z","2.0.1":"2016-10-16T16:06:13.631Z","2.0.2":"2016-10-25T17:49:40.123Z","2.1.0":"2016-10-31T05:51:54.446Z","2.1.1":"2016-10-31T09:32:12.992Z","2.1.2":"2016-11-18T12:50:38.339Z","2.1.3":"2017-01-25T17:54:49.390Z","2.1.4":"2017-06-03T08:22:18.012Z","2.2.0":"2017-06-05T16:53:32.552Z","2.2.1":"2017-06-06T11:01:12.984Z","2.2.2":"2017-06-21T05:00:35.847Z","2.3.0":"2017-09-07T05:06:38.782Z","2.3.1":"2017-09-28T15:28:49.278Z","2.4.0":"2017-09-30T13:11:05.206Z","2.4.1":"2017-09-30T14:13:08.304Z","2.4.2":"2017-09-30T14:41:07.392Z","2.5.0":"2017-10-02T07:53:18.722Z","2.5.1":"2017-10-04T13:31:59.646Z","2.5.2":"2017-10-05T06:13:37.045Z","2.5.3":"2017-11-01T10:12:13.899Z","2.5.4":"2017-11-04T10:23:25.712Z","2.5.5":"2018-02-09T15:19:19.512Z","2.5.6":"2018-02-09T16:33:14.279Z","2.5.7":"2018-02-12T16:09:17.156Z","3.0.0":"2018-02-15T07:37:36.845Z","3.0.1":"2018-04-16T19:33:22.091Z","3.1.0":"2018-06-26T14:08:53.722Z","3.1.1":"2018-06-26T14:36:42.694Z","3.2.0":"2018-07-09T12:30:31.375Z","3.2.1":"2018-08-23T07:48:13.315Z","4.0.0":"2018-09-05T17:15:21.234Z","4.1.0":"2019-02-26T03:19:01.551Z","5.0.0":"2019-03-15T22:09:44.184Z","6.0.0":"2019-04-28T19:29:23.943Z","6.0.1":"2019-04-29T12:55:03.138Z","6.0.2":"2019-04-29T13:47:26.399Z","6.0.3":"2019-06-04T07:55:34.794Z","6.0.4":"2020-02-15T20:19:43.700Z","6.1.0":"2020-05-05T12:15:02.273Z","6.2.0":"2020-05-14T11:51:22.976Z","6.2.1":"2020-05-30T18:13:11.283Z","7.0.0":"2020-08-17T17:42:33.345Z","7.0.1":"2020-08-17T18:06:36.944Z","8.0.0":"2020-09-14T12:25:46.541Z","8.0.1":"2020-09-14T13:34:49.586Z","8.1.0":"2021-04-30T07:58:58.823Z","8.1.1-alpha.1":"2021-05-18T06:28:17.989Z","8.1.1":"2021-05-25T13:58:36.808Z","8.2.0":"2021-05-30T20:09:10.691Z","8.2.1":"2021-07-09T13:46:20.116Z"},"homepage":"https://github.com/graphql-compose/graphql-compose-connection","keywords":["graphql","compose","graphql-compose","relay"],"repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose-connection.git"},"bugs":{"url":"https://github.com/graphql-compose/graphql-compose-connection/issues"},"license":"MIT","readmeFilename":"README.md","users":{"bsdllc":true}}