aboutsummaryrefslogtreecommitdiffhomepage
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.json127
1 files changed, 127 insertions, 0 deletions
diff --git a/node_modules/ws/package.json b/node_modules/ws/package.json
new file mode 100644
index 0000000..d007539
--- /dev/null
+++ b/node_modules/ws/package.json
@@ -0,0 +1,127 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "ws@~2.3.1",
+ "scope": null,
+ "escapedName": "ws",
+ "name": "ws",
+ "rawSpec": "~2.3.1",
+ "spec": ">=2.3.1 <2.4.0",
+ "type": "range"
+ },
+ "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/engine.io"
+ ]
+ ],
+ "_from": "ws@>=2.3.1 <2.4.0",
+ "_id": "ws@2.3.1",
+ "_inCache": true,
+ "_location": "/ws",
+ "_nodeVersion": "7.9.0",
+ "_npmOperationalInternal": {
+ "host": "packages-12-west.internal.npmjs.com",
+ "tmp": "tmp/ws-2.3.1.tgz_1492711201097_0.04034068179316819"
+ },
+ "_npmUser": {
+ "name": "lpinca",
+ "email": "luigipinca@gmail.com"
+ },
+ "_npmVersion": "4.2.0",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "ws@~2.3.1",
+ "scope": null,
+ "escapedName": "ws",
+ "name": "ws",
+ "rawSpec": "~2.3.1",
+ "spec": ">=2.3.1 <2.4.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/engine.io",
+ "/engine.io-client"
+ ],
+ "_resolved": "https://registry.npmjs.org/ws/-/ws-2.3.1.tgz",
+ "_shasum": "6b94b3e447cb6a363f785eaf94af6359e8e81c80",
+ "_shrinkwrap": null,
+ "_spec": "ws@~2.3.1",
+ "_where": "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/engine.io",
+ "author": {
+ "name": "Einar Otto Stangvik",
+ "email": "einaros@gmail.com",
+ "url": "http://2x.io"
+ },
+ "bugs": {
+ "url": "https://github.com/websockets/ws/issues"
+ },
+ "dependencies": {
+ "safe-buffer": "~5.0.1",
+ "ultron": "~1.1.0"
+ },
+ "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
+ "devDependencies": {
+ "benchmark": "~2.1.2",
+ "bufferutil": "~3.0.0",
+ "eslint": "~3.19.0",
+ "eslint-config-standard": "~10.2.0",
+ "eslint-plugin-import": "~2.2.0",
+ "eslint-plugin-node": "~4.2.0",
+ "eslint-plugin-promise": "~3.5.0",
+ "eslint-plugin-standard": "~3.0.0",
+ "mocha": "~3.2.0",
+ "nyc": "~10.2.0",
+ "utf-8-validate": "~3.0.0"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "6b94b3e447cb6a363f785eaf94af6359e8e81c80",
+ "tarball": "https://registry.npmjs.org/ws/-/ws-2.3.1.tgz"
+ },
+ "files": [
+ "index.js",
+ "lib"
+ ],
+ "gitHead": "732aaf06b76700f104eeff2740e1896be4e88199",
+ "homepage": "https://github.com/websockets/ws",
+ "keywords": [
+ "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+https://github.com/websockets/ws.git"
+ },
+ "scripts": {
+ "integration": "eslint . && mocha test/*.integration.js",
+ "lint": "eslint .",
+ "test": "eslint . && nyc --reporter=html --reporter=text mocha test/*.test.js"
+ },
+ "version": "2.3.1"
+}