{
  "_args": [
    [
      "graphql-tag@2.11.0",
      "/var/www/vhosts/lp.l2d.co"
    ]
  ],
  "_from": "graphql-tag@2.11.0",
  "_id": "graphql-tag@2.11.0",
  "_inBundle": false,
  "_integrity": "sha512-VmsD5pJqWJnQZMUeRwrDhfgoyqcfwEkvtpANqcoUG8/tOLkwNgU9mzub/Mc78OJMhHjx7gfAMTxzdG43VGg3bA==",
  "_location": "/graphql-tag",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "graphql-tag@2.11.0",
    "name": "graphql-tag",
    "escapedName": "graphql-tag",
    "rawSpec": "2.11.0",
    "saveSpec": null,
    "fetchSpec": "2.11.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.11.0.tgz",
  "_spec": "2.11.0",
  "_where": "/var/www/vhosts/lp.l2d.co",
  "author": "",
  "bugs": {
    "url": "https://github.com/apollographql/graphql-tag/issues"
  },
  "dependencies": {},
  "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": "^15.0.0",
    "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 || ^15.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"
  },
  "sideEffects": false,
  "version": "2.11.0"
}
