aboutsummaryrefslogtreecommitdiffhomepage
path: root/node_modules/uws/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/uws/package.json')
-rw-r--r--node_modules/uws/package.json91
1 files changed, 91 insertions, 0 deletions
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"
+}