All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.graphql-request.package.json Maven / Gradle / Ivy

There is a newer version: 3.3.1
Show newest version
{
  "_from": "graphql-request@^1.4.0",
  "_id": "[email protected]",
  "_inBundle": false,
  "_integrity": "sha512-dDX2M+VMsxXFCmUX0Vo0TopIZIX4ggzOtiCsThgtrKR4niiaagsGTDIHj3fsOMFETpa064vzovI+4YV4QnMbcg==",
  "_location": "/graphql-request",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "graphql-request@^1.4.0",
    "name": "graphql-request",
    "escapedName": "graphql-request",
    "rawSpec": "^1.4.0",
    "saveSpec": null,
    "fetchSpec": "^1.4.0"
  },
  "_requiredBy": [
    "/graphql-config"
  ],
  "_resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-1.8.2.tgz",
  "_shasum": "398d10ae15c585676741bde3fc01d5ca948f8fbe",
  "_spec": "graphql-request@^1.4.0",
  "_where": "/home/circleci/apollo-client-maven-plugin/apollo-client-maven-plugin/target/node_modules/graphql-config",
  "author": {
    "name": "Johannes Schickling",
    "email": "[email protected]"
  },
  "bugs": {
    "url": "https://github.com/graphcool/graphql-request/issues"
  },
  "bundleDependencies": false,
  "bundlesize": [
    {
      "path": "./dist/src/index.js",
      "maxSize": "15 kB"
    }
  ],
  "dependencies": {
    "cross-fetch": "2.2.2"
  },
  "deprecated": false,
  "description": "[![CircleCI](https://circleci.com/gh/prismagraphql/graphql-request.svg?style=shield)](https://circleci.com/gh/prismagraphql/graphql-request) [![npm version](https://badge.fury.io/js/graphql-request.svg)](https://badge.fury.io/js/graphql-request)",
  "devDependencies": {
    "@types/fetch-mock": "5.12.2",
    "@types/node": "8.5.5",
    "ava": "0.25.0",
    "bundlesize": "0.17.0",
    "fetch-mock": "5.13.1",
    "tslint": "5.9.1",
    "tslint-config-standard": "7.0.0",
    "typescript": "2.7.2"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/graphcool/graphql-request",
  "keywords": [
    "graphql",
    "request",
    "fetch",
    "graphql-client",
    "apollo"
  ],
  "license": "MIT",
  "main": "dist/src/index.js",
  "name": "graphql-request",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphcool/graphql-request.git"
  },
  "scripts": {
    "build": "rm -rf dist && tsc -d",
    "lint": "tslint --type-check --project tsconfig.json {src,test}/**/*.ts",
    "prepublish": "npm run build",
    "size": "bundlesize",
    "test": "npm run lint && npm run build && ava --serial && npm run size"
  },
  "typings": "./dist/src/index.d.ts",
  "version": "1.8.2"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy