mirror of
https://github.com/owenlejeune/AirHockey.git
synced 2025-12-28 02:11:19 -05:00
Electron desktop client added
This commit is contained in:
59
Electron Client/node_modules/uws/package.json
generated
vendored
Normal file
59
Electron Client/node_modules/uws/package.json
generated
vendored
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"uws@9.14.0",
|
||||
"/Volumes/Clear Drive/Code/2406 Web Apps/Assignments/Assignment 3/project"
|
||||
]
|
||||
],
|
||||
"_from": "uws@9.14.0",
|
||||
"_id": "uws@9.14.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-HNMztPP5A1sKuVFmdZ6BPVpBQd5bUjNC8EFMFiICK+oho/OQsAJy5hnIx4btMHiOk8j04f/DbIlqnEZ9d72dqg==",
|
||||
"_location": "/uws",
|
||||
"_optional": true,
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "uws@9.14.0",
|
||||
"name": "uws",
|
||||
"escapedName": "uws",
|
||||
"rawSpec": "9.14.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "9.14.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/engine.io"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/uws/-/uws-9.14.0.tgz",
|
||||
"_spec": "9.14.0",
|
||||
"_where": "/Volumes/Clear Drive/Code/2406 Web Apps/Assignments/Assignment 3/project",
|
||||
"author": {
|
||||
"name": "Alex Hultman",
|
||||
"email": "alexhultman@gmail.com",
|
||||
"url": "https://github.com/alexhultman"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/uWebSockets/uWebSockets/issues"
|
||||
},
|
||||
"description": "Tiny WebSockets",
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"homepage": "https://github.com/uWebSockets/uWebSockets",
|
||||
"keywords": [
|
||||
"tiny",
|
||||
"websockets"
|
||||
],
|
||||
"license": "Zlib",
|
||||
"main": "uws.js",
|
||||
"name": "uws",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/uWebSockets/uWebSockets.git"
|
||||
},
|
||||
"scripts": {
|
||||
"install": "node-gyp rebuild > build_log.txt 2>&1 || exit 0"
|
||||
},
|
||||
"version": "9.14.0"
|
||||
}
|
||||
Reference in New Issue
Block a user