{
  "_from": "subscriptions-transport-ws@0.9.8",
  "_id": "subscriptions-transport-ws@0.9.8",
  "_inBundle": false,
  "_integrity": "sha1-OiarluBveM9Kzo0IP2In+lWXCUc=",
  "_location": "/subscriptions-transport-ws",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "subscriptions-transport-ws@0.9.8",
    "name": "subscriptions-transport-ws",
    "escapedName": "subscriptions-transport-ws",
    "rawSpec": "0.9.8",
    "saveSpec": null,
    "fetchSpec": "0.9.8"
  },
  "_requiredBy": [
    "/@expo/dev-tools"
  ],
  "_resolved": "https://registry.npmjs.org/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.8.tgz",
  "_shasum": "3a26ab96e06f78cf4ace8d083f6227fa55970947",
  "_spec": "subscriptions-transport-ws@0.9.8",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/@expo/dev-tools",
  "browser": "dist/client.js",
  "bugs": {
    "url": "https://github.com/apollostack/subscriptions-transport-ws/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Authors"
    },
    {
      "name": "Jonas Helfer",
      "email": "helfer@users.noreply.github.com"
    },
    {
      "name": "Jonas Helfer",
      "email": "jonas@helfer.email"
    },
    {
      "name": "Amanda Jin Liu",
      "email": "ajliu72@gmail.com"
    },
    {
      "name": "Robin Ricard",
      "email": "ricard.robin@gmail.com"
    },
    {
      "name": "Sashko Stubailo",
      "email": "s.stubailo@gmail.com"
    },
    {
      "name": "Sashko Stubailo",
      "email": "sashko@stubailo.com"
    },
    {
      "name": "Hagai Cohen",
      "email": "DxCx@users.noreply.github.com"
    },
    {
      "name": "Kamil Kisiela",
      "email": "kamil.kisiela@gmail.com"
    },
    {
      "name": "Francois Valdy",
      "email": "gluck@users.noreply.github.com"
    },
    {
      "name": "Daniel Rinehart",
      "email": "NeoPhi@users.noreply.github.com"
    },
    {
      "name": "Lukas Fittl",
      "email": "lfittl@users.noreply.github.com"
    }
  ],
  "dependencies": {
    "backo2": "^1.0.2",
    "eventemitter3": "^2.0.3",
    "iterall": "^1.2.1",
    "lodash.assign": "^4.2.0",
    "lodash.isobject": "^3.0.2",
    "lodash.isstring": "^4.0.1",
    "symbol-observable": "^1.0.4",
    "ws": "^3.0.0"
  },
  "deprecated": false,
  "description": "A websocket transport for GraphQL subscriptions",
  "devDependencies": {
    "@types/chai": "^4.0.0",
    "@types/graphql": "^0.11.3",
    "@types/is-promise": "^2.1.0",
    "@types/lodash": "^4.14.68",
    "@types/mocha": "^2.2.41",
    "@types/node": "^8.0.8",
    "@types/sinon": "^2.3.0",
    "@types/ws": "^3.0.0",
    "chai": "^4.0.2",
    "graphql": "^0.13.1",
    "graphql-subscriptions": "^0.5.7",
    "istanbul": "^1.0.0-alpha.2",
    "lodash": "^4.17.1",
    "mocha": "^3.4.2",
    "remap-istanbul": "^0.9.5",
    "rimraf": "^2.6.1",
    "sinon": "^2.3.6",
    "tslint": "^5.8.0",
    "typescript": "^2.6.2",
    "webpack": "^3.1.0"
  },
  "homepage": "https://github.com/apollostack/subscriptions-transport-ws#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "name": "subscriptions-transport-ws",
  "peerDependencies": {
    "graphql": "^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apollostack/subscriptions-transport-ws.git"
  },
  "scripts": {
    "browser-compile": "webpack --config \"./unpkg-webpack.config.js\"",
    "clean": "rimraf browser dist coverage",
    "compile": "tsc",
    "coverage": "node ./node_modules/istanbul/lib/cli.js cover _mocha -- --full-trace ./dist/test/tests.js",
    "lint": "tslint --format stylish --project ./tsconfig.json",
    "postcoverage": "remap-istanbul --input coverage/coverage.raw.json --type lcovonly --output coverage/lcov.info",
    "posttest": "npm run lint",
    "prepublishOnly": "npm run clean && npm run compile && npm run browser-compile",
    "pretest": "npm run compile",
    "test": "npm run testonly --",
    "testonly": "mocha --reporter spec --full-trace ./dist/test/**/*.js",
    "watch": "tsc -w"
  },
  "typescript": {
    "definition": "dist/index.d.ts"
  },
  "typings": "dist/index.d.ts",
  "version": "0.9.8"
}