1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_from": "express-graphql@^0.11.0",
- "_id": "express-graphql@0.11.0",
- "_inBundle": false,
- "_integrity": "sha512-IMYmF2aIBKKfo8c+EENBNR8FAy91QHboxfaHe1omCyb49GJXsToUgcjjIF/PfWJdzn0Ofp6JJvcsODQJrqpz2g==",
- "_location": "/express-graphql",
- "_phantomChildren": {
- "bytes": "3.1.0",
- "depd": "1.1.2",
- "iconv-lite": "0.4.24",
- "statuses": "1.5.0",
- "toidentifier": "1.0.0",
- "unpipe": "1.0.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "express-graphql@^0.11.0",
- "name": "express-graphql",
- "escapedName": "express-graphql",
- "rawSpec": "^0.11.0",
- "saveSpec": null,
- "fetchSpec": "^0.11.0"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/express-graphql/-/express-graphql-0.11.0.tgz",
- "_shasum": "48089f0d40074d7783c65ff86dd9cae95afea2ef",
- "_spec": "express-graphql@^0.11.0",
- "_where": "E:\\a-level\\project_js2",
- "bugs": {
- "url": "https://github.com/graphql/express-graphql/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "accepts": "^1.3.7",
- "content-type": "^1.0.4",
- "http-errors": "1.8.0",
- "raw-body": "^2.4.1"
- },
- "deprecated": false,
- "description": "Production ready GraphQL HTTP middleware.",
- "engines": {
- "node": ">= 10.x"
- },
- "homepage": "https://github.com/graphql/express-graphql",
- "keywords": [
- "express",
- "restify",
- "connect",
- "http",
- "graphql",
- "middleware",
- "api"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "express-graphql",
- "peerDependencies": {
- "graphql": "^14.7.0 || ^15.3.0"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/graphql/express-graphql.git"
- },
- "sideEffects": false,
- "types": "index.d.ts",
- "version": "0.11.0"
- }
|