12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- {
- "_from": "graphql-request",
- "_id": "graphql-request@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-Ww3Ax+G3l2d+mPT8w7HC9LfrKjutnCKtnDq7ZZp2ghVk5IQDjwAk3/arRF1ix17Ky15rm0hrSKVKxRhIVlSuoQ==",
- "_location": "/graphql-request",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "graphql-request",
- "name": "graphql-request",
- "escapedName": "graphql-request",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-2.0.0.tgz",
- "_shasum": "8dd12cf1eb2ce0c80f4114fd851741e091134862",
- "_spec": "graphql-request",
- "_where": "E:\\a-level\\project_js2",
- "author": {
- "name": "Johannes Schickling",
- "email": "johannes@graph.cool"
- },
- "bugs": {
- "url": "https://github.com/prisma/graphql-request/issues"
- },
- "bundleDependencies": false,
- "bundlesize": [
- {
- "path": "./dist/src/index.js",
- "maxSize": "15 kB"
- }
- ],
- "dependencies": {},
- "deprecated": false,
- "description": "[![CircleCI](https://circleci.com/gh/prisma/graphql-request.svg?style=shield)](https://circleci.com/gh/prisma/graphql-request) [![npm version](https://badge.fury.io/js/graphql-request.svg)](https://badge.fury.io/js/graphql-request)",
- "devDependencies": {
- "@prisma-labs/prettier-config": "^0.1.0",
- "@types/fetch-mock": "5.12.2",
- "@types/node": "8.5.5",
- "ava": "^3.8.2",
- "bundlesize": "^0.18.0",
- "fetch-cookie": "0.7.2",
- "fetch-mock": "5.13.1",
- "prettier": "^2.0.5",
- "tslint": "5.11.0",
- "tslint-config-standard": "8.0.1",
- "typescript": "3.0.3"
- },
- "engines": {
- "node": ">=10"
- },
- "files": [
- "dist"
- ],
- "homepage": "https://github.com/prisma/graphql-request",
- "keywords": [
- "graphql",
- "request",
- "fetch",
- "graphql-client",
- "apollo"
- ],
- "license": "MIT",
- "main": "dist/src/index.js",
- "name": "graphql-request",
- "prettier": "@prisma-labs/prettier-config",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/prisma/graphql-request.git"
- },
- "scripts": {
- "build": "rm -rf dist && tsc -d",
- "format": "prettier --write .",
- "lint": "tslint --project . {examples,src,test}/**/*.ts",
- "prepublish": "npm run build",
- "test": "yarn lint && yarn build && ava --serial",
- "test:ci": "yarn test && bundlesize"
- },
- "typings": "./dist/src/index.d.ts",
- "version": "2.0.0"
- }
|