{
  "_args": [
    [
      "subscriptions-transport-ws@0.9.17",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_from": "subscriptions-transport-ws@0.9.17",
  "_id": "subscriptions-transport-ws@0.9.17",
  "_inBundle": false,
  "_integrity": "sha512-hNHi2N80PBz4T0V0QhnnsMGvG3XDFDS9mS6BhZ3R12T6EBywC8d/uJscsga0cVO4DKtXCkCRrWm2sOYrbOdhEA==",
  "_location": "/subscriptions-transport-ws",
  "_phantomChildren": {
    "async-limiter": "1.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "subscriptions-transport-ws@0.9.17",
    "name": "subscriptions-transport-ws",
    "escapedName": "subscriptions-transport-ws",
    "rawSpec": "0.9.17",
    "saveSpec": null,
    "fetchSpec": "0.9.17"
  },
  "_requiredBy": [
    "/apollo-server-core",
    "/apollo-server-express",
    "/vue-cli-plugin-apollo"
  ],
  "_resolved": "https://registry.npmjs.org/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.17.tgz",
  "_spec": "0.9.17",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "browser": "dist/client.js",
  "bugs": {
    "url": "https://github.com/apollostack/subscriptions-transport-ws/issues"
  },
  "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": "^3.1.0",
    "iterall": "^1.2.1",
    "symbol-observable": "^1.0.4",
    "ws": "^5.2.0"
  },
  "description": "A websocket transport for GraphQL subscriptions",
  "devDependencies": {
    "@types/chai": "^4.0.0",
    "@types/graphql": "^14.0.0",
    "@types/is-promise": "^2.1.0",
    "@types/lodash": "^4.14.109",
    "@types/mocha": "^5.2.5",
    "@types/node": "^8.0.8",
    "@types/sinon": "^5.0.1",
    "@types/ws": "^5.1.2",
    "chai": "^4.0.2",
    "graphql": "^15.3.0",
    "graphql-subscriptions": "^1.0.0",
    "istanbul": "^1.0.0-alpha.2",
    "lodash": "^4.17.1",
    "mocha": "^5.2.0",
    "mock-socket-with-protocol": "^7.1.0",
    "remap-istanbul": "^0.11.1",
    "rimraf": "^2.6.1",
    "sinon": "^6.1.4",
    "tslint": "^5.10.0",
    "typescript": "^3.9.6",
    "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"
  },
  "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 -- --exit --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 --exit --reporter spec --full-trace ./dist/test/**/*.js",
    "watch": "tsc -w"
  },
  "typescript": {
    "definition": "dist/index.d.ts"
  },
  "typings": "dist/index.d.ts",
  "version": "0.9.17"
}
