package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "graphql-request",
  3. "_id": "graphql-request@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Ww3Ax+G3l2d+mPT8w7HC9LfrKjutnCKtnDq7ZZp2ghVk5IQDjwAk3/arRF1ix17Ky15rm0hrSKVKxRhIVlSuoQ==",
  6. "_location": "/graphql-request",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "graphql-request",
  12. "name": "graphql-request",
  13. "escapedName": "graphql-request",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-2.0.0.tgz",
  23. "_shasum": "8dd12cf1eb2ce0c80f4114fd851741e091134862",
  24. "_spec": "graphql-request",
  25. "_where": "E:\\a-level\\project_js2",
  26. "author": {
  27. "name": "Johannes Schickling",
  28. "email": "johannes@graph.cool"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/prisma/graphql-request/issues"
  32. },
  33. "bundleDependencies": false,
  34. "bundlesize": [
  35. {
  36. "path": "./dist/src/index.js",
  37. "maxSize": "15 kB"
  38. }
  39. ],
  40. "dependencies": {},
  41. "deprecated": false,
  42. "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)",
  43. "devDependencies": {
  44. "@prisma-labs/prettier-config": "^0.1.0",
  45. "@types/fetch-mock": "5.12.2",
  46. "@types/node": "8.5.5",
  47. "ava": "^3.8.2",
  48. "bundlesize": "^0.18.0",
  49. "fetch-cookie": "0.7.2",
  50. "fetch-mock": "5.13.1",
  51. "prettier": "^2.0.5",
  52. "tslint": "5.11.0",
  53. "tslint-config-standard": "8.0.1",
  54. "typescript": "3.0.3"
  55. },
  56. "engines": {
  57. "node": ">=10"
  58. },
  59. "files": [
  60. "dist"
  61. ],
  62. "homepage": "https://github.com/prisma/graphql-request",
  63. "keywords": [
  64. "graphql",
  65. "request",
  66. "fetch",
  67. "graphql-client",
  68. "apollo"
  69. ],
  70. "license": "MIT",
  71. "main": "dist/src/index.js",
  72. "name": "graphql-request",
  73. "prettier": "@prisma-labs/prettier-config",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/prisma/graphql-request.git"
  77. },
  78. "scripts": {
  79. "build": "rm -rf dist && tsc -d",
  80. "format": "prettier --write .",
  81. "lint": "tslint --project . {examples,src,test}/**/*.ts",
  82. "prepublish": "npm run build",
  83. "test": "yarn lint && yarn build && ava --serial",
  84. "test:ci": "yarn test && bundlesize"
  85. },
  86. "typings": "./dist/src/index.d.ts",
  87. "version": "2.0.0"
  88. }