{"name":"graphql-compose","version":"3.0.5","description":"GraphQL schema builder from different data sources with middleware extensions.","files":["lib"],"main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/graphql-compose/graphql-compose.git"},"keywords":["graphql","compose"],"license":"MIT","bugs":{"url":"https://github.com/graphql-compose/graphql-compose/issues"},"homepage":"https://github.com/graphql-compose/graphql-compose","peerDependencies":{"graphql":">=0.9.0 || >=0.10.0 || >=0.11.0 || >=0.13.0"},"devDependencies":{"@types/graphql":"^0.12.4","babel-cli":"^6.26.0","babel-eslint":"^8.2.2","babel-jest":"^22.4.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.26.0","babel-plugin-transform-runtime":"^6.23.0","babel-preset-env":"^1.6.1","cz-conventional-changelog":"^2.1.0","eslint":"^4.18.0","eslint-config-airbnb-base":"^12.1.0","eslint-config-prettier":"^2.9.0","eslint-plugin-flowtype":"^2.45.0","eslint-plugin-import":"^2.8.0","eslint-plugin-prettier":"^2.6.0","flow-bin":"0.65.0","graphql":"0.13.1","jest":"^22.4.0","prettier":"^1.10.2","rimraf":"^2.6.2","semantic-release":"^12.4.1","tslint":"^5.9.1","typescript":"^2.7.2"},"dependencies":{"babel-runtime":"^6.26.0","object-path":"^0.11.4"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"jest":{"roots":["<rootDir>/src"]},"scripts":{"build":"npm run build-cjs && npm run build-flow && npm run build-ts","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","build-ts":"find ./src -name '*.d.ts' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`; done","watch":"jest --watch","coverage":"jest --coverage","lint":"npm run eslint && npm run tslint","eslint":"eslint --ext .js ./src","tslint":"tslint -p . \"src/**/*.d.ts\"","tscheck":"tsc","flow":"flow","glow":"glow --watch","test":"npm run coverage && npm run lint && npm run flow && npm run tscheck","link":"yarn link graphql && yarn link","unlink":"yarn unlink graphql && yarn add graphql","semantic-release":"semantic-release","test-vers":"yarn add graphql@0.9.0 && jest && yarn add graphql@0.10.0 && jest && yarn add graphql@0.11.0 && jest && yarn add graphql@0.13.0-rc.1 && jest"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"e0b1efdb14913be568be89bc58c7b464b503efbe","_id":"graphql-compose@3.0.5","_npmVersion":"5.6.0","_nodeVersion":"9.5.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"8b2a41e998308ebeaee2b78484f969c9ad954b1c","size":51191,"noattachment":false,"key":"/graphql-compose/-/graphql-compose-3.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/graphql-compose/download/graphql-compose-3.0.5.tgz"},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose_3.0.5_1519134409429_0.34407206994491046"},"_hasShrinkwrap":false,"publish_time":1519134409488,"_cnpm_publish_time":1519134409488,"dist-tags":{"alpha":"8.0.0-alpha.2","latest":"9.1.0","v6-latest":"6.3.8"}}