{
  "_from": "pusher-js@^7.0.0",
  "_id": "pusher-js@7.0.0",
  "_inBundle": false,
  "_integrity": "sha512-2ZSw8msMe6EKNTebQSthRInrWUK9bo3zXPmQx0bfeDFJdSnTWUROhdAhmpRQREHzqrL+l4imv/3uwgIQHUO0oQ==",
  "_location": "/pusher-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pusher-js@^7.0.0",
    "name": "pusher-js",
    "escapedName": "pusher-js",
    "rawSpec": "^7.0.0",
    "saveSpec": null,
    "fetchSpec": "^7.0.0"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/pusher-js/-/pusher-js-7.0.0.tgz",
  "_shasum": "9716ae3f79ca7f87a269764f278a8e14494a4e20",
  "_spec": "pusher-js@^7.0.0",
  "_where": "C:\\xampp\\htdocs\\SIMRS",
  "author": {
    "name": "Pusher"
  },
  "browser": "dist/web/pusher.js",
  "bugs": {
    "url": "https://github.com/pusher/pusher-js"
  },
  "bundleDependencies": false,
  "dependencies": {
    "tweetnacl": "^1.0.3"
  },
  "deprecated": false,
  "description": "Pusher Channels JavaScript library for browsers, React Native, NodeJS and web workers",
  "devDependencies": {
    "@react-native-community/netinfo": "^4.1.1",
    "@stablelib/base64": "^1.0.0",
    "@stablelib/utf8": "^1.0.0",
    "buffer": "^5.6.0",
    "faye-websocket": "^0.9.4",
    "fetch-mock": "git+https://git@github.com/jpatel531/fetch-mock.git",
    "isomorphic-fetch": "^2.2.1",
    "jasmine-node": "^3.0.0",
    "jasmine-spec-reporter": "^1.2.0",
    "karma": "^4.1.0",
    "karma-browserstack-launcher": "^1.5.1",
    "karma-chrome-launcher": "^2.2.0",
    "karma-firefox-launcher": "^1.1.0",
    "karma-jasmine": "~0.1.0",
    "karma-jasmine-web-worker": "^0.1.2",
    "karma-opera-launcher": "^1.0.0",
    "karma-safari-launcher": "^1.0.0",
    "karma-spec-reporter": "0.0.32",
    "karma-verbose-reporter": "0.0.6",
    "karma-webpack": "^4.0.2",
    "object-assign-deep": "0.0.4",
    "prettier": "^1.19.1",
    "ts-loader": "^6.0.4",
    "typescript": "^3.4.5",
    "uglify-js": "^2.6.2",
    "webpack": "^4.41.5",
    "webpack-cli": "^3.3.5",
    "webpack-dev-server": "^3.11.0",
    "xmlhttprequest": "^1.8.0"
  },
  "homepage": "https://github.com/pusher/pusher-js",
  "keywords": [
    "pusher",
    "client",
    "websocket",
    "http",
    "fallback",
    "isomorphic",
    "events",
    "pubsub"
  ],
  "license": "MIT",
  "main": "dist/node/pusher.js",
  "name": "pusher-js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pusher/pusher-js.git"
  },
  "scripts": {
    "check-format": "prettier --config .prettierrc --check 'src/**/*.ts' 'webpack/**/*.js'",
    "format": "prettier --config .prettierrc --write 'src/**/*.ts' 'webpack/**/*.js'",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "7.0.0"
}
