Skip to content

Commit

Permalink
remove open npm module (#1258)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitsuman authored Oct 31, 2019
1 parent 29f03ba commit e532438
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 68 deletions.
87 changes: 37 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 17 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -980,59 +980,58 @@
},
"devDependencies": {
"@types/byline": "^4.2.31",
"@types/chai": "^4.2.0",
"@types/chai": "^4.2.4",
"@types/collections": "^5.0.0",
"@types/fs-extra": "^8.0.0",
"@types/fs-extra": "^8.0.1",
"@types/js-yaml": "^3.12.1",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.2",
"@types/request": "^2.48.2",
"@types/node": "^12.12.3",
"@types/request": "^2.48.3",
"@types/shelljs": "^0.8.5",
"@types/sinon": "^5.0.7",
"@types/sinon-chai": "^3.2.3",
"@types/string-format": "^2.0.0",
"@types/tmp": "0.1.0",
"@types/validator": "^10.11.2",
"@types/vscode": "^1.30.0",
"@types/validator": "^10.11.3",
"@types/vscode": "^1.39.0",
"chai": "^4.2.0",
"codecov": "^3.5.0",
"codecov": "^3.6.1",
"decache": "^4.5.1",
"glob": "^7.1.4",
"glob": "^7.1.5",
"istanbul": "^0.4.5",
"mocha": "^6.2.0",
"mocha": "^6.2.2",
"mocha-jenkins-reporter": "^0.4.2",
"proxyquire": "^2.1.3",
"remap-istanbul": "^0.13.0",
"sinon": "^7.4.1",
"sinon": "^7.5.0",
"sinon-chai": "^3.3.0",
"tmp": "0.1.0",
"tslint": "^5.19.0",
"typescript": "^3.6.2",
"vscode-test": "^1.2.0",
"tslint": "^5.20.0",
"typescript": "^3.6.4",
"vscode-test": "^1.2.2",
"walker": "^1.0.7"
},
"dependencies": {
"@kubernetes/client-node": "^0.10.2",
"@kubernetes/client-node": "^0.11.0",
"binary-search": "^1.3.6",
"byline": "^5.0.0",
"fs-extra": "^8.1.0",
"git-fetch-pack": "^0.1.1",
"git-transport-protocol": "^0.1.0",
"globby": "^10.0.1",
"hasha": "^5.0.0",
"hasha": "^5.1.0",
"js-yaml": "^3.13.1",
"mkdirp": "^0.5.1",
"open": "^6.4.0",
"request": "^2.88.0",
"request-progress": "^3.0.0",
"rxjs": "^6.5.2",
"rxjs": "^6.5.3",
"semver": "^6.3.0",
"shelljs": "^0.8.3",
"string-format": "^2.0.0",
"targz": "^1.0.1",
"unzip-stream": "^0.3.0",
"validator": "^11.1.0",
"validator": "^12.0.0",
"vscode-kubernetes-tools-api": "1.0.0"
}
}

0 comments on commit e532438

Please sign in to comment.