{
  "name": "@lydell/node-pty-linux-x64",
  "version": "1.2.0-beta.3",
  "description": "The node-pty package, stripped down only for linux-x64.",
  "repository": {
    "type": "git",
    "url": "git://github.com/lydell/node-pty.git"
  },
  "license": "MIT",
  "type": "commonjs",
  "exports": "./lib/index.js",
  "os": [
    "linux"
  ],
  "cpu": [
    "x64"
  ]
}