aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/socket.io/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/socket.io/package.json')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/socket.io/package.json119
1 files changed, 119 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/socket.io/package.json b/vnfmarket/src/main/webapp/vnfmarket/node_modules/socket.io/package.json
new file mode 100644
index 00000000..e6acf884
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/node_modules/socket.io/package.json
@@ -0,0 +1,119 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "socket.io@0.9.16",
+ "scope": null,
+ "escapedName": "socket.io",
+ "name": "socket.io",
+ "rawSpec": "0.9.16",
+ "spec": "0.9.16",
+ "type": "version"
+ },
+ "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\karma"
+ ]
+ ],
+ "_from": "socket.io@0.9.16",
+ "_id": "socket.io@0.9.16",
+ "_inCache": true,
+ "_location": "/socket.io",
+ "_npmUser": {
+ "name": "rauchg",
+ "email": "rauchg@gmail.com"
+ },
+ "_npmVersion": "1.2.18",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "socket.io@0.9.16",
+ "scope": null,
+ "escapedName": "socket.io",
+ "name": "socket.io",
+ "rawSpec": "0.9.16",
+ "spec": "0.9.16",
+ "type": "version"
+ },
+ "_requiredBy": [
+ "/karma"
+ ],
+ "_resolved": "https://registry.npmjs.org/socket.io/-/socket.io-0.9.16.tgz",
+ "_shasum": "3bab0444e49b55fbbc157424dbd41aa375a51a76",
+ "_shrinkwrap": null,
+ "_spec": "socket.io@0.9.16",
+ "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\karma",
+ "author": {
+ "name": "Guillermo Rauch",
+ "email": "guillermo@learnboost.com"
+ },
+ "bugs": {
+ "url": "https://github.com/LearnBoost/socket.io/issues"
+ },
+ "contributors": [
+ {
+ "name": "Guillermo Rauch",
+ "email": "rauchg@gmail.com"
+ },
+ {
+ "name": "Arnout Kazemier",
+ "email": "info@3rd-eden.com"
+ },
+ {
+ "name": "Vladimir Dronnikov",
+ "email": "dronnikov@gmail.com"
+ },
+ {
+ "name": "Einar Otto Stangvik",
+ "email": "einaros@gmail.com"
+ }
+ ],
+ "dependencies": {
+ "base64id": "0.1.0",
+ "policyfile": "0.0.4",
+ "redis": "0.7.3",
+ "socket.io-client": "0.9.16"
+ },
+ "description": "Real-time apps made cross-browser & easy with a WebSocket-like API",
+ "devDependencies": {
+ "benchmark": "0.2.2",
+ "colors": "0.5.1",
+ "expresso": "0.9.2",
+ "microtime": "0.1.3-1",
+ "should": "*"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "3bab0444e49b55fbbc157424dbd41aa375a51a76",
+ "tarball": "https://registry.npmjs.org/socket.io/-/socket.io-0.9.16.tgz"
+ },
+ "engines": {
+ "node": ">= 0.4.0"
+ },
+ "homepage": "http://socket.io",
+ "keywords": [
+ "websocket",
+ "socket",
+ "realtime",
+ "socket.io",
+ "comet",
+ "ajax"
+ ],
+ "main": "index",
+ "maintainers": [
+ {
+ "name": "rauchg",
+ "email": "rauchg@gmail.com"
+ }
+ ],
+ "name": "socket.io",
+ "optionalDependencies": {
+ "redis": "0.7.3"
+ },
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/LearnBoost/socket.io.git"
+ },
+ "scripts": {
+ "test": "make test"
+ },
+ "version": "0.9.16"
+}