package.json
1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"_from": "uws@~9.14.0",
"_id": "uws@9.14.0",
"_inBundle": false,
"_integrity": "sha512-HNMztPP5A1sKuVFmdZ6BPVpBQd5bUjNC8EFMFiICK+oho/OQsAJy5hnIx4btMHiOk8j04f/DbIlqnEZ9d72dqg==",
"_location": "/uws",
"_phantomChildren": {},
"_requested": {
"type": "range",
"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",
"_shasum": "fac8386befc33a7a3705cbd58dc47b430ca4dd95",
"_spec": "uws@~9.14.0",
"_where": "C:\\Users\\bshoo\\Desktop\\OSS\\새 폴더\\Singer-Composer\\node_modules\\engine.io",
"author": {
"name": "Alex Hultman",
"email": "alexhultman@gmail.com",
"url": "https://github.com/alexhultman"
},
"bugs": {
"url": "https://github.com/uWebSockets/uWebSockets/issues"
},
"bundleDependencies": false,
"deprecated": "New code is available at github.com/uNetworking/uWebSockets.js",
"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"
}