{ "_args": [ [ "graphql-request@1.8.2", "." ] ], "_development": true, "_from": "graphql-request@1.8.2", "_id": "graphql-request@1.8.2", "_inBundle": false, "_integrity": "sha512-dDX2M+VMsxXFCmUX0Vo0TopIZIX4ggzOtiCsThgtrKR4niiaagsGTDIHj3fsOMFETpa064vzovI+4YV4QnMbcg==", "_location": "/graphql-request", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "graphql-request@1.8.2", "name": "graphql-request", "escapedName": "graphql-request", "rawSpec": "1.8.2", "saveSpec": null, "fetchSpec": "1.8.2" }, "_requiredBy": [ "/graphql-config" ], "_resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-1.8.2.tgz", "_spec": "1.8.2", "_where": ".", "author": { "name": "Johannes Schickling", "email": "johannes@graph.cool" }, "bugs": { "url": "https://github.com/graphcool/graphql-request/issues" }, "bundlesize": [ { "path": "./dist/src/index.js", "maxSize": "15 kB" } ], "dependencies": { "cross-fetch": "2.2.2" }, "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" }