aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/ws/package.json
blob: f05a67b92395cdebade29293cd94956b1d4b81bd (plain)
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
  "_args": [
    [
      {
        "raw": "ws@0.4.x",
        "scope": null,
        "escapedName": "ws",
        "name": "ws",
        "rawSpec": "0.4.x",
        "spec": ">=0.4.0 <0.5.0",
        "type": "range"
      },
      "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\socket.io-client"
    ]
  ],
  "_from": "ws@>=0.4.0 <0.5.0",
  "_id": "ws@0.4.32",
  "_inCache": true,
  "_location": "/ws",
  "_npmUser": {
    "name": "V1",
    "email": "info@3rd-Eden.com"
  },
  "_npmVersion": "1.4.10",
  "_phantomChildren": {},
  "_requested": {
    "raw": "ws@0.4.x",
    "scope": null,
    "escapedName": "ws",
    "name": "ws",
    "rawSpec": "0.4.x",
    "spec": ">=0.4.0 <0.5.0",
    "type": "range"
  },
  "_requiredBy": [
    "/socket.io-client"
  ],
  "_resolved": "https://registry.npmjs.org/ws/-/ws-0.4.32.tgz",
  "_shasum": "787a6154414f3c99ed83c5772153b20feb0cec32",
  "_shrinkwrap": null,
  "_spec": "ws@0.4.x",
  "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\socket.io-client",
  "author": {
    "name": "Einar Otto Stangvik",
    "email": "einaros@gmail.com",
    "url": "http://2x.io"
  },
  "bin": {
    "wscat": "./bin/wscat"
  },
  "browser": "./lib/browser.js",
  "bugs": {
    "url": "https://github.com/einaros/ws/issues"
  },
  "component": {
    "scripts": {
      "ws/index.js": "./lib/browser.js"
    }
  },
  "dependencies": {
    "commander": "~2.1.0",
    "nan": "~1.0.0",
    "options": ">=0.0.5",
    "tinycolor": "0.x"
  },
  "description": "simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455",
  "devDependencies": {
    "ansi": "latest",
    "benchmark": "0.3.x",
    "expect.js": "0.2.x",
    "mocha": "1.12.0",
    "should": "1.2.x"
  },
  "directories": {},
  "dist": {
    "shasum": "787a6154414f3c99ed83c5772153b20feb0cec32",
    "tarball": "https://registry.npmjs.org/ws/-/ws-0.4.32.tgz"
  },
  "engines": {
    "node": ">=0.4.0"
  },
  "gypfile": true,
  "homepage": "https://github.com/einaros/ws",
  "keywords": [
    "Hixie",
    "HyBi",
    "Push",
    "RFC-6455",
    "WebSocket",
    "WebSockets",
    "real-time"
  ],
  "maintainers": [
    {
      "name": "einaros",
      "email": "einaros@gmail.com"
    },
    {
      "name": "V1",
      "email": "info@3rd-Eden.com"
    }
  ],
  "name": "ws",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/einaros/ws.git"
  },
  "scripts": {
    "install": "(node-gyp rebuild 2> builderror.log) || (exit 0)",
    "test": "make test"
  },
  "version": "0.4.32"
}