Server : nginx/1.18.0 System : Linux localhost 6.14.3-x86_64-linode168 #1 SMP PREEMPT_DYNAMIC Mon Apr 21 19:47:55 EDT 2025 x86_64 User : www-data ( 33) PHP Version : 8.0.16 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /var/www/ecommerce/node_modules/pusher-js/ |
{
"name": "pusher-js",
"version": "6.0.3",
"description": "Pusher Channels JavaScript library for browsers, React Native, NodeJS and web workers",
"main": "dist/node/pusher.js",
"browser": "dist/web/pusher.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --config .prettierrc --write 'src/**/*.ts' 'webpack/**/*.js'",
"check-format": "prettier --config .prettierrc --check 'src/**/*.ts' 'webpack/**/*.js'"
},
"repository": {
"type": "git",
"url": "https://github.com/pusher/pusher-js.git"
},
"keywords": [
"pusher",
"client",
"websocket",
"http",
"fallback",
"isomorphic",
"events",
"pubsub"
],
"author": "Pusher",
"license": "MIT",
"bugs": {
"url": "https://github.com/pusher/pusher-js"
},
"homepage": "https://github.com/pusher/pusher-js",
"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.7.2",
"xmlhttprequest": "^1.8.0"
},
"dependencies": {
"tweetnacl": "^1.0.3"
}
}