summaryrefslogtreecommitdiff
path: root/node_modules/ws/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/ws/package.json')
-rw-r--r--node_modules/ws/package.json120
1 files changed, 120 insertions, 0 deletions
diff --git a/node_modules/ws/package.json b/node_modules/ws/package.json
new file mode 100644
index 0000000..d90a29c
--- /dev/null
+++ b/node_modules/ws/package.json
@@ -0,0 +1,120 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "ws@^1.1.0",
+ "scope": null,
+ "escapedName": "ws",
+ "name": "ws",
+ "rawSpec": "^1.1.0",
+ "spec": ">=1.1.0 <2.0.0",
+ "type": "range"
+ },
+ "F:\\Coding\\JavaScript\\AleeBot\\node_modules\\discord.js"
+ ]
+ ],
+ "_from": "ws@>=1.1.0 <2.0.0",
+ "_id": "ws@1.1.4",
+ "_inCache": true,
+ "_location": "/ws",
+ "_nodeVersion": "7.7.2",
+ "_npmOperationalInternal": {
+ "host": "packages-12-west.internal.npmjs.com",
+ "tmp": "tmp/ws-1.1.4.tgz_1489230923644_0.4469207131769508"
+ },
+ "_npmUser": {
+ "name": "lpinca",
+ "email": "luigipinca@gmail.com"
+ },
+ "_npmVersion": "4.1.2",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "ws@^1.1.0",
+ "scope": null,
+ "escapedName": "ws",
+ "name": "ws",
+ "rawSpec": "^1.1.0",
+ "spec": ">=1.1.0 <2.0.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/discord.js"
+ ],
+ "_resolved": "https://registry.npmjs.org/ws/-/ws-1.1.4.tgz",
+ "_shasum": "57f40d036832e5f5055662a397c4de76ed66bf61",
+ "_shrinkwrap": null,
+ "_spec": "ws@^1.1.0",
+ "_where": "F:\\Coding\\JavaScript\\AleeBot\\node_modules\\discord.js",
+ "author": {
+ "name": "Einar Otto Stangvik",
+ "email": "einaros@gmail.com",
+ "url": "http://2x.io"
+ },
+ "bugs": {
+ "url": "https://github.com/websockets/ws/issues"
+ },
+ "dependencies": {
+ "options": ">=0.0.5",
+ "ultron": "1.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": "0.3.x",
+ "benchmark": "0.3.x",
+ "bufferutil": "1.2.x",
+ "expect.js": "0.3.x",
+ "istanbul": "^0.4.1",
+ "mocha": "2.3.x",
+ "should": "8.0.x",
+ "tinycolor": "0.0.x",
+ "utf-8-validate": "1.2.x"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "57f40d036832e5f5055662a397c4de76ed66bf61",
+ "tarball": "https://registry.npmjs.org/ws/-/ws-1.1.4.tgz"
+ },
+ "gitHead": "19106a14d1782bed6f3b12a612e1a73a4970fdbe",
+ "gypfile": true,
+ "homepage": "https://github.com/websockets/ws#readme",
+ "keywords": [
+ "Hixie",
+ "HyBi",
+ "Push",
+ "RFC-6455",
+ "WebSocket",
+ "WebSockets",
+ "real-time"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "maintainers": [
+ {
+ "name": "3rdeden",
+ "email": "npm@3rd-Eden.com"
+ },
+ {
+ "name": "einaros",
+ "email": "einaros@gmail.com"
+ },
+ {
+ "name": "lpinca",
+ "email": "luigipinca@gmail.com"
+ },
+ {
+ "name": "v1",
+ "email": "npm@3rd-Eden.com"
+ }
+ ],
+ "name": "ws",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/websockets/ws.git"
+ },
+ "scripts": {
+ "test": "make test"
+ },
+ "version": "1.1.4"
+}