source: trip-planner-front/node_modules/ws/package.json@ 76712b2

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

primeNG components

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