root / HServer / 00.Server / 00.Program / node_modules / ws / package.json
이력 | 보기 | 이력해설 | 다운로드 (2.12 KB)
1 | 39 | HKM | { |
---|---|---|---|
2 | "_args": [
|
||
3 | [ |
||
4 | "ws@3.3.3",
|
||
5 | "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
||
6 | ] |
||
7 | ], |
||
8 | "_from": "ws@3.3.3", |
||
9 | "_id": "ws@3.3.3", |
||
10 | "_inBundle": false, |
||
11 | "_integrity": "sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==", |
||
12 | "_location": "/ws", |
||
13 | "_phantomChildren": {},
|
||
14 | "_requested": {
|
||
15 | "type": "version", |
||
16 | "registry": true, |
||
17 | "raw": "ws@3.3.3", |
||
18 | "name": "ws", |
||
19 | "escapedName": "ws", |
||
20 | "rawSpec": "3.3.3", |
||
21 | "saveSpec": null, |
||
22 | "fetchSpec": "3.3.3" |
||
23 | }, |
||
24 | "_requiredBy": [
|
||
25 | "/engine.io",
|
||
26 | "/engine.io-client"
|
||
27 | ], |
||
28 | "_resolved": "https://registry.npmjs.org/ws/-/ws-3.3.3.tgz", |
||
29 | "_spec": "3.3.3", |
||
30 | "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program", |
||
31 | "author": {
|
||
32 | "name": "Einar Otto Stangvik", |
||
33 | "email": "einaros@gmail.com", |
||
34 | "url": "http://2x.io" |
||
35 | }, |
||
36 | "bugs": {
|
||
37 | "url": "https://github.com/websockets/ws/issues" |
||
38 | }, |
||
39 | "dependencies": {
|
||
40 | "async-limiter": "~1.0.0", |
||
41 | "safe-buffer": "~5.1.0", |
||
42 | "ultron": "~1.1.0" |
||
43 | }, |
||
44 | "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js", |
||
45 | "devDependencies": {
|
||
46 | "benchmark": "~2.1.2", |
||
47 | "bufferutil": "~3.0.0", |
||
48 | "eslint": "~4.13.0", |
||
49 | "eslint-config-standard": "~10.2.0", |
||
50 | "eslint-plugin-import": "~2.8.0", |
||
51 | "eslint-plugin-node": "~5.2.0", |
||
52 | "eslint-plugin-promise": "~3.6.0", |
||
53 | "eslint-plugin-standard": "~3.0.0", |
||
54 | "mocha": "~4.0.0", |
||
55 | "nyc": "~11.3.0", |
||
56 | "utf-8-validate": "~4.0.0" |
||
57 | }, |
||
58 | "files": [
|
||
59 | "index.js",
|
||
60 | "lib"
|
||
61 | ], |
||
62 | "homepage": "https://github.com/websockets/ws", |
||
63 | "keywords": [
|
||
64 | "HyBi",
|
||
65 | "Push",
|
||
66 | "RFC-6455",
|
||
67 | "WebSocket",
|
||
68 | "WebSockets",
|
||
69 | "real-time"
|
||
70 | ], |
||
71 | "license": "MIT", |
||
72 | "main": "index.js", |
||
73 | "name": "ws", |
||
74 | "repository": {
|
||
75 | "type": "git", |
||
76 | "url": "git+https://github.com/websockets/ws.git" |
||
77 | }, |
||
78 | "scripts": {
|
||
79 | "integration": "eslint . && mocha test/*.integration.js", |
||
80 | "lint": "eslint .", |
||
81 | "test": "eslint . && nyc --reporter=html --reporter=text mocha test/*.test.js" |
||
82 | }, |
||
83 | "version": "3.3.3" |
||
84 | } |