installed pty
authorVSORC <josuer08@gmail.com>
Thu, 14 Nov 2019 20:10:32 +0000 (16:10 -0400)
committerVSORC <josuer08@gmail.com>
Thu, 14 Nov 2019 20:10:32 +0000 (16:10 -0400)
commite79e4a5a87f3e84f7c1777f10a954453a69bf540
treea4c937fd6b348167fb9fb5a675302f5028ebbb32
parent4339da12467b75fb8b6ca831f4bf0081c485ed2c
parentde28a2e64b6daaf0878e132d6a949877420ac114
installed pty
295 files changed:
node_modules/node-pty/LICENSE
node_modules/node-pty/README.md
node_modules/node-pty/binding.gyp
node_modules/node-pty/build/Makefile
node_modules/node-pty/build/Release/pty.node
node_modules/node-pty/build/binding.Makefile
node_modules/node-pty/build/config.gypi
node_modules/node-pty/build/pty.target.mk
node_modules/node-pty/deps/.editorconfig
node_modules/node-pty/deps/winpty/.drone.yml
node_modules/node-pty/deps/winpty/.gitattributes
node_modules/node-pty/deps/winpty/.gitignore
node_modules/node-pty/deps/winpty/LICENSE
node_modules/node-pty/deps/winpty/Makefile
node_modules/node-pty/deps/winpty/README.md
node_modules/node-pty/deps/winpty/RELEASES.md
node_modules/node-pty/deps/winpty/VERSION.txt
node_modules/node-pty/deps/winpty/configure
node_modules/node-pty/deps/winpty/misc/.gitignore
node_modules/node-pty/deps/winpty/misc/BufferResizeTests.cc
node_modules/node-pty/deps/winpty/misc/ChangeScreenBuffer.cc
node_modules/node-pty/deps/winpty/misc/ClearConsole.cc
node_modules/node-pty/deps/winpty/misc/ConinMode.cc
node_modules/node-pty/deps/winpty/misc/ConinMode.ps1
node_modules/node-pty/deps/winpty/misc/ConoutMode.cc
node_modules/node-pty/deps/winpty/misc/DebugClient.py
node_modules/node-pty/deps/winpty/misc/DebugServer.py
node_modules/node-pty/deps/winpty/misc/DumpLines.py
node_modules/node-pty/deps/winpty/misc/EnableExtendedFlags.txt
node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/CP437-Consolas.txt
node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/CP437-Lucida.txt
node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/CP932.txt
node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/CP936.txt
node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/CP949.txt
node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/CP950.txt
node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/MinimumWindowWidths.txt
node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/Results.txt
node_modules/node-pty/deps/winpty/misc/Font-Report-June2016/Windows10SetFontBugginess.txt
node_modules/node-pty/deps/winpty/misc/FontSurvey.cc
node_modules/node-pty/deps/winpty/misc/FormatChar.h
node_modules/node-pty/deps/winpty/misc/FreezePerfTest.cc
node_modules/node-pty/deps/winpty/misc/GetCh.cc
node_modules/node-pty/deps/winpty/misc/GetConsolePos.cc
node_modules/node-pty/deps/winpty/misc/GetFont.cc
node_modules/node-pty/deps/winpty/misc/IdentifyConsoleWindow.ps1
node_modules/node-pty/deps/winpty/misc/IsNewConsole.cc
node_modules/node-pty/deps/winpty/misc/MouseInputNotes.txt
node_modules/node-pty/deps/winpty/misc/MoveConsoleWindow.cc
node_modules/node-pty/deps/winpty/misc/Notes.txt
node_modules/node-pty/deps/winpty/misc/OSVersion.cc
node_modules/node-pty/deps/winpty/misc/ScreenBufferFreezeInactive.cc
node_modules/node-pty/deps/winpty/misc/ScreenBufferTest.cc
node_modules/node-pty/deps/winpty/misc/ScreenBufferTest2.cc
node_modules/node-pty/deps/winpty/misc/SelectAllTest.cc
node_modules/node-pty/deps/winpty/misc/SetBufferSize.cc
node_modules/node-pty/deps/winpty/misc/SetCursorPos.cc
node_modules/node-pty/deps/winpty/misc/SetFont.cc
node_modules/node-pty/deps/winpty/misc/SetWindowRect.cc
node_modules/node-pty/deps/winpty/misc/ShowArgv.cc
node_modules/node-pty/deps/winpty/misc/ShowConsoleInput.cc
node_modules/node-pty/deps/winpty/misc/Spew.py
node_modules/node-pty/deps/winpty/misc/TestUtil.cc
node_modules/node-pty/deps/winpty/misc/UnicodeDoubleWidthTest.cc
node_modules/node-pty/deps/winpty/misc/UnicodeWideTest1.cc
node_modules/node-pty/deps/winpty/misc/UnicodeWideTest2.cc
node_modules/node-pty/deps/winpty/misc/UnixEcho.cc
node_modules/node-pty/deps/winpty/misc/Utf16Echo.cc
node_modules/node-pty/deps/winpty/misc/VeryLargeRead.cc
node_modules/node-pty/deps/winpty/misc/VkEscapeTest.cc
node_modules/node-pty/deps/winpty/misc/Win10ResizeWhileFrozen.cc
node_modules/node-pty/deps/winpty/misc/Win10WrapTest1.cc
node_modules/node-pty/deps/winpty/misc/Win10WrapTest2.cc
node_modules/node-pty/deps/winpty/misc/Win32Echo1.cc
node_modules/node-pty/deps/winpty/misc/Win32Echo2.cc
node_modules/node-pty/deps/winpty/misc/Win32Test1.cc
node_modules/node-pty/deps/winpty/misc/Win32Test2.cc
node_modules/node-pty/deps/winpty/misc/Win32Test3.cc
node_modules/node-pty/deps/winpty/misc/Win32Write1.cc
node_modules/node-pty/deps/winpty/misc/WindowsBugCrashReader.cc
node_modules/node-pty/deps/winpty/misc/WriteConsole.cc
node_modules/node-pty/deps/winpty/misc/build32.sh
node_modules/node-pty/deps/winpty/misc/build64.sh
node_modules/node-pty/deps/winpty/misc/color-test.sh
node_modules/node-pty/deps/winpty/misc/font-notes.txt
node_modules/node-pty/deps/winpty/misc/winbug-15048.cc
node_modules/node-pty/deps/winpty/ship/build-pty4j-libpty.bat
node_modules/node-pty/deps/winpty/ship/common_ship.py
node_modules/node-pty/deps/winpty/ship/make_msvc_package.py
node_modules/node-pty/deps/winpty/ship/ship.py
node_modules/node-pty/deps/winpty/src/agent/Agent.cc
node_modules/node-pty/deps/winpty/src/agent/Agent.h
node_modules/node-pty/deps/winpty/src/agent/AgentCreateDesktop.cc
node_modules/node-pty/deps/winpty/src/agent/AgentCreateDesktop.h
node_modules/node-pty/deps/winpty/src/agent/ConsoleFont.cc
node_modules/node-pty/deps/winpty/src/agent/ConsoleFont.h
node_modules/node-pty/deps/winpty/src/agent/ConsoleInput.cc
node_modules/node-pty/deps/winpty/src/agent/ConsoleInput.h
node_modules/node-pty/deps/winpty/src/agent/ConsoleInputReencoding.cc
node_modules/node-pty/deps/winpty/src/agent/ConsoleInputReencoding.h
node_modules/node-pty/deps/winpty/src/agent/ConsoleLine.cc
node_modules/node-pty/deps/winpty/src/agent/ConsoleLine.h
node_modules/node-pty/deps/winpty/src/agent/Coord.h
node_modules/node-pty/deps/winpty/src/agent/DebugShowInput.cc
node_modules/node-pty/deps/winpty/src/agent/DebugShowInput.h
node_modules/node-pty/deps/winpty/src/agent/DefaultInputMap.cc
node_modules/node-pty/deps/winpty/src/agent/DefaultInputMap.h
node_modules/node-pty/deps/winpty/src/agent/DsrSender.h
node_modules/node-pty/deps/winpty/src/agent/EventLoop.cc
node_modules/node-pty/deps/winpty/src/agent/EventLoop.h
node_modules/node-pty/deps/winpty/src/agent/InputMap.cc
node_modules/node-pty/deps/winpty/src/agent/InputMap.h
node_modules/node-pty/deps/winpty/src/agent/LargeConsoleRead.cc
node_modules/node-pty/deps/winpty/src/agent/LargeConsoleRead.h
node_modules/node-pty/deps/winpty/src/agent/NamedPipe.cc
node_modules/node-pty/deps/winpty/src/agent/NamedPipe.h
node_modules/node-pty/deps/winpty/src/agent/Scraper.cc
node_modules/node-pty/deps/winpty/src/agent/Scraper.h
node_modules/node-pty/deps/winpty/src/agent/SimplePool.h
node_modules/node-pty/deps/winpty/src/agent/SmallRect.h
node_modules/node-pty/deps/winpty/src/agent/Terminal.cc
node_modules/node-pty/deps/winpty/src/agent/Terminal.h
node_modules/node-pty/deps/winpty/src/agent/UnicodeEncoding.h
node_modules/node-pty/deps/winpty/src/agent/UnicodeEncodingTest.cc
node_modules/node-pty/deps/winpty/src/agent/Win32Console.cc
node_modules/node-pty/deps/winpty/src/agent/Win32Console.h
node_modules/node-pty/deps/winpty/src/agent/Win32ConsoleBuffer.cc
node_modules/node-pty/deps/winpty/src/agent/Win32ConsoleBuffer.h
node_modules/node-pty/deps/winpty/src/agent/main.cc
node_modules/node-pty/deps/winpty/src/agent/subdir.mk
node_modules/node-pty/deps/winpty/src/configurations.gypi
node_modules/node-pty/deps/winpty/src/debugserver/DebugServer.cc
node_modules/node-pty/deps/winpty/src/debugserver/subdir.mk
node_modules/node-pty/deps/winpty/src/include/winpty.h
node_modules/node-pty/deps/winpty/src/include/winpty_constants.h
node_modules/node-pty/deps/winpty/src/libwinpty/AgentLocation.cc
node_modules/node-pty/deps/winpty/src/libwinpty/AgentLocation.h
node_modules/node-pty/deps/winpty/src/libwinpty/LibWinptyException.h
node_modules/node-pty/deps/winpty/src/libwinpty/WinptyInternal.h
node_modules/node-pty/deps/winpty/src/libwinpty/subdir.mk
node_modules/node-pty/deps/winpty/src/libwinpty/winpty.cc
node_modules/node-pty/deps/winpty/src/shared/AgentMsg.h
node_modules/node-pty/deps/winpty/src/shared/BackgroundDesktop.cc
node_modules/node-pty/deps/winpty/src/shared/BackgroundDesktop.h
node_modules/node-pty/deps/winpty/src/shared/Buffer.cc
node_modules/node-pty/deps/winpty/src/shared/Buffer.h
node_modules/node-pty/deps/winpty/src/shared/DebugClient.cc
node_modules/node-pty/deps/winpty/src/shared/DebugClient.h
node_modules/node-pty/deps/winpty/src/shared/GenRandom.cc
node_modules/node-pty/deps/winpty/src/shared/GenRandom.h
node_modules/node-pty/deps/winpty/src/shared/GetCommitHash.bat
node_modules/node-pty/deps/winpty/src/shared/Mutex.h
node_modules/node-pty/deps/winpty/src/shared/OsModule.h
node_modules/node-pty/deps/winpty/src/shared/OwnedHandle.cc
node_modules/node-pty/deps/winpty/src/shared/OwnedHandle.h
node_modules/node-pty/deps/winpty/src/shared/PrecompiledHeader.h
node_modules/node-pty/deps/winpty/src/shared/StringBuilder.h
node_modules/node-pty/deps/winpty/src/shared/StringBuilderTest.cc
node_modules/node-pty/deps/winpty/src/shared/StringUtil.cc
node_modules/node-pty/deps/winpty/src/shared/StringUtil.h
node_modules/node-pty/deps/winpty/src/shared/TimeMeasurement.h
node_modules/node-pty/deps/winpty/src/shared/UnixCtrlChars.h
node_modules/node-pty/deps/winpty/src/shared/UpdateGenVersion.bat
node_modules/node-pty/deps/winpty/src/shared/WindowsSecurity.cc
node_modules/node-pty/deps/winpty/src/shared/WindowsSecurity.h
node_modules/node-pty/deps/winpty/src/shared/WindowsVersion.cc
node_modules/node-pty/deps/winpty/src/shared/WindowsVersion.h
node_modules/node-pty/deps/winpty/src/shared/WinptyAssert.cc
node_modules/node-pty/deps/winpty/src/shared/WinptyAssert.h
node_modules/node-pty/deps/winpty/src/shared/WinptyException.cc
node_modules/node-pty/deps/winpty/src/shared/WinptyException.h
node_modules/node-pty/deps/winpty/src/shared/WinptyVersion.cc
node_modules/node-pty/deps/winpty/src/shared/WinptyVersion.h
node_modules/node-pty/deps/winpty/src/shared/winpty_snprintf.h
node_modules/node-pty/deps/winpty/src/subdir.mk
node_modules/node-pty/deps/winpty/src/tests/subdir.mk
node_modules/node-pty/deps/winpty/src/tests/trivial_test.cc
node_modules/node-pty/deps/winpty/src/unix-adapter/InputHandler.cc
node_modules/node-pty/deps/winpty/src/unix-adapter/InputHandler.h
node_modules/node-pty/deps/winpty/src/unix-adapter/OutputHandler.cc
node_modules/node-pty/deps/winpty/src/unix-adapter/OutputHandler.h
node_modules/node-pty/deps/winpty/src/unix-adapter/Util.cc
node_modules/node-pty/deps/winpty/src/unix-adapter/Util.h
node_modules/node-pty/deps/winpty/src/unix-adapter/WakeupFd.cc
node_modules/node-pty/deps/winpty/src/unix-adapter/WakeupFd.h
node_modules/node-pty/deps/winpty/src/unix-adapter/main.cc
node_modules/node-pty/deps/winpty/src/unix-adapter/subdir.mk
node_modules/node-pty/deps/winpty/src/winpty.gyp
node_modules/node-pty/deps/winpty/vcbuild.bat
node_modules/node-pty/lib/conpty_console_list_agent.js
node_modules/node-pty/lib/conpty_console_list_agent.js.map
node_modules/node-pty/lib/eventEmitter2.js
node_modules/node-pty/lib/eventEmitter2.js.map
node_modules/node-pty/lib/eventEmitter2.test.js
node_modules/node-pty/lib/eventEmitter2.test.js.map
node_modules/node-pty/lib/index.js
node_modules/node-pty/lib/index.js.map
node_modules/node-pty/lib/interfaces.js
node_modules/node-pty/lib/interfaces.js.map
node_modules/node-pty/lib/terminal.js
node_modules/node-pty/lib/terminal.js.map
node_modules/node-pty/lib/terminal.test.js
node_modules/node-pty/lib/terminal.test.js.map
node_modules/node-pty/lib/testUtils.test.js
node_modules/node-pty/lib/testUtils.test.js.map
node_modules/node-pty/lib/types.js
node_modules/node-pty/lib/types.js.map
node_modules/node-pty/lib/unixTerminal.js
node_modules/node-pty/lib/unixTerminal.js.map
node_modules/node-pty/lib/unixTerminal.test.js
node_modules/node-pty/lib/unixTerminal.test.js.map
node_modules/node-pty/lib/utils.js
node_modules/node-pty/lib/utils.js.map
node_modules/node-pty/lib/windowsPtyAgent.js
node_modules/node-pty/lib/windowsPtyAgent.js.map
node_modules/node-pty/lib/windowsPtyAgent.test.js
node_modules/node-pty/lib/windowsPtyAgent.test.js.map
node_modules/node-pty/lib/windowsTerminal.js
node_modules/node-pty/lib/windowsTerminal.js.map
node_modules/node-pty/lib/windowsTerminal.test.js
node_modules/node-pty/lib/windowsTerminal.test.js.map
node_modules/node-pty/node_modules/nan/CHANGELOG.md
node_modules/node-pty/node_modules/nan/LICENSE.md
node_modules/node-pty/node_modules/nan/README.md
node_modules/node-pty/node_modules/nan/doc/asyncworker.md
node_modules/node-pty/node_modules/nan/doc/buffers.md
node_modules/node-pty/node_modules/nan/doc/callback.md
node_modules/node-pty/node_modules/nan/doc/converters.md
node_modules/node-pty/node_modules/nan/doc/errors.md
node_modules/node-pty/node_modules/nan/doc/json.md
node_modules/node-pty/node_modules/nan/doc/maybe_types.md
node_modules/node-pty/node_modules/nan/doc/methods.md
node_modules/node-pty/node_modules/nan/doc/new.md
node_modules/node-pty/node_modules/nan/doc/node_misc.md
node_modules/node-pty/node_modules/nan/doc/object_wrappers.md
node_modules/node-pty/node_modules/nan/doc/persistent.md
node_modules/node-pty/node_modules/nan/doc/scopes.md
node_modules/node-pty/node_modules/nan/doc/script.md
node_modules/node-pty/node_modules/nan/doc/string_bytes.md
node_modules/node-pty/node_modules/nan/doc/v8_internals.md
node_modules/node-pty/node_modules/nan/doc/v8_misc.md
node_modules/node-pty/node_modules/nan/include_dirs.js
node_modules/node-pty/node_modules/nan/nan.h
node_modules/node-pty/node_modules/nan/nan_callbacks.h
node_modules/node-pty/node_modules/nan/nan_callbacks_12_inl.h
node_modules/node-pty/node_modules/nan/nan_callbacks_pre_12_inl.h
node_modules/node-pty/node_modules/nan/nan_converters.h
node_modules/node-pty/node_modules/nan/nan_converters_43_inl.h
node_modules/node-pty/node_modules/nan/nan_converters_pre_43_inl.h
node_modules/node-pty/node_modules/nan/nan_define_own_property_helper.h
node_modules/node-pty/node_modules/nan/nan_implementation_12_inl.h
node_modules/node-pty/node_modules/nan/nan_implementation_pre_12_inl.h
node_modules/node-pty/node_modules/nan/nan_json.h
node_modules/node-pty/node_modules/nan/nan_maybe_43_inl.h
node_modules/node-pty/node_modules/nan/nan_maybe_pre_43_inl.h
node_modules/node-pty/node_modules/nan/nan_new.h
node_modules/node-pty/node_modules/nan/nan_object_wrap.h
node_modules/node-pty/node_modules/nan/nan_persistent_12_inl.h
node_modules/node-pty/node_modules/nan/nan_persistent_pre_12_inl.h
node_modules/node-pty/node_modules/nan/nan_private.h
node_modules/node-pty/node_modules/nan/nan_string_bytes.h
node_modules/node-pty/node_modules/nan/nan_typedarray_contents.h
node_modules/node-pty/node_modules/nan/nan_weak.h
node_modules/node-pty/node_modules/nan/package.json
node_modules/node-pty/node_modules/nan/tools/1to2.js
node_modules/node-pty/node_modules/nan/tools/README.md
node_modules/node-pty/node_modules/nan/tools/package.json
node_modules/node-pty/package.json
node_modules/node-pty/scripts/install.js
node_modules/node-pty/scripts/post-install.js
node_modules/node-pty/scripts/publish.js
node_modules/node-pty/src/conpty_console_list_agent.ts
node_modules/node-pty/src/eventEmitter2.test.ts
node_modules/node-pty/src/eventEmitter2.ts
node_modules/node-pty/src/index.ts
node_modules/node-pty/src/interfaces.ts
node_modules/node-pty/src/native.d.ts
node_modules/node-pty/src/terminal.test.ts
node_modules/node-pty/src/terminal.ts
node_modules/node-pty/src/testUtils.test.ts
node_modules/node-pty/src/types.ts
node_modules/node-pty/src/unix/pty.cc
node_modules/node-pty/src/unixTerminal.test.ts
node_modules/node-pty/src/unixTerminal.ts
node_modules/node-pty/src/utils.ts
node_modules/node-pty/src/win/conpty.cc
node_modules/node-pty/src/win/conpty_console_list.cc
node_modules/node-pty/src/win/path_util.cc
node_modules/node-pty/src/win/path_util.h
node_modules/node-pty/src/win/winpty.cc
node_modules/node-pty/src/windowsPtyAgent.test.ts
node_modules/node-pty/src/windowsPtyAgent.ts
node_modules/node-pty/src/windowsTerminal.test.ts
node_modules/node-pty/src/windowsTerminal.ts
node_modules/node-pty/typings/node-pty.d.ts
src/views/starter.ejs