Files
30-seconds-of-code/node_modules/express-graphql/package.json
2019-08-20 15:52:05 +02:00

127 lines
3.8 KiB
JSON

{
"_from": "express-graphql@^0.7.1",
"_id": "express-graphql@0.7.1",
"_inBundle": false,
"_integrity": "sha512-YpheAqTbSKpb5h57rV2yu2dPNUBi4FvZDspZ5iEV3ov34PBRgnM4lEBkv60+vZRJ6SweYL14N8AGYdov7g6ooQ==",
"_location": "/express-graphql",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "express-graphql@^0.7.1",
"name": "express-graphql",
"escapedName": "express-graphql",
"rawSpec": "^0.7.1",
"saveSpec": null,
"fetchSpec": "^0.7.1"
},
"_requiredBy": [
"/gatsby"
],
"_resolved": "https://registry.npmjs.org/express-graphql/-/express-graphql-0.7.1.tgz",
"_shasum": "6c7712ee966c3aba1930e064ea4c8181e56fd3ef",
"_spec": "express-graphql@^0.7.1",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
"babel": {
"presets": [
"es2015"
],
"plugins": [
"transform-class-properties",
"transform-flow-strip-types"
]
},
"bugs": {
"url": "https://github.com/graphql/express-graphql/issues"
},
"bundleDependencies": false,
"dependencies": {
"accepts": "^1.3.5",
"content-type": "^1.0.4",
"http-errors": "^1.7.1",
"raw-body": "^2.3.3"
},
"deprecated": false,
"description": "Production ready GraphQL HTTP middleware.",
"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.2",
"eslint": "5.6.1",
"eslint-plugin-flowtype": "2.50.3",
"eslint-plugin-prettier": "3.0.0",
"express": "4.16.4",
"flow-bin": "0.83.0",
"graphql": "14.0.2",
"isparta": "4.1.0",
"mocha": "5.2.0",
"multer": "1.4.1",
"prettier": "1.14.3",
"restify": "4.3.2",
"sane": "4.0.1",
"sinon": "6.3.5",
"supertest": "3.3.0"
},
"directories": {
"lib": "./dist"
},
"engines": {
"node": ">= 6.x"
},
"files": [
"dist",
"README.md",
"LICENSE",
"PATENTS"
],
"homepage": "https://github.com/graphql/express-graphql#readme",
"keywords": [
"express",
"restify",
"connect",
"http",
"graphql",
"middleware",
"api"
],
"license": "BSD-3-Clause",
"main": "dist/index.js",
"name": "express-graphql",
"options": {
"mocha": "--require resources/mocha-bootload src/**/__tests__/**/*.js"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/graphql/express-graphql.git"
},
"scripts": {
"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",
"check": "flow check",
"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",
"lint": "eslint src",
"prepublish": ". ./resources/prepublish.sh",
"prettier": "prettier --write 'src/**/*.js'",
"preversion": "npm test",
"start": "babel-node examples/index.js",
"test": "npm run lint && npm run check && npm run testonly",
"testonly": "mocha $npm_package_options_mocha",
"watch": "node resources/watch.js"
},
"version": "0.7.1"
}