Changeset 59329aa for trip-planner-front/node_modules/engine.io
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/engine.io/package.json
rceaed42 r59329aa 1 1 { 2 "name": "engine.io", 3 "version": "4.1.1", 4 "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server", 5 "main": "lib/engine.io.js", 6 "author": "Guillermo Rauch <guillermo@learnboost.com>", 7 "homepage": "https://github.com/socketio/engine.io", 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 }, 8 38 "contributors": [ 9 39 { 10 40 "name": "Eugen Dueck", 11 " web": "https://github.com/EugenDueck"41 "url": "https://github.com/EugenDueck" 12 42 }, 13 43 { 14 44 "name": "Afshin Mehrabani", 15 " web": "https://github.com/afshinm"45 "url": "https://github.com/afshinm" 16 46 }, 17 47 { 18 48 "name": "Christoph Dorn", 19 " web": "https://github.com/cadorn"49 "url": "https://github.com/cadorn" 20 50 }, 21 51 { … … 24 54 } 25 55 ], 26 "license": "MIT",27 56 "dependencies": { 28 57 "accepts": "~1.3.4", … … 34 63 "ws": "~7.4.2" 35 64 }, 65 "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server", 36 66 "devDependencies": { 37 67 "babel-eslint": "^8.0.2", … … 47 77 "superagent": "^3.8.1" 48 78 }, 49 "scripts": { 50 "lint": "eslint lib/ test/ *.js", 51 "test": "npm run lint && npm run format:check && mocha && EIO_CLIENT=3 mocha && EIO_WS_ENGINE=eiows mocha", 52 "format:check": "prettier --check 'lib/**/*.js' 'test/**/*.js'", 53 "format:fix": "prettier --write 'lib/**/*.js' 'test/**/*.js'" 54 }, 55 "repository": { 56 "type": "git", 57 "url": "git@github.com:socketio/engine.io.git" 79 "engines": { 80 "node": ">=10.0.0" 58 81 }, 59 82 "files": [ 60 83 "lib/" 61 84 ], 62 "engines": { 63 "node": ">=10.0.0" 64 } 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" 65 100 }
Note:
See TracChangeset
for help on using the changeset viewer.