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/ws/package.json

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "ws@7.4.6",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "ws@7.4.6",
    10   "_id": "ws@7.4.6",
     2  "_from": "ws@^6.2.1",
     3  "_id": "ws@6.2.2",
    114  "_inBundle": false,
    12   "_integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==",
     5  "_integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==",
    136  "_location": "/ws",
    147  "_phantomChildren": {},
    158  "_requested": {
    16     "type": "version",
     9    "type": "range",
    1710    "registry": true,
    18     "raw": "ws@7.4.6",
     11    "raw": "ws@^6.2.1",
    1912    "name": "ws",
    2013    "escapedName": "ws",
    21     "rawSpec": "7.4.6",
     14    "rawSpec": "^6.2.1",
    2215    "saveSpec": null,
    23     "fetchSpec": "7.4.6"
     16    "fetchSpec": "^6.2.1"
    2417  },
    2518  "_requiredBy": [
    26     "/engine.io"
     19    "/webpack-dev-server"
    2720  ],
    28   "_resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz",
    29   "_spec": "7.4.6",
    30   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     21  "_resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz",
     22  "_shasum": "dd5cdbd57a9979916097652d78f1cc5faea0c32e",
     23  "_spec": "ws@^6.2.1",
     24  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\webpack-dev-server",
    3125  "author": {
    3226    "name": "Einar Otto Stangvik",
     
    3832    "url": "https://github.com/websockets/ws/issues"
    3933  },
     34  "bundleDependencies": false,
     35  "dependencies": {
     36    "async-limiter": "~1.0.0"
     37  },
     38  "deprecated": false,
    4039  "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
    4140  "devDependencies": {
    42     "benchmark": "^2.1.4",
    43     "bufferutil": "^4.0.1",
    44     "eslint": "^7.2.0",
    45     "eslint-config-prettier": "^8.1.0",
    46     "eslint-plugin-prettier": "^3.0.1",
    47     "mocha": "^7.0.0",
    48     "nyc": "^15.0.0",
    49     "prettier": "^2.0.5",
    50     "utf-8-validate": "^5.0.2"
    51   },
    52   "engines": {
    53     "node": ">=8.3.0"
     41    "benchmark": "~2.1.4",
     42    "bufferutil": "~4.0.0",
     43    "coveralls": "~3.0.3",
     44    "eslint": "~5.15.0",
     45    "eslint-config-prettier": "~4.1.0",
     46    "eslint-plugin-prettier": "~3.0.0",
     47    "mocha": "~6.0.0",
     48    "nyc": "~13.3.0",
     49    "prettier": "~1.16.1",
     50    "utf-8-validate": "~5.0.0"
    5451  },
    5552  "files": [
     
    7067  "main": "index.js",
    7168  "name": "ws",
    72   "peerDependencies": {
    73     "bufferutil": "^4.0.1",
    74     "utf-8-validate": "^5.0.2"
    75   },
    76   "peerDependenciesMeta": {
    77     "bufferutil": {
    78       "optional": true
    79     },
    80     "utf-8-validate": {
    81       "optional": true
    82     }
    83   },
    8469  "repository": {
    8570    "type": "git",
     
    8772  },
    8873  "scripts": {
    89     "integration": "mocha --throw-deprecation test/*.integration.js",
    90     "lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yaml,yml}\"",
    91     "test": "nyc --reporter=lcov --reporter=text mocha --throw-deprecation test/*.test.js"
     74    "integration": "npm run lint && mocha test/*.integration.js",
     75    "lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yml}\"",
     76    "test": "npm run lint && nyc --reporter=html --reporter=text mocha test/*.test.js"
    9277  },
    93   "version": "7.4.6"
     78  "version": "6.2.2"
    9479}
Note: See TracChangeset for help on using the changeset viewer.