From 67fdec20726e48ba3a934cb25bb30d47ec4a4f29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20De=20La=20Pe=C3=B1a=20Smirnov?= Date: Wed, 29 Nov 2017 11:44:34 +0300 Subject: Initial commit, version 0.5.3 --- node_modules/uws/package.json | 91 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 node_modules/uws/package.json (limited to 'node_modules/uws/package.json') diff --git a/node_modules/uws/package.json b/node_modules/uws/package.json new file mode 100644 index 0000000..3db2c6a --- /dev/null +++ b/node_modules/uws/package.json @@ -0,0 +1,91 @@ +{ + "_args": [ + [ + { + "raw": "uws@~0.14.4", + "scope": null, + "escapedName": "uws", + "name": "uws", + "rawSpec": "~0.14.4", + "spec": ">=0.14.4 <0.15.0", + "type": "range" + }, + "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/engine.io" + ] + ], + "_from": "uws@>=0.14.4 <0.15.0", + "_id": "uws@0.14.5", + "_inCache": true, + "_location": "/uws", + "_nodeVersion": "5.11.0", + "_npmOperationalInternal": { + "host": "packages-18-east.internal.npmjs.com", + "tmp": "tmp/uws-0.14.5.tgz_1493399064525_0.939868062036112" + }, + "_npmUser": { + "name": "alexhultman", + "email": "alexhultman@gmail.com" + }, + "_npmVersion": "3.8.6", + "_phantomChildren": {}, + "_requested": { + "raw": "uws@~0.14.4", + "scope": null, + "escapedName": "uws", + "name": "uws", + "rawSpec": "~0.14.4", + "spec": ">=0.14.4 <0.15.0", + "type": "range" + }, + "_requiredBy": [ + "/engine.io" + ], + "_resolved": "https://registry.npmjs.org/uws/-/uws-0.14.5.tgz", + "_shasum": "67aaf33c46b2a587a5f6666d00f7691328f149dc", + "_shrinkwrap": null, + "_spec": "uws@~0.14.4", + "_where": "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/engine.io", + "author": { + "name": "Alex Hultman", + "email": "alexhultman@gmail.com", + "url": "https://github.com/alexhultman" + }, + "bugs": { + "url": "https://github.com/uWebSockets/uWebSockets/issues" + }, + "dependencies": {}, + "description": "Tiny WebSockets", + "devDependencies": {}, + "directories": {}, + "dist": { + "shasum": "67aaf33c46b2a587a5f6666d00f7691328f149dc", + "tarball": "https://registry.npmjs.org/uws/-/uws-0.14.5.tgz" + }, + "engines": { + "node": ">=4" + }, + "homepage": "https://github.com/uWebSockets/uWebSockets", + "keywords": [ + "tiny", + "websockets" + ], + "license": "Zlib", + "main": "uws.js", + "maintainers": [ + { + "name": "alexhultman", + "email": "alexhultman@gmail.com" + } + ], + "name": "uws", + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git+https://github.com/uWebSockets/uWebSockets.git" + }, + "scripts": { + "install": "node-gyp rebuild > build_log.txt 2>&1 || exit 0" + }, + "version": "0.14.5" +} -- cgit v1.2.3