mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 22:12:02 +02:00
Initial commit
This commit is contained in:
60
node_modules/socket.io-parser/package.json
generated
vendored
Normal file
60
node_modules/socket.io-parser/package.json
generated
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"_from": "socket.io-parser@~3.4.0",
|
||||
"_id": "socket.io-parser@3.4.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-/G/VOI+3DBp0+DJKW4KesGnQkQPFmUCbA/oO2QGT6CWxU7hLGWqU3tyuzeSK/dqcyeHsQg1vTe9jiZI8GU9SCQ==",
|
||||
"_location": "/socket.io-parser",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "socket.io-parser@~3.4.0",
|
||||
"name": "socket.io-parser",
|
||||
"escapedName": "socket.io-parser",
|
||||
"rawSpec": "~3.4.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~3.4.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/socket.io"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.4.0.tgz",
|
||||
"_shasum": "370bb4a151df2f77ce3345ff55a7072cc6e9565a",
|
||||
"_spec": "socket.io-parser@~3.4.0",
|
||||
"_where": "/home/runner/Socketio-Chat-Template/node_modules/socket.io",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Automattic/socket.io-parser/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"component-emitter": "1.2.1",
|
||||
"debug": "~4.1.0",
|
||||
"isarray": "2.0.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "socket.io protocol parser",
|
||||
"devDependencies": {
|
||||
"benchmark": "2.1.2",
|
||||
"expect.js": "0.3.1",
|
||||
"mocha": "3.2.0",
|
||||
"socket.io-browsers": "^1.0.0",
|
||||
"zuul": "3.11.1",
|
||||
"zuul-ngrok": "4.0.0"
|
||||
},
|
||||
"files": [
|
||||
"binary.js",
|
||||
"index.js",
|
||||
"is-buffer.js"
|
||||
],
|
||||
"homepage": "https://github.com/Automattic/socket.io-parser#readme",
|
||||
"license": "MIT",
|
||||
"name": "socket.io-parser",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Automattic/socket.io-parser.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "make test"
|
||||
},
|
||||
"version": "3.4.0"
|
||||
}
|
Reference in New Issue
Block a user