npm modules updated

This commit is contained in:
2018-03-09 16:48:44 -05:00
parent fc9075c33f
commit 9916b559fd
78 changed files with 2820 additions and 511 deletions

206
node_modules/uws/build_log.txt generated vendored
View File

@@ -1,19 +1,187 @@
gyp ERR! configure error
gyp ERR! stack Error: Python executable "/usr/local/bin/python" is v3.6.4, which is not supported by gyp.
gyp ERR! stack You can pass the --python switch to point to Python >= v2.5.0 & < 3.0.0.
gyp ERR! stack at PythonFinder.failPythonVersion (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:492:19)
gyp ERR! stack at PythonFinder.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:474:14)
gyp ERR! stack at ChildProcess.exithandler (child_process.js:267:7)
gyp ERR! stack at emitTwo (events.js:126:13)
gyp ERR! stack at ChildProcess.emit (events.js:214:7)
gyp ERR! stack at maybeClose (internal/child_process.js:925:16)
gyp ERR! stack at Socket.stream.socket.on (internal/child_process.js:346:11)
gyp ERR! stack at emitOne (events.js:116:13)
gyp ERR! stack at Socket.emit (events.js:211:7)
gyp ERR! stack at Pipe._handle.close [as _onclose] (net.js:554:12)
gyp ERR! System Darwin 17.3.0
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Volumes/Clear Drive/Code/2406 Web Apps/Assignments/Assignment 3/project/node_modules/uws
gyp ERR! node -v v8.9.4
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok
CXX(target) Release/obj.target/uws/src/Extensions.o
CXX(target) Release/obj.target/uws/src/Group.o
CXX(target) Release/obj.target/uws/src/Networking.o
CXX(target) Release/obj.target/uws/src/Hub.o
CXX(target) Release/obj.target/uws/src/Node.o
CXX(target) Release/obj.target/uws/src/WebSocket.o
CXX(target) Release/obj.target/uws/src/HTTPSocket.o
CXX(target) Release/obj.target/uws/src/Socket.o
CXX(target) Release/obj.target/uws/src/addon.o
In file included from ../src/addon.cpp:3:
../src/http.h:31:55: warning: 'NewFromOneByte' is deprecated [-Wdeprecated-declarations]
args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) header.value, String::kNormalString, header.valueLength));
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8.h:2668:10: note: 'NewFromOneByte' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
In file included from ../src/addon.cpp:3:
../src/http.h:45:51: warning: 'NewFromOneByte' is deprecated [-Wdeprecated-declarations]
args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "GET", String::kNormalString, 3));
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8.h:2668:10: note: 'NewFromOneByte' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
In file included from ../src/addon.cpp:3:
../src/http.h:48:51: warning: 'NewFromOneByte' is deprecated [-Wdeprecated-declarations]
args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "PUT", String::kNormalString, 3));
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8.h:2668:10: note: 'NewFromOneByte' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
In file included from ../src/addon.cpp:3:
../src/http.h:51:51: warning: 'NewFromOneByte' is deprecated [-Wdeprecated-declarations]
args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "POST", String::kNormalString, 4));
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8.h:2668:10: note: 'NewFromOneByte' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
In file included from ../src/addon.cpp:3:
../src/http.h:54:51: warning: 'NewFromOneByte' is deprecated [-Wdeprecated-declarations]
args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "HEAD", String::kNormalString, 4));
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8.h:2668:10: note: 'NewFromOneByte' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
In file included from ../src/addon.cpp:3:
../src/http.h:57:51: warning: 'NewFromOneByte' is deprecated [-Wdeprecated-declarations]
args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "PATCH", String::kNormalString, 5));
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8.h:2668:10: note: 'NewFromOneByte' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
In file included from ../src/addon.cpp:3:
../src/http.h:60:51: warning: 'NewFromOneByte' is deprecated [-Wdeprecated-declarations]
args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "TRACE", String::kNormalString, 5));
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8.h:2668:10: note: 'NewFromOneByte' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
In file included from ../src/addon.cpp:3:
../src/http.h:63:51: warning: 'NewFromOneByte' is deprecated [-Wdeprecated-declarations]
args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "DELETE", String::kNormalString, 6));
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8.h:2668:10: note: 'NewFromOneByte' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
In file included from ../src/addon.cpp:3:
../src/http.h:66:51: warning: 'NewFromOneByte' is deprecated [-Wdeprecated-declarations]
args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "OPTIONS", String::kNormalString, 7));
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8.h:2668:10: note: 'NewFromOneByte' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
In file included from ../src/addon.cpp:3:
../src/http.h:69:51: warning: 'NewFromOneByte' is deprecated [-Wdeprecated-declarations]
args.GetReturnValue().Set(String::NewFromOneByte(args.GetIsolate(), (uint8_t *) "CONNECT", String::kNormalString, 7));
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8.h:2668:10: note: 'NewFromOneByte' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
In file included from ../src/addon.cpp:3:
../src/http.h:99:77: warning: 'NewInstance' is deprecated [-Wdeprecated-declarations]
Local<Object> reqObjectLocal = reqTemplateLocal->GetFunction()->NewInstance();
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8.h:3836:3: note: 'NewInstance' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version", Local<Object> NewInstance() const);
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
In file included from ../src/addon.cpp:3:
../src/http.h:149:39: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
for (int i = 0; i < headers->Length(); i++) {
~ ^ ~~~~~~~~~~~~~~~~~
../src/http.h:196:53: warning: 'NewInstance' is deprecated [-Wdeprecated-declarations]
return resTemplateLocal->GetFunction()->NewInstance();
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8.h:3836:3: note: 'NewInstance' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version", Local<Object> NewInstance() const);
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
In file included from ../src/addon.cpp:3:
../src/http.h:227:52: warning: 'NewFromOneByte' is deprecated [-Wdeprecated-declarations]
reqObject->SetInternalField(4, String::NewFromOneByte(isolate, (uint8_t *) req.getUrl().value, String::kNormalString, req.getUrl().valueLength));
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8.h:2668:10: note: 'NewFromOneByte' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
In file included from ../src/addon.cpp:3:
../src/http.h:293:110: warning: 'NewInstance' is deprecated [-Wdeprecated-declarations]
args.GetReturnValue().Set(newInstance = Local<Function>::New(args.GetIsolate(), httpPersistent)->NewInstance());
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8.h:3836:3: note: 'NewInstance' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version", Local<Object> NewInstance() const);
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
In file included from ../src/addon.cpp:3:
../src/http.h:320:80: warning: 'SetPrototype' is deprecated [-Wdeprecated-declarations]
express->Get(String::NewFromUtf8(isolate, "request"))->ToObject()->SetPrototype(Local<Object>::New(args.GetIsolate(), reqTemplate)->GetPrototype());
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8.h:3256:3: note: 'SetPrototype' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version", bool SetPrototype(Local<Value> prototype));
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
In file included from ../src/addon.cpp:3:
../src/http.h:321:81: warning: 'SetPrototype' is deprecated [-Wdeprecated-declarations]
express->Get(String::NewFromUtf8(isolate, "response"))->ToObject()->SetPrototype(Local<Object>::New(args.GetIsolate(), resTemplate)->GetPrototype());
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8.h:3256:3: note: 'SetPrototype' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version", bool SetPrototype(Local<Value> prototype));
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
In file included from ../src/addon.cpp:3:
../src/http.h:327:48: warning: 'NewInstance' is deprecated [-Wdeprecated-declarations]
args.GetReturnValue().Set(express->NewInstance());
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8.h:3836:3: note: 'NewInstance' has been explicitly marked deprecated here
V8_DEPRECATED("Use maybe version", Local<Object> NewInstance() const);
^
/Users/owenlejeune/.node-gyp/8.9.4/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
18 warnings generated.
SOLINK_MODULE(target) Release/uws.node
ACTION binding_gyp_action_after_build_target_move_lib uws
/bin/sh: Drive/Code/Javascript/AirHockey/node_modules/uws/build/Release/lib.host:/Volumes/Clear: No such file or directory
TOUCH Release/obj.target/action_after_build.stamp