UNPKG

@cdktf/node-pty-prebuilt-multiarch

Version:
79 lines (78 loc) 2.12 kB
{ "name": "@cdktf/node-pty-prebuilt-multiarch", "description": "Fork pseudoterminals in Node.JS", "author": { "name": "Microsoft Corporation" }, "version": "0.10.2", "license": "MIT", "main": "./lib/index.js", "types": "./typings/node-pty.d.ts", "repository": { "type": "git", "url": "git://github.com/cdktf/node-pty-prebuilt-multiarch.git" }, "files": [ "binding.gyp", "lib/", "scripts/", "src/", "deps/", "typings/", "prebuilds/win32-x64", "prebuilds/darwin-x64", "prebuilds/darwin-arm64", "prebuilds/linux-x64", "prebuilds/linux-ia32", "prebuilds/linux-arm", "prebuilds/linux-arm64" ], "homepage": "https://github.com/cdktf/node-pty-prebuilt-multiarch", "bugs": { "url": "https://github.com/cdktf/node-pty-prebuilt-multiarch/issues" }, "keywords": [ "pty", "tty", "terminal", "pseudoterminal", "forkpty", "openpty" ], "scripts": { "build": "tsc -b ./src/tsconfig.json", "watch": "tsc -b -w ./src/tsconfig.json", "lint": "eslint -c .eslintrc.js --ext .ts src/", "install": "node scripts/check-prebuild.js || prebuild-install || node scripts/install.js", "postinstall": "node scripts/post-install.js", "test": "cross-env NODE_ENV=test mocha -R spec --exit lib/*.test.js", "posttest": "npm run lint", "prepare": "npm run build", "prepublishOnly": "npm run build" }, "dependencies": { "nan": "^2.14.2", "prebuild-install": "^7.1.3" }, "resolutions": { "node-abi": "4.2.0" }, "devDependencies": { "@types/mocha": "^10.0.6", "@types/node": "8", "@typescript-eslint/eslint-plugin": "^2.27.0", "@typescript-eslint/parser": "^2.27.0", "cross-env": "^7.0.3", "decompress": "^4.2.1", "decompress-targz": "^4.1.1", "eslint": "^6.8.0", "mocha": "^10.4.0", "node-abi": "4.2.0", "node-gyp": "^9.3.0", "prebuild": "^12.1.0", "prebuildify": "^5.0.1", "ps-list": "^6.0.0", "typescript": "^3.8.3" }, "packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447" }