mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
The CI fails with the new version: https://travis-ci.org/socketio/engine.io-parser/jobs/448690970 > /home/travis/build/[secure]io/engine.io-parser/node_modules/zuul/bin/zuul:332 > throw err.message; > ^ > internet explorer@8: [eval("(window.zuul_msg_bus ? window.zuul_msg_bus.splice(0, 1000) : []);")] Not JSON response
34 lines
762 B
JSON
34 lines
762 B
JSON
{
|
|
"name": "engine.io-parser",
|
|
"description": "Parser for the client for the realtime Engine",
|
|
"license": "MIT",
|
|
"version": "2.1.2",
|
|
"main": "lib/index.js",
|
|
"homepage": "https://github.com/socketio/engine.io-parser",
|
|
"devDependencies": {
|
|
"expect.js": "0.3.1",
|
|
"mocha": "^5.2.0",
|
|
"socket.io-browsers": "^1.0.2",
|
|
"zuul": "3.11.1",
|
|
"zuul-ngrok": "4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"after": "0.8.2",
|
|
"arraybuffer.slice": "~0.0.7",
|
|
"base64-arraybuffer": "0.1.5",
|
|
"blob": "0.0.4",
|
|
"has-binary2": "~1.0.2"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:socketio/engine.io-parser.git"
|
|
},
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"browser": "./lib/browser.js"
|
|
}
|