{"name":"graphql-compose","version":"4.8.2","description":"GraphQL schema builder from different data sources with middleware extensions.","files":["lib","esm","mjs"],"main":"lib/index.js","module":"mjs/index.mjs","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.13.1","babel-cli":"^6.26.0","babel-eslint":"^8.2.5","babel-jest":"^23.2.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.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","jest":"^23.2.0","prettier":"^1.13.6","rimraf":"^2.6.2","semantic-release":"^15.6.0","tslint":"^5.10.0","typescript":"^2.9.2"},"dependencies":{"babel-runtime":"^6.26.0","graphql-type-json":"^0.2.1","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-mjs && npm run build-esm","build-cjs":"rimraf lib && BABEL_ENV=cjs babel src --ignore __tests__,__mocks__ -d lib && COPY_TO_FOLDER=lib npm run build-flow && COPY_TO_FOLDER=lib npm run build-ts","build-esm":"rimraf esm && BABEL_ENV=esm babel src --ignore __tests__,__mocks__ -d esm && COPY_TO_FOLDER=esm npm run build-flow && COPY_TO_FOLDER=esm npm run build-ts","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","build-ts":"find ./src -name '*.d.ts' -not -path '*/__*' | while read filepath; do cp $filepath `echo ./${COPY_TO_FOLDER:-lib}$filepath | sed 's/.\\/src\\//\\//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"},"collective":{"type":"opencollective","url":"https://opencollective.com/graphql-compose","logo":"https://opencollective.com/graphql-compose/logo.txt"},"contributors":[{"name":"Pavel Chertorogov","email":"pavel.chertorogov@gmail.com"}],"gitHead":"93d7c1a2b243a5f1c3bf8125a9e78cee590b50ee","_id":"graphql-compose@4.8.2","_npmVersion":"5.6.0","_nodeVersion":"9.11.2","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"701b0c0b74d5d8e279a352bc833b638517019970","size":158491,"noattachment":false,"key":"/graphql-compose/-/graphql-compose-4.8.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/graphql-compose/download/graphql-compose-4.8.2.tgz"},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose_4.8.2_1533983213656_0.39521782369647984"},"_hasShrinkwrap":false,"publish_time":1533983213805,"_cnpm_publish_time":1533983213805,"dist-tags":{"alpha":"8.0.0-alpha.2","latest":"9.1.0","v6-latest":"6.3.8"}}