{"name":"graphql-compose","version":"7.21.2","description":"GraphQL schema builder from different data sources with middleware extensions.","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":"^14.2.0 || ^15.0.0"},"devDependencies":{"@babel/cli":"7.10.5","@babel/core":"7.11.1","@babel/plugin-proposal-class-properties":"7.10.4","@babel/plugin-proposal-nullish-coalescing-operator":"7.10.4","@babel/plugin-proposal-object-rest-spread":"7.11.0","@babel/plugin-proposal-optional-chaining":"7.11.0","@babel/plugin-transform-flow-strip-types":"7.10.4","@babel/plugin-transform-runtime":"7.11.0","@babel/preset-env":"7.11.0","@babel/preset-flow":"7.10.4","@types/graphql":"14.5.0","babel-core":"7.0.0-bridge.0","babel-eslint":"10.1.0","babel-jest":"26.2.2","cz-conventional-changelog":"3.2.0","eslint":"7.6.0","eslint-config-airbnb-base":"14.2.0","eslint-config-prettier":"6.11.0","eslint-plugin-flowtype":"5.2.0","eslint-plugin-import":"2.22.0","eslint-plugin-prettier":"3.1.4","flow-bin":"0.131.0","graphql":"15.3.0","jest":"26.2.2","prettier":"2.0.5","rimraf":"3.0.2","semantic-release":"17.1.1","tslint":"6.1.3","tslint-config-prettier":"1.18.0","tslint-plugin-prettier":"2.3.0","typescript":"3.9.7"},"dependencies":{"graphql-type-json":"0.3.2","object-path":"^0.11.4"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"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 --maxWorkers 4","lint":"npm run eslint && npm run tslint","eslint":"eslint --ext .js ./src","tslint":"tslint -p . \"src/**/*.d.ts\"","tscheck":"tsc --noEmit","flow":"flow","test":"npm run coverage && npm run lint && npm run flow && npm run tscheck","semantic-release":"semantic-release","test-prev-vers":"yarn add graphql@14.2.0 --dev && jest && yarn remove graphql && yarn add graphql --dev --exact && git checkout HEAD -- package.json yarn.lock"},"collective":{"type":"opencollective","url":"https://opencollective.com/graphql-compose","logo":"https://opencollective.com/graphql-compose/logo.txt"},"gitHead":"bf28343a9472d7ebb6bb327e9ee4a78330dd96d6","_id":"graphql-compose@7.21.2","_nodeVersion":"12.18.3","_npmVersion":"6.14.7","dist":{"shasum":"f819fad3e00cd989998169bf8d8bd61c9d5657cb","size":537886,"noattachment":false,"key":"/graphql-compose/-/graphql-compose-7.21.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/graphql-compose/download/graphql-compose-7.21.2.tgz"},"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_7.21.2_1600720154033_0.7519715556005295"},"_hasShrinkwrap":false,"publish_time":1600720154257,"_cnpm_publish_time":1600720154257,"dist-tags":{"alpha":"8.0.0-alpha.2","latest":"9.1.0","v6-latest":"6.3.8"}}