UNPKG

@lydell/node-pty

Version:

Smaller distribution of node-pty.

37 lines 897 B
{ "name": "@lydell/node-pty", "description": "Smaller distribution of node-pty.", "author": "Simon Lydell", "version": "1.2.0-beta.12", "license": "MIT", "type": "commonjs", "exports": { ".": { "types": "./node-pty.d.ts", "default": "./index.js" } }, "types": "./node-pty.d.ts", "repository": { "type": "git", "url": "git://github.com/lydell/node-pty.git" }, "keywords": [ "pty", "tty", "terminal", "pseudoterminal", "forkpty", "openpty", "prebuild", "prebuilt" ], "optionalDependencies": { "@lydell/node-pty-darwin-arm64": "1.2.0-beta.12", "@lydell/node-pty-darwin-x64": "1.2.0-beta.12", "@lydell/node-pty-linux-arm64": "1.2.0-beta.12", "@lydell/node-pty-linux-x64": "1.2.0-beta.12", "@lydell/node-pty-win32-arm64": "1.2.0-beta.12", "@lydell/node-pty-win32-x64": "1.2.0-beta.12" } }