pulumi/sdk/nodejs/package.json
Sean Gillespie 68911900fd
Graceful shutdown (#1320)
* Graceful RPC shutdown: CLI side

* Handle unavailable resource monitor in language hosts

* Fix a comment

* Don't commit package-lock.json

* fix mangled pylint pragma

* Rebase against master and fix Gopkg.lock

* Code review feedback

* Fix a race between closing the callerEventsOpt channel and terminating a goroutine that writes to it

* glog -> logging
2018-05-16 15:37:34 -07:00

25 lines
689 B
JSON

{
"name": "@pulumi/pulumi",
"version": "${VERSION}",
"description": "Pulumi's Node.js SDK",
"repository": "https://github.com/pulumi/pulumi/sdk/nodejs",
"devDependencies": {
"@types/minimist": "^1.2.0",
"@types/mocha": "^2.2.42",
"@types/node": "^8.0.25",
"istanbul": "^0.4.5",
"mocha": "^3.5.0",
"node-gyp": "^3.6.2",
"tslint": "^5.7.0"
},
"dependencies": {
"google-protobuf": "^3.5.0",
"grpc": "^1.6.0",
"minimist": "^1.2.0",
"protobufjs": "^6.8.6",
"require-from-string": "^2.0.1",
"source-map-support": "^0.4.16",
"typescript": "^2.5.2"
}
}