source: trip-planner-front/node_modules/engine.io/package.json@ e29cc2e

Last change on this file since e29cc2e 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": "engine.io@~6.1.0",
3 "_id": "engine.io@6.1.0",
4 "_inBundle": false,
5 "_integrity": "sha512-ErhZOVu2xweCjEfYcTdkCnEYUiZgkAcBBAhW4jbIvNG8SLU3orAqoJCiytZjYF7eTpVmmCrLDjLIEaPlUAs1uw==",
6 "_location": "/engine.io",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "engine.io@~6.1.0",
12 "name": "engine.io",
13 "escapedName": "engine.io",
14 "rawSpec": "~6.1.0",
15 "saveSpec": null,
16 "fetchSpec": "~6.1.0"
17 },
18 "_requiredBy": [
19 "/socket.io"
20 ],
21 "_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.1.0.tgz",
22 "_shasum": "459eab0c3724899d7b63a20c3a6835cf92857939",
23 "_spec": "engine.io@~6.1.0",
24 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\socket.io",
25 "author": {
26 "name": "Guillermo Rauch",
27 "email": "guillermo@learnboost.com"
28 },
29 "bugs": {
30 "url": "https://github.com/socketio/engine.io/issues"
31 },
32 "bundleDependencies": false,
33 "contributors": [
34 {
35 "name": "Eugen Dueck",
36 "url": "https://github.com/EugenDueck"
37 },
38 {
39 "name": "Afshin Mehrabani",
40 "url": "https://github.com/afshinm"
41 },
42 {
43 "name": "Christoph Dorn",
44 "url": "https://github.com/cadorn"
45 },
46 {
47 "name": "Mark Mokryn",
48 "email": "mokesmokes@gmail.com"
49 }
50 ],
51 "dependencies": {
52 "@types/cookie": "^0.4.1",
53 "@types/cors": "^2.8.12",
54 "@types/node": ">=10.0.0",
55 "accepts": "~1.3.4",
56 "base64id": "2.0.0",
57 "cookie": "~0.4.1",
58 "cors": "~2.8.5",
59 "debug": "~4.3.1",
60 "engine.io-parser": "~5.0.0",
61 "ws": "~8.2.3"
62 },
63 "deprecated": false,
64 "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
65 "devDependencies": {
66 "babel-eslint": "^8.0.2",
67 "eiows": "^3.3.0",
68 "engine.io-client": "6.1.0",
69 "engine.io-client-v3": "npm:engine.io-client@3.5.2",
70 "expect.js": "^0.3.1",
71 "mocha": "^9.1.3",
72 "prettier": "^1.19.1",
73 "rimraf": "^3.0.2",
74 "superagent": "^3.8.1",
75 "typescript": "^4.4.3",
76 "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.0.0"
77 },
78 "engines": {
79 "node": ">=10.0.0"
80 },
81 "exports": {
82 "import": "./wrapper.mjs",
83 "require": "./build/engine.io.js"
84 },
85 "files": [
86 "build/",
87 "wrapper.mjs"
88 ],
89 "homepage": "https://github.com/socketio/engine.io",
90 "license": "MIT",
91 "main": "./build/engine.io.js",
92 "name": "engine.io",
93 "repository": {
94 "type": "git",
95 "url": "git+ssh://git@github.com/socketio/engine.io.git"
96 },
97 "scripts": {
98 "compile": "rimraf ./build && tsc",
99 "format:check": "prettier --check 'lib/**/*.ts' 'test/**/*.js'",
100 "format:fix": "prettier --write 'lib/**/*.ts' 'test/**/*.js'",
101 "prepack": "npm run compile",
102 "test": "npm run compile && npm run format:check && npm run test:default && npm run test:compat-v3 && npm run test:eiows && npm run test:uws",
103 "test:compat-v3": "EIO_CLIENT=3 mocha --exit",
104 "test:default": "mocha --bail --exit",
105 "test:eiows": "EIO_WS_ENGINE=eiows mocha --exit",
106 "test:uws": "EIO_WS_ENGINE=uws mocha --exit"
107 },
108 "type": "commonjs",
109 "types": "./build/engine.io.d.ts",
110 "version": "6.1.0"
111}
Note: See TracBrowser for help on using the repository browser.