123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_from": "express-graphql@^0.12.0",
- "_id": "express-graphql@0.12.0",
- "_inBundle": false,
- "_integrity": "sha512-DwYaJQy0amdy3pgNtiTDuGGM2BLdj+YO2SgbKoLliCfuHv3VVTt7vNG/ZqK2hRYjtYHE2t2KB705EU94mE64zg==",
- "_location": "/express-graphql",
- "_phantomChildren": {
- "bytes": "3.1.0",
- "depd": "1.1.2",
- "safer-buffer": "2.1.2",
- "statuses": "1.5.0",
- "toidentifier": "1.0.0",
- "unpipe": "1.0.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "express-graphql@^0.12.0",
- "name": "express-graphql",
- "escapedName": "express-graphql",
- "rawSpec": "^0.12.0",
- "saveSpec": null,
- "fetchSpec": "^0.12.0"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/express-graphql/-/express-graphql-0.12.0.tgz",
- "_shasum": "58deabc309909ca2c9fe2f83f5fbe94429aa23df",
- "_spec": "express-graphql@^0.12.0",
- "_where": "/home/pvvvm505/Документы/Project/Back",
- "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",
- "typesVersions": {
- "<3.8": {
- "*": [
- "ts3.4/*"
- ]
- }
- },
- "version": "0.12.0"
- }
|