{
  "_from": "graphql-tag@^2.4.2",
  "_id": "graphql-tag@2.10.3",
  "_inBundle": false,
  "_integrity": "sha512-4FOv3ZKfA4WdOKJeHdz6B3F/vxBLSgmBcGeAFPf4n1F64ltJUvOOerNj0rsJxONQGdhUMynQIvd6LzB+1J5oKA==",
  "_location": "/graphql-tag",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "graphql-tag@^2.4.2",
    "name": "graphql-tag",
    "escapedName": "graphql-tag",
    "rawSpec": "^2.4.2",
    "saveSpec": null,
    "fetchSpec": "^2.4.2"
  },
  "_requiredBy": [
    "/apollo-boost"
  ],
  "_resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.10.3.tgz",
  "_shasum": "ea1baba5eb8fc6339e4c4cf049dabe522b0edf03",
  "_spec": "graphql-tag@^2.4.2",
  "_where": "/home/mgrdgioj/nodevenv/pulpe.mgr-dev.xyz/10/lib/node_modules/apollo-boost",
  "author": "",
  "bugs": {
    "url": "https://github.com/apollographql/graphql-tag/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "A JavaScript template literal tag that parses GraphQL queries",
  "devDependencies": {
    "babel-preset-es2015": "^6.9.0",
    "babel-register": "^6.9.0",
    "chai": "^4.0.2",
    "graphql": "^14.0.2",
    "mocha": "^3.4.1",
    "rollup": "^0.45.0",
    "test-all-versions": "^3.3.2"
  },
  "homepage": "https://github.com/apollographql/graphql-tag#readme",
  "jsnext:main": "./src/index.js",
  "license": "MIT",
  "main": "./lib/graphql-tag.umd.js",
  "module": "./src/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"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apollographql/graphql-tag.git"
  },
  "scripts": {
    "bundle": "rollup -c && cp src/index.js.flow lib/graphql-tag.umd.js.flow",
    "prepublish": "npm run bundle",
    "test": "mocha test/graphql.js"
  },
  "version": "2.10.3"
}
