source: trip-planner-front/node_modules/ws/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 2.3 KB
RevLine 
[6a3a178]1{
[59329aa]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",
11 "_inBundle": false,
12 "_integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==",
13 "_location": "/ws",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "ws@7.4.6",
19 "name": "ws",
20 "escapedName": "ws",
21 "rawSpec": "7.4.6",
22 "saveSpec": null,
23 "fetchSpec": "7.4.6"
24 },
25 "_requiredBy": [
26 "/engine.io"
27 ],
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",
31 "author": {
32 "name": "Einar Otto Stangvik",
33 "email": "einaros@gmail.com",
34 "url": "http://2x.io"
35 },
36 "browser": "browser.js",
37 "bugs": {
38 "url": "https://github.com/websockets/ws/issues"
39 },
[6a3a178]40 "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
[59329aa]41 "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"
54 },
55 "files": [
56 "browser.js",
57 "index.js",
58 "lib/*.js"
59 ],
60 "homepage": "https://github.com/websockets/ws",
[6a3a178]61 "keywords": [
62 "HyBi",
63 "Push",
64 "RFC-6455",
65 "WebSocket",
66 "WebSockets",
67 "real-time"
68 ],
69 "license": "MIT",
70 "main": "index.js",
[59329aa]71 "name": "ws",
[6a3a178]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 },
[59329aa]84 "repository": {
85 "type": "git",
86 "url": "git+https://github.com/websockets/ws.git"
87 },
88 "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"
92 },
93 "version": "7.4.6"
[6a3a178]94}
Note: See TracBrowser for help on using the repository browser.