mirror of https://github.com/pulumi/pulumi.git
89 lines
2.7 KiB
JSON
89 lines
2.7 KiB
JSON
{
|
|
"name": "@pulumi/pulumi",
|
|
"version": "3.140.1",
|
|
"description": "Pulumi's Node.js SDK",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/pulumi/pulumi.git",
|
|
"directory": "sdk/nodejs"
|
|
},
|
|
"dependencies": {
|
|
"@grpc/grpc-js": "^1.10.1",
|
|
"@logdna/tail-file": "^2.0.6",
|
|
"@npmcli/arborist": "^7.3.1",
|
|
"@opentelemetry/api": "^1.9",
|
|
"@opentelemetry/exporter-zipkin": "^1.25",
|
|
"@opentelemetry/instrumentation": "^0.52",
|
|
"@opentelemetry/instrumentation-grpc": "^0.52",
|
|
"@opentelemetry/resources": "^1.25",
|
|
"@opentelemetry/sdk-trace-base": "^1.25",
|
|
"@opentelemetry/sdk-trace-node": "^1.25",
|
|
"@opentelemetry/semantic-conventions": "^1.25",
|
|
"@pulumi/query": "^0.3.0",
|
|
"@types/google-protobuf": "^3.15.5",
|
|
"@types/semver": "^7.5.6",
|
|
"@types/tmp": "^0.2.6",
|
|
"execa": "^5.1.0",
|
|
"fdir": "^6.1.1",
|
|
"google-protobuf": "^3.5.0",
|
|
"got": "^11.8.6",
|
|
"ini": "^2.0.0",
|
|
"js-yaml": "^3.14.0",
|
|
"minimist": "^1.2.6",
|
|
"normalize-package-data": "^6.0.0",
|
|
"picomatch": "^3.0.1",
|
|
"pkg-dir": "^7.0.0",
|
|
"require-from-string": "^2.0.1",
|
|
"semver": "^7.5.2",
|
|
"source-map-support": "^0.5.6",
|
|
"tmp": "^0.2.1",
|
|
"upath": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.8.2",
|
|
"@types/ini": "^1.3.31",
|
|
"@types/js-yaml": "^3.12.5",
|
|
"@types/minimist": "^1.2.0",
|
|
"@types/mocha": "^2.2.42",
|
|
"@types/node": "14.18.3",
|
|
"@types/normalize-package-data": "^2.4.0",
|
|
"@types/picomatch": "^2.3.3",
|
|
"@types/sinon": "^10.0.13",
|
|
"@types/split2": "^2.1.6",
|
|
"@types/uuid": "^9.0.7",
|
|
"@typescript-eslint/eslint-plugin": "^4.29.0",
|
|
"@typescript-eslint/parser": "^4.29.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-header": "^3.1.1",
|
|
"eslint-plugin-import": "^2.23.4",
|
|
"mocha": "^9.0.0",
|
|
"nyc": "^15.1.0",
|
|
"sinon": "^14.0.0",
|
|
"ts-node": "^7.0.1",
|
|
"typescript": "~3.8.3"
|
|
},
|
|
"peerDependencies": {
|
|
"ts-node": ">= 7.0.1 < 12",
|
|
"typescript": ">= 3.8.3 < 6"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
},
|
|
"ts-node": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"pulumi": {
|
|
"comment": "Do not remove. Marks this as as a deployment-time-only package"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"mocha": {
|
|
"require": ["ts-node/register", "source-map-support/register"]
|
|
},
|
|
"//": ["NOTE: @types/node is pinned due to grpc/grpc-node#2002"]
|
|
}
|