Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/engine.io/package.json

    rceaed42 r59329aa  
    11{
    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  },
    838  "contributors": [
    939    {
    1040      "name": "Eugen Dueck",
    11       "web": "https://github.com/EugenDueck"
     41      "url": "https://github.com/EugenDueck"
    1242    },
    1343    {
    1444      "name": "Afshin Mehrabani",
    15       "web": "https://github.com/afshinm"
     45      "url": "https://github.com/afshinm"
    1646    },
    1747    {
    1848      "name": "Christoph Dorn",
    19       "web": "https://github.com/cadorn"
     49      "url": "https://github.com/cadorn"
    2050    },
    2151    {
     
    2454    }
    2555  ],
    26   "license": "MIT",
    2756  "dependencies": {
    2857    "accepts": "~1.3.4",
     
    3463    "ws": "~7.4.2"
    3564  },
     65  "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
    3666  "devDependencies": {
    3767    "babel-eslint": "^8.0.2",
     
    4777    "superagent": "^3.8.1"
    4878  },
    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"
    5881  },
    5982  "files": [
    6083    "lib/"
    6184  ],
    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"
    65100}
Note: See TracChangeset for help on using the changeset viewer.