@microsoft.azure/async-io
Version:
Promisify'd asnyc wrappers (for Azure Open Source Projects)
56 lines (55 loc) • 1.48 kB
JSON
{
"name": "@microsoft.azure/async-io",
"version": "2.0.21",
"description": "Promisify'd asnyc wrappers (for Azure Open Source Projects)",
"main": "./dist/main.js",
"typings": "./dist/main.d.ts",
"engines": {
"node": ">=7.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/perks.async-io.git"
},
"scripts": {
"build": "tsc -p .",
"prepare": "npm run build",
"test": "npm run build && mocha dist/test",
"testci": "npm run build && mocha dist/test",
"publish-preview": "npm test && node ./.scripts/publish",
"unpack": "shx rm -rf ./package && yarn pack && gzip -cd *.tgz | tar xv && erase *.tgz"
},
"keywords": [
"perks",
"async",
"autorest",
"azure",
"typescript"
],
"author": "Microsoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure/perks.async-io/issues"
},
"homepage": "https://github.com/Azure/perks.async-io#readme",
"readme": "https://github.com/Azure/perks.async-io/readme.md",
"devDependencies": {
"@types/node": "10.9.4",
"@types/pify": "0.0.28",
"mocha": "^5.0.0",
"mocha-typescript": "1.1.17",
"semver": "^5.4.1",
"shx": "^0.2.2",
"typescript": "^3.0.0",
"yarn": "^1.3.2"
},
"dependencies": {
"@microsoft.azure/tasks": "2.0.27",
"file-url": "2.0.2",
"get-uri": "^2.0.1",
"pify": "^2.3.0",
"proper-lockfile": "^2.0.1",
"strip-bom": "3.0.0",
"urijs": "~1.18.10"
}
}