[6a3a178] | 1 | {
|
---|
[e29cc2e] | 2 | "_from": "socket.io@^4.2.0",
|
---|
| 3 | "_id": "socket.io@4.4.0",
|
---|
[59329aa] | 4 | "_inBundle": false,
|
---|
[e29cc2e] | 5 | "_integrity": "sha512-bnpJxswR9ov0Bw6ilhCvO38/1WPtE3eA2dtxi2Iq4/sFebiDJQzgKNYA7AuVVdGW09nrESXd90NbZqtDd9dzRQ==",
|
---|
[59329aa] | 6 | "_location": "/socket.io",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
[e29cc2e] | 9 | "type": "range",
|
---|
[59329aa] | 10 | "registry": true,
|
---|
[e29cc2e] | 11 | "raw": "socket.io@^4.2.0",
|
---|
[59329aa] | 12 | "name": "socket.io",
|
---|
| 13 | "escapedName": "socket.io",
|
---|
[e29cc2e] | 14 | "rawSpec": "^4.2.0",
|
---|
[59329aa] | 15 | "saveSpec": null,
|
---|
[e29cc2e] | 16 | "fetchSpec": "^4.2.0"
|
---|
[6a3a178] | 17 | },
|
---|
[59329aa] | 18 | "_requiredBy": [
|
---|
| 19 | "/karma"
|
---|
| 20 | ],
|
---|
[e29cc2e] | 21 | "_resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.4.0.tgz",
|
---|
| 22 | "_shasum": "8140a0db2c22235f88a6dceb867e4d5c9bd70507",
|
---|
| 23 | "_spec": "socket.io@^4.2.0",
|
---|
| 24 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\karma",
|
---|
[59329aa] | 25 | "bugs": {
|
---|
| 26 | "url": "https://github.com/socketio/socket.io/issues"
|
---|
[6a3a178] | 27 | },
|
---|
[e29cc2e] | 28 | "bundleDependencies": false,
|
---|
[59329aa] | 29 | "contributors": [
|
---|
| 30 | {
|
---|
| 31 | "name": "Guillermo Rauch",
|
---|
| 32 | "email": "rauchg@gmail.com"
|
---|
| 33 | },
|
---|
| 34 | {
|
---|
| 35 | "name": "Arnout Kazemier",
|
---|
| 36 | "email": "info@3rd-eden.com"
|
---|
| 37 | },
|
---|
| 38 | {
|
---|
| 39 | "name": "Vladimir Dronnikov",
|
---|
| 40 | "email": "dronnikov@gmail.com"
|
---|
| 41 | },
|
---|
| 42 | {
|
---|
| 43 | "name": "Einar Otto Stangvik",
|
---|
| 44 | "email": "einaros@gmail.com"
|
---|
| 45 | }
|
---|
| 46 | ],
|
---|
[6a3a178] | 47 | "dependencies": {
|
---|
| 48 | "accepts": "~1.3.4",
|
---|
| 49 | "base64id": "~2.0.0",
|
---|
[e29cc2e] | 50 | "debug": "~4.3.2",
|
---|
| 51 | "engine.io": "~6.1.0",
|
---|
| 52 | "socket.io-adapter": "~2.3.3",
|
---|
| 53 | "socket.io-parser": "~4.0.4"
|
---|
[6a3a178] | 54 | },
|
---|
[e29cc2e] | 55 | "deprecated": false,
|
---|
[59329aa] | 56 | "description": "node.js realtime framework server",
|
---|
[6a3a178] | 57 | "devDependencies": {
|
---|
[e29cc2e] | 58 | "@types/mocha": "^9.0.0",
|
---|
[6a3a178] | 59 | "expect.js": "0.3.1",
|
---|
| 60 | "mocha": "^3.5.3",
|
---|
| 61 | "nyc": "^15.1.0",
|
---|
[e29cc2e] | 62 | "prettier": "^2.3.2",
|
---|
[6a3a178] | 63 | "rimraf": "^3.0.2",
|
---|
[e29cc2e] | 64 | "socket.io-client": "4.4.0",
|
---|
[6a3a178] | 65 | "socket.io-client-v2": "npm:socket.io-client@^2.4.0",
|
---|
| 66 | "superagent": "^6.1.0",
|
---|
[e29cc2e] | 67 | "supertest": "^6.1.6",
|
---|
| 68 | "ts-node": "^10.2.1",
|
---|
| 69 | "tsd": "^0.17.0",
|
---|
| 70 | "typescript": "^4.4.2",
|
---|
| 71 | "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.0.0"
|
---|
[6a3a178] | 72 | },
|
---|
[59329aa] | 73 | "directories": {
|
---|
| 74 | "doc": "docs/",
|
---|
| 75 | "example": "example/",
|
---|
| 76 | "lib": "lib/",
|
---|
| 77 | "test": "test/"
|
---|
| 78 | },
|
---|
[6a3a178] | 79 | "engines": {
|
---|
| 80 | "node": ">=10.0.0"
|
---|
[59329aa] | 81 | },
|
---|
| 82 | "exports": {
|
---|
| 83 | "import": "./wrapper.mjs",
|
---|
| 84 | "require": "./dist/index.js"
|
---|
| 85 | },
|
---|
| 86 | "files": [
|
---|
| 87 | "dist/",
|
---|
| 88 | "client-dist/",
|
---|
| 89 | "wrapper.mjs",
|
---|
| 90 | "!**/*.tsbuildinfo"
|
---|
| 91 | ],
|
---|
| 92 | "homepage": "https://github.com/socketio/socket.io#readme",
|
---|
| 93 | "keywords": [
|
---|
| 94 | "realtime",
|
---|
| 95 | "framework",
|
---|
| 96 | "websocket",
|
---|
| 97 | "tcp",
|
---|
| 98 | "events",
|
---|
| 99 | "socket",
|
---|
| 100 | "io"
|
---|
| 101 | ],
|
---|
| 102 | "license": "MIT",
|
---|
| 103 | "main": "./dist/index.js",
|
---|
| 104 | "name": "socket.io",
|
---|
| 105 | "repository": {
|
---|
| 106 | "type": "git",
|
---|
| 107 | "url": "git://github.com/socketio/socket.io.git"
|
---|
| 108 | },
|
---|
| 109 | "scripts": {
|
---|
| 110 | "compile": "rimraf ./dist && tsc",
|
---|
| 111 | "format:check": "prettier --check \"lib/**/*.ts\" \"test/**/*.ts\"",
|
---|
| 112 | "format:fix": "prettier --write \"lib/**/*.ts\" \"test/**/*.ts\"",
|
---|
| 113 | "prepack": "npm run compile",
|
---|
[e29cc2e] | 114 | "test": "npm run format:check && npm run compile && npm run test:types && npm run test:unit",
|
---|
| 115 | "test:types": "tsd",
|
---|
| 116 | "test:unit": "nyc mocha --require ts-node/register --reporter spec --slow 200 --bail --timeout 10000 test/socket.io.ts"
|
---|
| 117 | },
|
---|
| 118 | "tsd": {
|
---|
| 119 | "directory": "test"
|
---|
[59329aa] | 120 | },
|
---|
| 121 | "type": "commonjs",
|
---|
| 122 | "types": "./dist/index.d.ts",
|
---|
[e29cc2e] | 123 | "version": "4.4.0"
|
---|
[6a3a178] | 124 | }
|
---|