프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / engine.io / package.json

이력 | 보기 | 이력해설 | 다운로드 (2.58 KB)

1 39 HKM
{
2
  "_args": [
3
    [
4
      "engine.io@3.1.5",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "engine.io@3.1.5",
9
  "_id": "engine.io@3.1.5",
10
  "_inBundle": false,
11
  "_integrity": "sha512-D06ivJkYxyRrcEe0bTpNnBQNgP9d3xog+qZlLbui8EsMr/DouQpf5o9FzJnWYHEYE0YsFHllUv2R1dkgYZXHcA==",
12
  "_location": "/engine.io",
13
  "_phantomChildren": {
14
    "ms": "2.0.0"
15
  },
16
  "_requested": {
17
    "type": "version",
18
    "registry": true,
19
    "raw": "engine.io@3.1.5",
20
    "name": "engine.io",
21
    "escapedName": "engine.io",
22
    "rawSpec": "3.1.5",
23
    "saveSpec": null,
24
    "fetchSpec": "3.1.5"
25
  },
26
  "_requiredBy": [
27
    "/socket.io"
28
  ],
29
  "_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-3.1.5.tgz",
30
  "_spec": "3.1.5",
31
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
32
  "author": {
33
    "name": "Guillermo Rauch",
34
    "email": "guillermo@learnboost.com"
35
  },
36
  "bugs": {
37
    "url": "https://github.com/socketio/engine.io/issues"
38
  },
39
  "contributors": [
40
    {
41
      "name": "Eugen Dueck",
42
      "url": "https://github.com/EugenDueck"
43
    },
44
    {
45
      "name": "Afshin Mehrabani",
46
      "url": "https://github.com/afshinm"
47
    },
48
    {
49
      "name": "Christoph Dorn",
50
      "url": "https://github.com/cadorn"
51
    },
52
    {
53
      "name": "Mark Mokryn",
54
      "email": "mokesmokes@gmail.com"
55
    }
56
  ],
57
  "dependencies": {
58
    "accepts": "~1.3.4",
59
    "base64id": "1.0.0",
60
    "cookie": "0.3.1",
61
    "debug": "~3.1.0",
62
    "engine.io-parser": "~2.1.0",
63
    "uws": "~9.14.0",
64
    "ws": "~3.3.1"
65
  },
66
  "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
67
  "devDependencies": {
68
    "babel-eslint": "^8.0.2",
69
    "babel-preset-es2015": "^6.24.0",
70
    "engine.io-client": "3.1.5",
71
    "eslint": "^4.5.0",
72
    "eslint-config-standard": "^10.2.1",
73
    "eslint-plugin-import": "^2.7.0",
74
    "eslint-plugin-node": "^5.1.1",
75
    "eslint-plugin-promise": "^3.5.0",
76
    "eslint-plugin-standard": "^3.0.1",
77
    "expect.js": "^0.3.1",
78
    "mocha": "^4.0.1",
79
    "s": "0.1.1",
80
    "superagent": "^3.8.1"
81
  },
82
  "files": [
83
    "lib/"
84
  ],
85
  "homepage": "https://github.com/socketio/engine.io",
86
  "license": "MIT",
87
  "main": "lib/engine.io",
88
  "name": "engine.io",
89
  "optionalDependencies": {
90
    "uws": "~9.14.0"
91
  },
92
  "repository": {
93
    "type": "git",
94
    "url": "git+ssh://git@github.com/socketio/engine.io.git"
95
  },
96
  "scripts": {
97
    "lint": "eslint lib/ test/ *.js",
98
    "test": "npm run lint && mocha && EIO_WS_ENGINE=ws mocha"
99
  },
100
  "version": "3.1.5"
101
}