| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "name": "sockjs-client",
- "description": "SockJS-client is a browser JavaScript library that provides a WebSocket-like object.",
- "version": "1.4.0",
- "author": "Bryce Kahle",
- "jsdelivr": "dist/sockjs.min.js",
- "browser": {
- "./lib/transport/driver/websocket.js": "./lib/transport/browser/websocket.js",
- "eventsource": "./lib/transport/browser/eventsource.js",
- "./lib/transport/driver/xhr.js": "./lib/transport/browser/abstract-xhr.js",
- "crypto": "./lib/utils/browser-crypto.js",
- "events": "./lib/event/emitter.js"
- },
- "bugs": {
- "url": "https://github.com/sockjs/sockjs-client/issues"
- },
- "contributors": [
- {
- "name": "Bryce Kahle",
- "email": "bkahle@gmail.com"
- },
- {
- "name": "Marek Majkowski",
- "email": "deadbeef@popcount.org"
- }
- ],
- "dependencies": {
- "debug": "^3.2.5",
- "eventsource": "^1.0.7",
- "faye-websocket": "~0.11.1",
- "inherits": "^2.0.3",
- "json3": "^3.3.2",
- "url-parse": "^1.4.3"
- },
- "devDependencies": {
- "browserify": "^16.2.3",
- "envify": "^4.0.0",
- "eslint": "^6.2.1",
- "expect.js": "~0.3.1",
- "gulp": "^4.0.2",
- "gulp-header": "^2.0.5",
- "gulp-rename": "^1.4.0",
- "gulp-replace": "^1.0.0",
- "gulp-sourcemaps": "^2.6.0",
- "gulp-uglify": "^3.0.2",
- "karma": "^4.2.0",
- "karma-browserify": "^6.1.0",
- "karma-browserstack-launcher": "^1.5.1",
- "karma-chrome-launcher": "^2.2.0",
- "karma-mocha": "^1.3.0",
- "mocha": "^5.2.0",
- "node-static": "^0.7.6",
- "proxyquire": "^2.1.0",
- "pump": "^3.0.0",
- "sockjs": "^0.3.17",
- "vinyl-buffer": "~1.0.0",
- "vinyl-source-stream": "^2.0.0"
- },
- "homepage": "http://sockjs.org",
- "keywords": [
- "websockets",
- "websocket"
- ],
- "license": "MIT",
- "main": "./lib/entry.js",
- "repository": {
- "type": "git",
- "url": "https://github.com/sockjs/sockjs-client.git"
- },
- "scripts": {
- "test": "mocha tests/node.js",
- "test:bundle": "gulp testbundle",
- "test:browser_local": "npm run test:bundle && npx karma start --browsers Chrome",
- "test:browser_remote": "npm run test:bundle && npx karma start",
- "gulp": "gulp",
- "lint": "eslint .",
- "version": "gulp release && git add -A dist lib/version.js Changelog.md",
- "postversion": "npm publish",
- "postpublish": "git push origin --all && git push origin --tags"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:21:06 GMT+0800 (CST)",
- "_from": "sockjs-client@1.4.0",
- "_resolved": "https://registry.npm.taobao.org/sockjs-client/download/sockjs-client-1.4.0.tgz"
- }
|