source: trip-planner-front/node_modules/socket.io/package.json@ 8d391a1

Last change on this file since 8d391a1 was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 3.2 KB
Line 
1{
2 "_from": "socket.io@^4.2.0",
3 "_id": "socket.io@4.4.0",
4 "_inBundle": false,
5 "_integrity": "sha512-bnpJxswR9ov0Bw6ilhCvO38/1WPtE3eA2dtxi2Iq4/sFebiDJQzgKNYA7AuVVdGW09nrESXd90NbZqtDd9dzRQ==",
6 "_location": "/socket.io",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "socket.io@^4.2.0",
12 "name": "socket.io",
13 "escapedName": "socket.io",
14 "rawSpec": "^4.2.0",
15 "saveSpec": null,
16 "fetchSpec": "^4.2.0"
17 },
18 "_requiredBy": [
19 "/karma"
20 ],
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",
25 "bugs": {
26 "url": "https://github.com/socketio/socket.io/issues"
27 },
28 "bundleDependencies": false,
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 ],
47 "dependencies": {
48 "accepts": "~1.3.4",
49 "base64id": "~2.0.0",
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"
54 },
55 "deprecated": false,
56 "description": "node.js realtime framework server",
57 "devDependencies": {
58 "@types/mocha": "^9.0.0",
59 "expect.js": "0.3.1",
60 "mocha": "^3.5.3",
61 "nyc": "^15.1.0",
62 "prettier": "^2.3.2",
63 "rimraf": "^3.0.2",
64 "socket.io-client": "4.4.0",
65 "socket.io-client-v2": "npm:socket.io-client@^2.4.0",
66 "superagent": "^6.1.0",
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"
72 },
73 "directories": {
74 "doc": "docs/",
75 "example": "example/",
76 "lib": "lib/",
77 "test": "test/"
78 },
79 "engines": {
80 "node": ">=10.0.0"
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",
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"
120 },
121 "type": "commonjs",
122 "types": "./dist/index.d.ts",
123 "version": "4.4.0"
124}
Note: See TracBrowser for help on using the repository browser.