47 строки
1.3 KiB
JSON
47 строки
1.3 KiB
JSON
{
|
|
"name": "@microsoft/ads-service-downloader",
|
|
"version": "1.2.2",
|
|
"description": "Download a file and decompress it. Designed for use with Azure Data Studio",
|
|
"main": "out/main.js",
|
|
"typings": "out/main",
|
|
"scripts": {
|
|
"test": "mocha **/*.test.js",
|
|
"prepare": "npm run compile",
|
|
"compile": "tsc -p ./src",
|
|
"tslint": "tslint --project src/tsconfig.json --config tslint.json --rules-dir node_modules/tslint-microsoft-contrib",
|
|
"precommit": "npm run tslint"
|
|
},
|
|
"author": "Microsoft",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/async-retry": "^1.4.1",
|
|
"@types/mkdirp": "1.0.2",
|
|
"@types/mocha": "^9.1.1",
|
|
"@types/node": "^16.3.4",
|
|
"@types/rimraf": "^2.0.2",
|
|
"@types/tar": "^4.0.3",
|
|
"@types/tmp": "^0.0.33",
|
|
"@types/yauzl": "^2.9.1",
|
|
"husky": "^0.13.1",
|
|
"mocha": "^10.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"tslint": "^6.1.3",
|
|
"tslint-microsoft-contrib": "^6.0.0",
|
|
"typescript": "^4.8.0-dev.20220614"
|
|
},
|
|
"dependencies": {
|
|
"async-retry": "^1.2.3",
|
|
"eventemitter2": "^5.0.1",
|
|
"http-proxy-agent": "^5.0.0",
|
|
"https-proxy-agent": "^5.0.1",
|
|
"mkdirp": "1.0.4",
|
|
"tar": "^6.1.11",
|
|
"tmp": "^0.0.33",
|
|
"yauzl": "^2.10.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/microsoft/ads-service-downloader.git"
|
|
}
|
|
}
|