{"name":"graphql-compose","version":"5.3.1","description":"GraphQL schema builder from different data sources with middleware extensions.","engines":{"node":">= 6"},"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.13.0 || >=14.0.0"},"devDependencies":{"@babel/cli":"^7.1.2","@babel/core":"^7.1.2","@babel/plugin-proposal-class-properties":"^7.1.0","@babel/plugin-proposal-object-rest-spread":"^7.0.0","@babel/plugin-transform-flow-strip-types":"^7.0.0","@babel/plugin-transform-runtime":"^7.1.0","@babel/preset-env":"^7.1.0","@babel/preset-flow":"^7.0.0","@types/graphql":"^14.0.3","babel-core":"^7.0.0-bridge.0","babel-eslint":"^10.0.1","babel-jest":"^23.6.0","cz-conventional-changelog":"^2.1.0","eslint":"^5.7.0","eslint-config-airbnb-base":"^13.1.0","eslint-config-prettier":"^3.1.0","eslint-plugin-flowtype":"^3.0.0","eslint-plugin-import":"^2.14.0","eslint-plugin-prettier":"^3.0.0","flow-bin":"0.83.0","graphql":"14.0.2","jest":"^23.6.0","prettier":"^1.14.3","rimraf":"^2.6.2","semantic-release":"^15.10.5","tslint":"^5.11.0","tslint-config-prettier":"^1.15.0","tslint-plugin-prettier":"^2.0.0","typescript":"^3.1.3"},"dependencies":{"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 --noEmit","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.13.0 --dev && jest && yarn add graphql@14.0.0 --dev && 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":"8ed7b70f9cb4132345301e3dd232d92a469c957c","_id":"graphql-compose@5.3.1","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"nodkz","email":"pavel.chertorogov@gmail.com"},"dist":{"shasum":"18f24808466adbfcd272cd7a07a3402f6689ef2e","size":264155,"noattachment":false,"key":"/graphql-compose/-/graphql-compose-5.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/graphql-compose/download/graphql-compose-5.3.1.tgz"},"maintainers":[{"name":"nodkz","email":"pavel.chertorogov@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-compose_5.3.1_1540390052522_0.2812569025952223"},"_hasShrinkwrap":false,"publish_time":1540390053576,"_cnpm_publish_time":1540390053576,"dist-tags":{"alpha":"8.0.0-alpha.2","latest":"9.1.0","v6-latest":"6.3.8"}}