@inst/vscode-bin-darwin
Version:
BINARY ONLY - VSCode binary deployment for macOS
93 lines (92 loc) • 2.47 kB
JSON
{
"_args": [
[
{
"raw": "node-pty@https://registry.npmjs.org/node-pty/-/node-pty-0.7.0.tgz",
"scope": null,
"escapedName": "node-pty",
"name": "node-pty",
"rawSpec": "https://registry.npmjs.org/node-pty/-/node-pty-0.7.0.tgz",
"spec": "https://registry.npmjs.org/node-pty/-/node-pty-0.7.0.tgz",
"type": "remote"
},
"/Users/code/tfs/agent3/_work/2/s"
]
],
"_from": "node-pty@0.7.0",
"_id": "node-pty@0.7.0",
"_inCache": true,
"_location": "/node-pty",
"_phantomChildren": {},
"_requested": {
"raw": "node-pty@https://registry.npmjs.org/node-pty/-/node-pty-0.7.0.tgz",
"scope": null,
"escapedName": "node-pty",
"name": "node-pty",
"rawSpec": "https://registry.npmjs.org/node-pty/-/node-pty-0.7.0.tgz",
"spec": "https://registry.npmjs.org/node-pty/-/node-pty-0.7.0.tgz",
"type": "remote"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/node-pty/-/node-pty-0.7.0.tgz",
"_shasum": "993038692d3a2921811a152658fc7dc211323ac2",
"_shrinkwrap": null,
"_spec": "node-pty@https://registry.npmjs.org/node-pty/-/node-pty-0.7.0.tgz",
"_where": "/Users/code/tfs/agent3/_work/2/s",
"author": {
"name": "Daniel Imms"
},
"bugs": {
"url": "https://github.com/Tyriar/node-pty/issues"
},
"dependencies": {
"nan": "^2.6.2"
},
"description": "Fork pseudoterminals in Node.JS",
"devDependencies": {
"@types/mocha": "^2.2.41",
"@types/node": "^6.0.58",
"cross-env": "^3.2.4",
"mocha": "^3.1.2",
"pollUntil": "^1.0.3",
"tslint": "^4.3.1",
"typescript": "^2.1.4"
},
"files": [
"binding.gyp",
"lib/",
"scripts/",
"src/",
"deps/"
],
"homepage": "https://github.com/Tyriar/node-pty",
"keywords": [
"pty",
"tty",
"terminal",
"pseudoterminal",
"forkpty",
"openpty"
],
"license": "MIT",
"main": "./lib/index.js",
"name": "node-pty",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/Tyriar/node-pty.git"
},
"scripts": {
"install": "node scripts/install.js",
"postinstall": "node scripts/post-install.js",
"prepublish": "npm run tsc",
"test": "cross-env NODE_ENV=test mocha -R spec lib/*.test.js",
"tsc": "tsc",
"tslint": "tslint src/**/*.ts"
},
"types": "./lib/index.d.ts",
"version": "0.7.0"
}