Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / ws / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "ws@0.4.x",
6         "scope": null,
7         "escapedName": "ws",
8         "name": "ws",
9         "rawSpec": "0.4.x",
10         "spec": ">=0.4.0 <0.5.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\socket.io-client"
14     ]
15   ],
16   "_from": "ws@>=0.4.0 <0.5.0",
17   "_id": "ws@0.4.32",
18   "_inCache": true,
19   "_location": "/ws",
20   "_npmUser": {
21     "name": "V1",
22     "email": "info@3rd-Eden.com"
23   },
24   "_npmVersion": "1.4.10",
25   "_phantomChildren": {},
26   "_requested": {
27     "raw": "ws@0.4.x",
28     "scope": null,
29     "escapedName": "ws",
30     "name": "ws",
31     "rawSpec": "0.4.x",
32     "spec": ">=0.4.0 <0.5.0",
33     "type": "range"
34   },
35   "_requiredBy": [
36     "/socket.io-client"
37   ],
38   "_resolved": "https://registry.npmjs.org/ws/-/ws-0.4.32.tgz",
39   "_shasum": "787a6154414f3c99ed83c5772153b20feb0cec32",
40   "_shrinkwrap": null,
41   "_spec": "ws@0.4.x",
42   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\socket.io-client",
43   "author": {
44     "name": "Einar Otto Stangvik",
45     "email": "einaros@gmail.com",
46     "url": "http://2x.io"
47   },
48   "bin": {
49     "wscat": "./bin/wscat"
50   },
51   "browser": "./lib/browser.js",
52   "bugs": {
53     "url": "https://github.com/einaros/ws/issues"
54   },
55   "component": {
56     "scripts": {
57       "ws/index.js": "./lib/browser.js"
58     }
59   },
60   "dependencies": {
61     "commander": "~2.1.0",
62     "nan": "~1.0.0",
63     "options": ">=0.0.5",
64     "tinycolor": "0.x"
65   },
66   "description": "simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455",
67   "devDependencies": {
68     "ansi": "latest",
69     "benchmark": "0.3.x",
70     "expect.js": "0.2.x",
71     "mocha": "1.12.0",
72     "should": "1.2.x"
73   },
74   "directories": {},
75   "dist": {
76     "shasum": "787a6154414f3c99ed83c5772153b20feb0cec32",
77     "tarball": "https://registry.npmjs.org/ws/-/ws-0.4.32.tgz"
78   },
79   "engines": {
80     "node": ">=0.4.0"
81   },
82   "gypfile": true,
83   "homepage": "https://github.com/einaros/ws",
84   "keywords": [
85     "Hixie",
86     "HyBi",
87     "Push",
88     "RFC-6455",
89     "WebSocket",
90     "WebSockets",
91     "real-time"
92   ],
93   "maintainers": [
94     {
95       "name": "einaros",
96       "email": "einaros@gmail.com"
97     },
98     {
99       "name": "V1",
100       "email": "info@3rd-Eden.com"
101     }
102   ],
103   "name": "ws",
104   "optionalDependencies": {},
105   "readme": "ERROR: No README data found!",
106   "repository": {
107     "type": "git",
108     "url": "git://github.com/einaros/ws.git"
109   },
110   "scripts": {
111     "install": "(node-gyp rebuild 2> builderror.log) || (exit 0)",
112     "test": "make test"
113   },
114   "version": "0.4.32"
115 }