1.0.1 • Published 2 months ago

@lydell/node-pty v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@lydell/node-pty

Fork of microsoft/node-pty with prebuilt binaries.

  • Only supports platforms with prebuilt binaries. (Never builds with node-gyp at install.)
  • Removed support for old versions of Windows. (Removed winpty, only supports conpty.)

pty.js

microsoft/node-pty is forked from chjj/pty.js with the primary goals being to provide better support for later Node.js versions and Windows.

License

Copyright (c) 2012-2015, Christopher Jeffrey (MIT License). Copyright (c) 2016, Daniel Imms (MIT License). Copyright (c) 2018, Microsoft Corporation (MIT License).

Version

@lydell/node-pty@1.0.1 is based on node-pty@1.1.0-beta13 (commit 391347926a45bb0b9e2c9a9f837adc56592b3c4b).

Prebuilt binaries

This package includes prebuilt binaries for the following platforms and architectures:

  • macOS x86_64 (darwin-x64) (not tested)
  • macOS ARM64 (darwin-arm64)
  • Linux x86_64 (linux-x64)
  • Windows x86_64 (win32-x64)
  • Windows ARM64 (win32-arm64) (not tested)