File size: 740 Bytes
c32229e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "@lydell/node-pty",
  "description": "node-pty with prebuilt binaries",
  "author": "Simon Lydell",
  "version": "1.1.0",
  "license": "MIT",
  "main": "./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-x64": "1.1.0",
    "@lydell/node-pty-darwin-arm64": "1.1.0",
    "@lydell/node-pty-linux-x64": "1.1.0",
    "@lydell/node-pty-linux-arm64": "1.1.0",
    "@lydell/node-pty-win32-x64": "1.1.0",
    "@lydell/node-pty-win32-arm64": "1.1.0"
  }
}