{
  "_args": [
    [
      "rocket.chat.realtime.api.rxjs@2.1.1",
      "/home/gitlab-runner/builds/6iUbpg6c/0/web/clp/camly-platform-web"
    ]
  ],
  "_from": "rocket.chat.realtime.api.rxjs@2.1.1",
  "_id": "rocket.chat.realtime.api.rxjs@2.1.1",
  "_inBundle": false,
  "_integrity": "sha512-R+aAbUi66CBwsXuji0AsQGOrUx4STXw9I8lf4hpPK/mRocyjcA+r+ri0bDHGoB0FGnooSvkvauqpy+RjbB2dEg==",
  "_location": "/rocket.chat.realtime.api.rxjs",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rocket.chat.realtime.api.rxjs@2.1.1",
    "name": "rocket.chat.realtime.api.rxjs",
    "escapedName": "rocket.chat.realtime.api.rxjs",
    "rawSpec": "2.1.1",
    "saveSpec": null,
    "fetchSpec": "2.1.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/rocket.chat.realtime.api.rxjs/-/rocket.chat.realtime.api.rxjs-2.1.1.tgz",
  "_spec": "2.1.1",
  "_where": "/home/gitlab-runner/builds/6iUbpg6c/0/web/clp/camly-platform-web",
  "author": {
    "name": "Viraj Trivedi",
    "email": "inf3cti0n95@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/inf3cti0n95/Rocket.Chat.RealTime.API.RxJS/issues"
  },
  "dependencies": {
    "crypto-js": "^3.1.9-1",
    "rxjs": "^6.4.0",
    "uuid": "^3.1.0"
  },
  "description": "Abstraction for Utilizing Rocket.Chat's Realtime API Methods with RxJS",
  "devDependencies": {
    "@types/crypto-js": "^3.1.33",
    "@types/jest": "^23.1.1",
    "@types/uuid": "^3.0.0",
    "eslint": "^5.12.1",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-prettier": "^3.6.0",
    "eslint-plugin-prettier": "^3.0.1",
    "husky": "^1.3.1",
    "jest": "^23.1.0",
    "mock-socket": "^7.1.0",
    "prettier": "^1.16.1",
    "pretty-quick": "^1.10.0",
    "semantic-release": "^15.13.3",
    "ts-jest": "^22.4.6",
    "typescript": "^2.3.4"
  },
  "directories": {
    "lib": "lib"
  },
  "homepage": "https://github.com/inf3cti0n95/Rocket.Chat.RealTime.API.RxJS#readme",
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "transform": {
      "^.+\\.(ts|tsx)$": "ts-jest"
    },
    "globals": {
      "ts-jest": {
        "tsConfigFile": "tsconfig.json"
      }
    },
    "testMatch": [
      "**/__tests__/*.+(ts|tsx|js)"
    ]
  },
  "keywords": [
    "Rocket.Chat",
    "RealTime API",
    "RxJS",
    "Observable",
    "Abstraction"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "rocket.chat.realtime.api.rxjs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inf3cti0n95/Rocket.Chat.RealTime.API.RxJS.git"
  },
  "scripts": {
    "semantic-release": "semantic-release",
    "test": "jest --env=jsdom"
  },
  "version": "2.1.1"
}
