source: trip-planner-front/node_modules/ws/package.json@ 8d391a1

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

primeNG components

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_from": "ws@^6.2.1",
3 "_id": "ws@6.2.2",
4 "_inBundle": false,
5 "_integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==",
6 "_location": "/ws",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "ws@^6.2.1",
12 "name": "ws",
13 "escapedName": "ws",
14 "rawSpec": "^6.2.1",
15 "saveSpec": null,
16 "fetchSpec": "^6.2.1"
17 },
18 "_requiredBy": [
19 "/webpack-dev-server"
20 ],
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",
25 "author": {
26 "name": "Einar Otto Stangvik",
27 "email": "einaros@gmail.com",
28 "url": "http://2x.io"
29 },
30 "browser": "browser.js",
31 "bugs": {
32 "url": "https://github.com/websockets/ws/issues"
33 },
34 "bundleDependencies": false,
35 "dependencies": {
36 "async-limiter": "~1.0.0"
37 },
38 "deprecated": false,
39 "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
40 "devDependencies": {
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"
51 },
52 "files": [
53 "browser.js",
54 "index.js",
55 "lib/*.js"
56 ],
57 "homepage": "https://github.com/websockets/ws",
58 "keywords": [
59 "HyBi",
60 "Push",
61 "RFC-6455",
62 "WebSocket",
63 "WebSockets",
64 "real-time"
65 ],
66 "license": "MIT",
67 "main": "index.js",
68 "name": "ws",
69 "repository": {
70 "type": "git",
71 "url": "git+https://github.com/websockets/ws.git"
72 },
73 "scripts": {
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"
77 },
78 "version": "6.2.2"
79}
Note: See TracBrowser for help on using the repository browser.