{"name":"express-graphql","version":"0.8.0","description":"Production ready GraphQL HTTP middleware.","license":"BSD-3-Clause","bugs":{"url":"https://github.com/graphql/express-graphql/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/graphql/express-graphql.git"},"keywords":["express","restify","connect","http","graphql","middleware","api"],"engines":{"node":">= 6.x"},"main":"dist/index.js","directories":{"lib":"./dist"},"options":{"mocha":"--require resources/mocha-bootload src/**/__tests__/**/*.js"},"babel":{"presets":["es2015"],"plugins":["transform-class-properties","transform-flow-strip-types"]},"scripts":{"prepublish":". ./resources/prepublish.sh","test":"npm run lint && npm run check && npm run testonly","testonly":"mocha $npm_package_options_mocha","lint":"eslint src","prettier":"prettier --write 'src/**/*.js'","check":"flow check","build":"rm -rf dist/* && babel src --ignore __tests__ --out-dir dist && npm run build:flow","build:flow":"find ./src -name '*.js' -not -path '*/__tests__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/dist\\//g'`.flow; done","watch":"node resources/watch.js","cover":"babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha","cover:lcov":"babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha","preversion":"npm test","start":"babel-node examples/index.js"},"dependencies":{"accepts":"^1.3.5","content-type":"^1.0.4","http-errors":"^1.7.2","raw-body":"^2.3.3"},"devDependencies":{"babel-cli":"6.26.0","babel-eslint":"10.0.1","babel-plugin-transform-async-to-generator":"6.24.1","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-flow-strip-types":"6.22.0","babel-plugin-transform-runtime":"6.23.0","babel-preset-es2015":"6.24.1","babel-register":"6.26.0","babel-runtime":"6.26.0","body-parser":"1.18.3","chai":"4.2.0","connect":"3.6.6","coveralls":"3.0.3","eslint":"5.16.0","eslint-plugin-flowtype":"3.5.1","eslint-plugin-prettier":"3.0.1","express":"4.16.4","flow-bin":"0.96.0","graphql":"14.2.1","isparta":"4.1.1","mocha":"6.0.2","multer":"1.4.1","prettier":"1.16.4","restify":"4.3.2","sane":"4.1.0","sinon":"7.3.1","supertest":"4.0.2"},"peerDependencies":{"graphql":"^0.12.0 || ^0.13.0 || ^14.0.0"},"gitHead":"cf69ec6158b9e183b562938780d9210ee6133810","homepage":"https://github.com/graphql/express-graphql#readme","_id":"express-graphql@0.8.0","_npmVersion":"6.5.0","_nodeVersion":"11.8.0","_npmUser":{"name":"ags-","email":"agomezs@fb.com"},"dist":{"shasum":"5d434709bcabe6d5527751730376d8265a197976","size":16327,"noattachment":false,"key":"/express-graphql/-/express-graphql-0.8.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/express-graphql/download/express-graphql-0.8.0.tgz"},"maintainers":[{"name":"acao","email":""},{"name":"ags-","email":"agomezs@fb.com"},{"name":"asiandrummer","email":"asiandrummer@gmail.com"},{"name":"enisdenjo","email":"badurinadenis@gmail.com"},{"name":"i1g","email":"ivan.goncharov.ua@gmail.com"},{"name":"josephsavona","email":"joesavona@fb.com"},{"name":"kassens","email":"jkassens@fb.com"},{"name":"leebyron","email":"lee@leebyron.com"},{"name":"wincent","email":"greg@hurrell.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/express-graphql_0.8.0_1555225783360_0.25654745675191837"},"_hasShrinkwrap":false,"publish_time":1555225783577,"_cnpm_publish_time":1555225783577,"deprecated":"This package is no longer maintained. We recommend using `graphql-http` instead. Please consult the migration document https://github.com/graphql/graphql-http#migrating-express-grpahql.","dist-tags":{"latest":"0.12.0"}}