2020-03-07 11:45:40 +08:00
|
|
|
{
|
2020-03-22 05:13:25 +08:00
|
|
|
"_args": [
|
|
|
|
[
|
|
|
|
"graphql-request@1.8.2",
|
2020-03-31 20:40:00 +08:00
|
|
|
"."
|
2020-03-22 05:13:25 +08:00
|
|
|
]
|
|
|
|
],
|
|
|
|
"_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"
|
2020-03-07 11:45:40 +08:00
|
|
|
],
|
2020-03-22 05:13:25 +08:00
|
|
|
"_resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-1.8.2.tgz",
|
|
|
|
"_spec": "1.8.2",
|
2020-03-31 20:40:00 +08:00
|
|
|
"_where": ".",
|
2020-03-22 05:13:25 +08:00
|
|
|
"author": {
|
|
|
|
"name": "Johannes Schickling",
|
|
|
|
"email": "johannes@graph.cool"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/graphcool/graphql-request/issues"
|
|
|
|
},
|
2020-03-07 11:45:40 +08:00
|
|
|
"bundlesize": [
|
|
|
|
{
|
|
|
|
"path": "./dist/src/index.js",
|
|
|
|
"maxSize": "15 kB"
|
|
|
|
}
|
|
|
|
],
|
2020-03-22 05:13:25 +08:00
|
|
|
"dependencies": {
|
|
|
|
"cross-fetch": "2.2.2"
|
2020-03-07 11:45:40 +08:00
|
|
|
},
|
2020-03-22 05:13:25 +08:00
|
|
|
"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",
|
2020-03-07 11:45:40 +08:00
|
|
|
"keywords": [
|
|
|
|
"graphql",
|
|
|
|
"request",
|
|
|
|
"fetch",
|
|
|
|
"graphql-client",
|
|
|
|
"apollo"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
2020-03-22 05:13:25 +08:00
|
|
|
"main": "dist/src/index.js",
|
|
|
|
"name": "graphql-request",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/graphcool/graphql-request.git"
|
2020-03-07 11:45:40 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "rm -rf dist && tsc -d",
|
|
|
|
"lint": "tslint --type-check --project tsconfig.json {src,test}/**/*.ts",
|
2020-03-22 05:13:25 +08:00
|
|
|
"prepublish": "npm run build",
|
|
|
|
"size": "bundlesize",
|
|
|
|
"test": "npm run lint && npm run build && ava --serial && npm run size"
|
2020-03-07 11:45:40 +08:00
|
|
|
},
|
2020-03-22 05:13:25 +08:00
|
|
|
"typings": "./dist/src/index.d.ts",
|
|
|
|
"version": "1.8.2"
|
2020-03-07 11:45:40 +08:00
|
|
|
}
|