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

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

adding photos

  • Property mode set to 100644
File size: 2.6 KB
Line 
1{
2 "_args": [
3 [
4 "engine.io@4.1.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "engine.io@4.1.1",
10 "_id": "engine.io@4.1.1",
11 "_inBundle": false,
12 "_integrity": "sha512-t2E9wLlssQjGw0nluF6aYyfX8LwYU8Jj0xct+pAhfWfv/YrBn6TSNtEYsgxHIfaMqfrLx07czcMg9bMN6di+3w==",
13 "_location": "/engine.io",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "engine.io@4.1.1",
19 "name": "engine.io",
20 "escapedName": "engine.io",
21 "rawSpec": "4.1.1",
22 "saveSpec": null,
23 "fetchSpec": "4.1.1"
24 },
25 "_requiredBy": [
26 "/socket.io"
27 ],
28 "_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-4.1.1.tgz",
29 "_spec": "4.1.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Guillermo Rauch",
33 "email": "guillermo@learnboost.com"
34 },
35 "bugs": {
36 "url": "https://github.com/socketio/engine.io/issues"
37 },
38 "contributors": [
39 {
40 "name": "Eugen Dueck",
41 "url": "https://github.com/EugenDueck"
42 },
43 {
44 "name": "Afshin Mehrabani",
45 "url": "https://github.com/afshinm"
46 },
47 {
48 "name": "Christoph Dorn",
49 "url": "https://github.com/cadorn"
50 },
51 {
52 "name": "Mark Mokryn",
53 "email": "mokesmokes@gmail.com"
54 }
55 ],
56 "dependencies": {
57 "accepts": "~1.3.4",
58 "base64id": "2.0.0",
59 "cookie": "~0.4.1",
60 "cors": "~2.8.5",
61 "debug": "~4.3.1",
62 "engine.io-parser": "~4.0.0",
63 "ws": "~7.4.2"
64 },
65 "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
66 "devDependencies": {
67 "babel-eslint": "^8.0.2",
68 "eiows": "^3.3.0",
69 "engine.io-client": "4.1.1",
70 "engine.io-client-v3": "npm:engine.io-client@3.5.0",
71 "eslint": "^4.19.1",
72 "eslint-config-prettier": "^6.9.0",
73 "expect.js": "^0.3.1",
74 "mocha": "^4.0.1",
75 "prettier": "^1.19.1",
76 "s": "0.1.1",
77 "superagent": "^3.8.1"
78 },
79 "engines": {
80 "node": ">=10.0.0"
81 },
82 "files": [
83 "lib/"
84 ],
85 "homepage": "https://github.com/socketio/engine.io",
86 "license": "MIT",
87 "main": "lib/engine.io.js",
88 "name": "engine.io",
89 "repository": {
90 "type": "git",
91 "url": "git+ssh://git@github.com/socketio/engine.io.git"
92 },
93 "scripts": {
94 "format:check": "prettier --check 'lib/**/*.js' 'test/**/*.js'",
95 "format:fix": "prettier --write 'lib/**/*.js' 'test/**/*.js'",
96 "lint": "eslint lib/ test/ *.js",
97 "test": "npm run lint && npm run format:check && mocha && EIO_CLIENT=3 mocha && EIO_WS_ENGINE=eiows mocha"
98 },
99 "version": "4.1.1"
100}
Note: See TracBrowser for help on using the repository browser.