{
  "_from": "graphql-tag@^2.12.0",
  "_id": "graphql-tag@2.12.5",
  "_inBundle": false,
  "_integrity": "sha512-5xNhP4063d16Pz3HBtKprutsPrmHZi5IdUGOWRxA2B6VF7BIRGOHZ5WQvDmJXZuPcBg7rYwaFxvQYjqkSdR3TQ==",
  "_location": "/graphql-tag",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "graphql-tag@^2.12.0",
    "name": "graphql-tag",
    "escapedName": "graphql-tag",
    "rawSpec": "^2.12.0",
    "saveSpec": null,
    "fetchSpec": "^2.12.0"
  },
  "_requiredBy": [
    "/@apollo/client"
  ],
  "_resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.5.tgz",
  "_shasum": "5cff974a67b417747d05c8d9f5f3cb4495d0db8f",
  "_spec": "graphql-tag@^2.12.0",
  "_where": "/home/atjt9136/shop.viandes-terroirs-peyo-aguia.com/node_modules/@apollo/client",
  "author": "",
  "bugs": {
    "url": "https://github.com/apollographql/graphql-tag/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "tslib": "^2.1.0"
  },
  "deprecated": false,
  "description": "A JavaScript template literal tag that parses GraphQL queries",
  "devDependencies": {
    "@types/chai": "^4.2.14",
    "@types/mocha": "^8.2.0",
    "@types/node": "^14.14.22",
    "chai": "^4.2.0",
    "graphql": "^15.4.0",
    "mocha": "^9.0.1",
    "rimraf": "^3.0.2",
    "rollup": "^2.33.1",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "source-map-support": "^0.5.19",
    "test-all-versions": "^5.0.1",
    "typescript": "^4.3.4"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "lib/",
    "src/",
    "loader.js",
    "main.js"
  ],
  "homepage": "https://github.com/apollographql/graphql-tag#readme",
  "jsnext:main": "./lib/index.js",
  "license": "MIT",
  "main": "./main.js",
  "module": "./lib/index.js",
  "name": "graphql-tag",
  "peerDependencies": {
    "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apollographql/graphql-tag.git"
  },
  "scripts": {
    "build": "tsc && rollup -c && npm run flow",
    "flow": "cp src/index.js.flow lib/graphql-tag.umd.js.flow",
    "prebuild": "rimraf lib",
    "prepublish": "npm run build",
    "test": "npm run test:ts3 && npm run test:ts4",
    "test:mocha": "npm run build && mocha lib/tests.cjs.js",
    "test:ts3": "npm i typescript@3.7.x && npm run test:mocha",
    "test:ts4": "npm i typescript@4.x && npm run test:mocha"
  },
  "sideEffects": false,
  "types": "./lib/index.d.ts",
  "version": "2.12.5"
}
