Changeset 59329aa for trip-planner-front/node_modules/ws
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/ws/package.json
rceaed42 r59329aa 1 1 { 2 "name": "ws", 3 "version": "7.4.6", 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 }, 4 40 "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js", 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", 5 61 "keywords": [ 6 62 "HyBi", … … 11 67 "real-time" 12 68 ], 13 "homepage": "https://github.com/websockets/ws",14 "bugs": "https://github.com/websockets/ws/issues",15 "repository": "websockets/ws",16 "author": "Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)",17 69 "license": "MIT", 18 70 "main": "index.js", 19 "browser": "browser.js", 20 "engines": { 21 "node": ">=8.3.0" 22 }, 23 "files": [ 24 "browser.js", 25 "index.js", 26 "lib/*.js" 27 ], 28 "scripts": { 29 "test": "nyc --reporter=lcov --reporter=text mocha --throw-deprecation test/*.test.js", 30 "integration": "mocha --throw-deprecation test/*.integration.js", 31 "lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yaml,yml}\"" 32 }, 71 "name": "ws", 33 72 "peerDependencies": { 34 73 "bufferutil": "^4.0.1", … … 43 82 } 44 83 }, 45 "devDependencies": { 46 "benchmark": "^2.1.4", 47 "bufferutil": "^4.0.1", 48 "eslint": "^7.2.0", 49 "eslint-config-prettier": "^8.1.0", 50 "eslint-plugin-prettier": "^3.0.1", 51 "mocha": "^7.0.0", 52 "nyc": "^15.0.0", 53 "prettier": "^2.0.5", 54 "utf-8-validate": "^5.0.2" 55 } 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" 56 94 }
Note:
See TracChangeset
for help on using the changeset viewer.