Changeset e29cc2e for trip-planner-front/node_modules/ws/package.json
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/ws/package.json
r59329aa re29cc2e 1 1 { 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", 11 4 "_inBundle": false, 12 "_integrity": "sha512- YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==",5 "_integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==", 13 6 "_location": "/ws", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "ws@ 7.4.6",11 "raw": "ws@^6.2.1", 19 12 "name": "ws", 20 13 "escapedName": "ws", 21 "rawSpec": " 7.4.6",14 "rawSpec": "^6.2.1", 22 15 "saveSpec": null, 23 "fetchSpec": " 7.4.6"16 "fetchSpec": "^6.2.1" 24 17 }, 25 18 "_requiredBy": [ 26 "/ engine.io"19 "/webpack-dev-server" 27 20 ], 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", 31 25 "author": { 32 26 "name": "Einar Otto Stangvik", … … 38 32 "url": "https://github.com/websockets/ws/issues" 39 33 }, 34 "bundleDependencies": false, 35 "dependencies": { 36 "async-limiter": "~1.0.0" 37 }, 38 "deprecated": false, 40 39 "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js", 41 40 "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" 54 51 }, 55 52 "files": [ … … 70 67 "main": "index.js", 71 68 "name": "ws", 72 "peerDependencies": {73 "bufferutil": "^4.0.1",74 "utf-8-validate": "^5.0.2"75 },76 "peerDependenciesMeta": {77 "bufferutil": {78 "optional": true79 },80 "utf-8-validate": {81 "optional": true82 }83 },84 69 "repository": { 85 70 "type": "git", … … 87 72 }, 88 73 "scripts": { 89 "integration": " mocha --throw-deprecationtest/*.integration.js",90 "lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,y aml,yml}\"",91 "test": "n yc --reporter=lcov --reporter=text mocha --throw-deprecationtest/*.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" 92 77 }, 93 "version": " 7.4.6"78 "version": "6.2.2" 94 79 }
Note:
See TracChangeset
for help on using the changeset viewer.