aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/ws/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/ws/package.json')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/ws/package.json115
1 files changed, 0 insertions, 115 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/ws/package.json b/vnfmarket/src/main/webapp/vnfmarket/node_modules/ws/package.json
deleted file mode 100644
index f05a67b9..00000000
--- a/vnfmarket/src/main/webapp/vnfmarket/node_modules/ws/package.json
+++ /dev/null
@@ -1,115 +0,0 @@
-{
- "_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"
-}