{
  "_from": "laravel-echo@^1.6.1",
  "_id": "laravel-echo@1.6.1",
  "_inBundle": false,
  "_integrity": "sha512-Nj+vg6IwnXh65Oe+HrIrjOFX5xwR1ln9YgdxPWzuYNOuvT4ZimhkmIe5jb7D3muBPVRUoOY9W4c6YgJ4L0L6+Q==",
  "_location": "/laravel-echo",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "laravel-echo@^1.6.1",
    "name": "laravel-echo",
    "escapedName": "laravel-echo",
    "rawSpec": "^1.6.1",
    "saveSpec": null,
    "fetchSpec": "^1.6.1"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/laravel-echo/-/laravel-echo-1.6.1.tgz",
  "_shasum": "7360a48782f606acd0e6cf6fd429905b59606ae6",
  "_spec": "laravel-echo@^1.6.1",
  "_where": "C:\\xampp\\htdocs\\eltayer",
  "author": {
    "name": "Taylor Otwell"
  },
  "bugs": {
    "url": "https://github.com/laravel/echo/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Laravel Echo library for beautiful Pusher and Socket.IO integration",
  "devDependencies": {
    "@types/jest": "^24.0.18",
    "@types/node": "^12.7.5",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-preset-es2015-rollup": "^3.0.0",
    "babel-preset-stage-2": "^6.24.1",
    "jest": "^24.9.0",
    "rollup": "^1.21.2",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-typescript": "^1.0.1",
    "standard-version": "^7.0.0",
    "ts-jest": "^24.1.0",
    "tslib": "^1.10.0",
    "typescript": "^3.6.3"
  },
  "engines": {
    "node": ">=8"
  },
  "homepage": "https://github.com/laravel/echo",
  "keywords": [
    "laravel",
    "pusher",
    "socket.io"
  ],
  "license": "MIT",
  "main": "dist/echo.common.js",
  "module": "dist/echo.js",
  "name": "laravel-echo",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/laravel/echo.git"
  },
  "scripts": {
    "build": "npm run compile && npm run declarations",
    "compile": "rollup -c",
    "declarations": "tsc --emitDeclarationOnly",
    "prepublish": "npm run build",
    "release": "npm run test && standard-version && git push --follow-tags && npm publish",
    "test": "jest"
  },
  "types": "dist/echo.d.ts",
  "version": "1.6.1"
}
