aboutsummaryrefslogtreecommitdiff
path: root/node_modules/ws/package.json
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-07-28 16:20:27 -0400
committerAlee14 <Alee14498@gmail.com>2017-07-28 16:20:27 -0400
commitd35e0862e6b60fe3c4f823371627359f3ce3e68b (patch)
treed98b788eb1abf0a8814207b993b4e22efe711deb /node_modules/ws/package.json
parent20993df62e7e38ed43428aafa5981afc3543bdea (diff)
downloadAleeBot-d35e0862e6b60fe3c4f823371627359f3ce3e68b.tar.gz
AleeBot-d35e0862e6b60fe3c4f823371627359f3ce3e68b.tar.bz2
AleeBot-d35e0862e6b60fe3c4f823371627359f3ce3e68b.zip
Removing node modules (go get them yourself :P)
Diffstat (limited to 'node_modules/ws/package.json')
-rw-r--r--node_modules/ws/package.json120
1 files changed, 0 insertions, 120 deletions
diff --git a/node_modules/ws/package.json b/node_modules/ws/package.json
deleted file mode 100644
index d90a29c..0000000
--- a/node_modules/ws/package.json
+++ /dev/null
@@ -1,120 +0,0 @@
-{
- "_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"
-}