프로젝트

일반

사용자정보

통계
| 개정판:

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

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

1 39 HKM
{
2
  "_args": [
3
    [
4
      "engine.io-client@3.1.6",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "engine.io-client@3.1.6",
9
  "_id": "engine.io-client@3.1.6",
10
  "_inBundle": false,
11
  "_integrity": "sha512-hnuHsFluXnsKOndS4Hv6SvUrgdYx1pk2NqfaDMW+GWdgfU3+/V25Cj7I8a0x92idSpa5PIhJRKxPvp9mnoLsfg==",
12
  "_location": "/engine.io-client",
13
  "_phantomChildren": {
14
    "ms": "2.0.0"
15
  },
16
  "_requested": {
17
    "type": "version",
18
    "registry": true,
19
    "raw": "engine.io-client@3.1.6",
20
    "name": "engine.io-client",
21
    "escapedName": "engine.io-client",
22
    "rawSpec": "3.1.6",
23
    "saveSpec": null,
24
    "fetchSpec": "3.1.6"
25
  },
26
  "_requiredBy": [
27
    "/socket.io-client"
28
  ],
29
  "_resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.1.6.tgz",
30
  "_spec": "3.1.6",
31
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
32
  "browser": {
33
    "ws": false,
34
    "xmlhttprequest-ssl": "./lib/xmlhttprequest.js"
35
  },
36
  "bugs": {
37
    "url": "https://github.com/socketio/engine.io-client/issues"
38
  },
39
  "contributors": [
40
    {
41
      "name": "Guillermo Rauch",
42
      "email": "rauchg@gmail.com"
43
    },
44
    {
45
      "name": "Vladimir Dronnikov",
46
      "email": "dronnikov@gmail.com"
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
    "component-emitter": "1.2.1",
59
    "component-inherit": "0.0.3",
60
    "debug": "~3.1.0",
61
    "engine.io-parser": "~2.1.1",
62
    "has-cors": "1.1.0",
63
    "indexof": "0.0.1",
64
    "parseqs": "0.0.5",
65
    "parseuri": "0.0.5",
66
    "ws": "~3.3.1",
67
    "xmlhttprequest-ssl": "~1.5.4",
68
    "yeast": "0.1.2"
69
  },
70
  "description": "Client for the realtime Engine",
71
  "devDependencies": {
72
    "babel-core": "^6.24.0",
73
    "babel-eslint": "4.1.7",
74
    "babel-loader": "^6.4.1",
75
    "babel-preset-es2015": "^6.24.0",
76
    "blob": "^0.0.4",
77
    "concat-stream": "^1.6.0",
78
    "del": "^2.2.2",
79
    "derequire": "^2.0.6",
80
    "engine.io": "3.1.5",
81
    "eslint-config-standard": "4.4.0",
82
    "eslint-plugin-standard": "1.3.1",
83
    "expect.js": "^0.3.1",
84
    "express": "4.15.2",
85
    "gulp": "3.9.1",
86
    "gulp-eslint": "1.1.1",
87
    "gulp-file": "^0.3.0",
88
    "gulp-istanbul": "^1.1.1",
89
    "gulp-mocha": "^4.3.0",
90
    "gulp-task-listing": "1.0.1",
91
    "istanbul": "^0.4.5",
92
    "mocha": "^3.2.0",
93
    "webpack": "1.12.12",
94
    "webpack-stream": "^3.2.0",
95
    "zuul": "^3.11.1",
96
    "zuul-builder-webpack": "^1.2.0",
97
    "zuul-ngrok": "4.0.0"
98
  },
99
  "files": [
100
    "index.js",
101
    "lib/",
102
    "engine.io.js"
103
  ],
104
  "homepage": "https://github.com/socketio/engine.io-client",
105
  "license": "MIT",
106
  "main": "lib/index.js",
107
  "name": "engine.io-client",
108
  "repository": {
109
    "type": "git",
110
    "url": "git+https://github.com/socketio/engine.io-client.git"
111
  },
112
  "scripts": {
113
    "test": "gulp test"
114
  },
115
  "version": "3.1.6"
116
}