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

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

primeNG components

  • Property mode set to 100644
File size: 3.2 KB
RevLine 
[6a3a178]1{
[e29cc2e]2 "_from": "engine.io@~6.1.0",
3 "_id": "engine.io@6.1.0",
[59329aa]4 "_inBundle": false,
[e29cc2e]5 "_integrity": "sha512-ErhZOVu2xweCjEfYcTdkCnEYUiZgkAcBBAhW4jbIvNG8SLU3orAqoJCiytZjYF7eTpVmmCrLDjLIEaPlUAs1uw==",
[59329aa]6 "_location": "/engine.io",
7 "_phantomChildren": {},
8 "_requested": {
[e29cc2e]9 "type": "range",
[59329aa]10 "registry": true,
[e29cc2e]11 "raw": "engine.io@~6.1.0",
[59329aa]12 "name": "engine.io",
13 "escapedName": "engine.io",
[e29cc2e]14 "rawSpec": "~6.1.0",
[59329aa]15 "saveSpec": null,
[e29cc2e]16 "fetchSpec": "~6.1.0"
[59329aa]17 },
18 "_requiredBy": [
19 "/socket.io"
20 ],
[e29cc2e]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",
[59329aa]25 "author": {
26 "name": "Guillermo Rauch",
27 "email": "guillermo@learnboost.com"
28 },
29 "bugs": {
30 "url": "https://github.com/socketio/engine.io/issues"
31 },
[e29cc2e]32 "bundleDependencies": false,
[6a3a178]33 "contributors": [
34 {
35 "name": "Eugen Dueck",
[59329aa]36 "url": "https://github.com/EugenDueck"
[6a3a178]37 },
38 {
39 "name": "Afshin Mehrabani",
[59329aa]40 "url": "https://github.com/afshinm"
[6a3a178]41 },
42 {
43 "name": "Christoph Dorn",
[59329aa]44 "url": "https://github.com/cadorn"
[6a3a178]45 },
46 {
47 "name": "Mark Mokryn",
48 "email": "mokesmokes@gmail.com"
49 }
50 ],
51 "dependencies": {
[e29cc2e]52 "@types/cookie": "^0.4.1",
53 "@types/cors": "^2.8.12",
54 "@types/node": ">=10.0.0",
[6a3a178]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",
[e29cc2e]60 "engine.io-parser": "~5.0.0",
61 "ws": "~8.2.3"
[6a3a178]62 },
[e29cc2e]63 "deprecated": false,
[59329aa]64 "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
[6a3a178]65 "devDependencies": {
66 "babel-eslint": "^8.0.2",
67 "eiows": "^3.3.0",
[e29cc2e]68 "engine.io-client": "6.1.0",
69 "engine.io-client-v3": "npm:engine.io-client@3.5.2",
[6a3a178]70 "expect.js": "^0.3.1",
[e29cc2e]71 "mocha": "^9.1.3",
[6a3a178]72 "prettier": "^1.19.1",
[e29cc2e]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"
[6a3a178]77 },
[59329aa]78 "engines": {
79 "node": ">=10.0.0"
[6a3a178]80 },
[e29cc2e]81 "exports": {
82 "import": "./wrapper.mjs",
83 "require": "./build/engine.io.js"
84 },
[6a3a178]85 "files": [
[e29cc2e]86 "build/",
87 "wrapper.mjs"
[6a3a178]88 ],
[59329aa]89 "homepage": "https://github.com/socketio/engine.io",
90 "license": "MIT",
[e29cc2e]91 "main": "./build/engine.io.js",
[59329aa]92 "name": "engine.io",
93 "repository": {
94 "type": "git",
95 "url": "git+ssh://git@github.com/socketio/engine.io.git"
96 },
97 "scripts": {
[e29cc2e]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"
[59329aa]107 },
[e29cc2e]108 "type": "commonjs",
109 "types": "./build/engine.io.d.ts",
110 "version": "6.1.0"
[6a3a178]111}
Note: See TracBrowser for help on using the repository browser.