Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

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

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "socket.io@3.1.2",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "socket.io@3.1.2",
    10   "_id": "socket.io@3.1.2",
     2  "_from": "socket.io@^4.2.0",
     3  "_id": "socket.io@4.4.0",
    114  "_inBundle": false,
    12   "_integrity": "sha512-JubKZnTQ4Z8G4IZWtaAZSiRP3I/inpy8c/Bsx2jrwGrTbKeVU5xd6qkKMHpChYeM3dWZSO0QACiGK+obhBNwYw==",
     5  "_integrity": "sha512-bnpJxswR9ov0Bw6ilhCvO38/1WPtE3eA2dtxi2Iq4/sFebiDJQzgKNYA7AuVVdGW09nrESXd90NbZqtDd9dzRQ==",
    136  "_location": "/socket.io",
    147  "_phantomChildren": {},
    158  "_requested": {
    16     "type": "version",
     9    "type": "range",
    1710    "registry": true,
    18     "raw": "socket.io@3.1.2",
     11    "raw": "socket.io@^4.2.0",
    1912    "name": "socket.io",
    2013    "escapedName": "socket.io",
    21     "rawSpec": "3.1.2",
     14    "rawSpec": "^4.2.0",
    2215    "saveSpec": null,
    23     "fetchSpec": "3.1.2"
     16    "fetchSpec": "^4.2.0"
    2417  },
    2518  "_requiredBy": [
    2619    "/karma"
    2720  ],
    28   "_resolved": "https://registry.npmjs.org/socket.io/-/socket.io-3.1.2.tgz",
    29   "_spec": "3.1.2",
    30   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     21  "_resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.4.0.tgz",
     22  "_shasum": "8140a0db2c22235f88a6dceb867e4d5c9bd70507",
     23  "_spec": "socket.io@^4.2.0",
     24  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\karma",
    3125  "bugs": {
    3226    "url": "https://github.com/socketio/socket.io/issues"
    3327  },
     28  "bundleDependencies": false,
    3429  "contributors": [
    3530    {
     
    5146  ],
    5247  "dependencies": {
    53     "@types/cookie": "^0.4.0",
    54     "@types/cors": "^2.8.8",
    55     "@types/node": ">=10.0.0",
    5648    "accepts": "~1.3.4",
    5749    "base64id": "~2.0.0",
    58     "debug": "~4.3.1",
    59     "engine.io": "~4.1.0",
    60     "socket.io-adapter": "~2.1.0",
    61     "socket.io-parser": "~4.0.3"
     50    "debug": "~4.3.2",
     51    "engine.io": "~6.1.0",
     52    "socket.io-adapter": "~2.3.3",
     53    "socket.io-parser": "~4.0.4"
    6254  },
     55  "deprecated": false,
    6356  "description": "node.js realtime framework server",
    6457  "devDependencies": {
    65     "@types/mocha": "^8.0.4",
    66     "babel-eslint": "^10.1.0",
    67     "eslint": "^7.14.0",
    68     "eslint-config-prettier": "^6.11.0",
     58    "@types/mocha": "^9.0.0",
    6959    "expect.js": "0.3.1",
    7060    "mocha": "^3.5.3",
    7161    "nyc": "^15.1.0",
    72     "prettier": "^2.2.0",
     62    "prettier": "^2.3.2",
    7363    "rimraf": "^3.0.2",
    74     "socket.io-client": "3.1.2",
     64    "socket.io-client": "4.4.0",
    7565    "socket.io-client-v2": "npm:socket.io-client@^2.4.0",
    7666    "superagent": "^6.1.0",
    77     "supertest": "^6.0.1",
    78     "ts-node": "^9.0.0",
    79     "typescript": "^4.1.2"
     67    "supertest": "^6.1.6",
     68    "ts-node": "^10.2.1",
     69    "tsd": "^0.17.0",
     70    "typescript": "^4.4.2",
     71    "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.0.0"
    8072  },
    8173  "directories": {
     
    120112    "format:fix": "prettier --write \"lib/**/*.ts\" \"test/**/*.ts\"",
    121113    "prepack": "npm run compile",
    122     "test": "npm run format:check && npm run compile && nyc mocha --require ts-node/register --reporter spec --slow 200 --bail --timeout 10000 test/socket.io.ts"
     114    "test": "npm run format:check && npm run compile && npm run test:types && npm run test:unit",
     115    "test:types": "tsd",
     116    "test:unit": "nyc mocha --require ts-node/register --reporter spec --slow 200 --bail --timeout 10000 test/socket.io.ts"
     117  },
     118  "tsd": {
     119    "directory": "test"
    123120  },
    124121  "type": "commonjs",
    125122  "types": "./dist/index.d.ts",
    126   "version": "3.1.2"
     123  "version": "4.4.0"
    127124}
Note: See TracChangeset for help on using the changeset viewer.