UNPKG

1.43 kBJSONView Raw
1{
2 "name": "@microsoft.azure/async-io",
3 "version": "2.0.7",
4 "description": "Promisify'd asnyc wrappers (for Azure Open Source Projects)",
5 "main": "./dist/main.js",
6 "typings": "./dist/main.d.ts",
7 "engines": {
8 "node": ">=7.10.0"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/Azure/perks.async-io.git"
13 },
14 "scripts": {
15 "build": "tsc -p .",
16 "prepare": "npm run build",
17 "test": "npm run build && mocha dist/test ",
18 "publish-preview": "npm test && node ./.scripts/publish",
19 "unpack": "shx rm -rf ./package && yarn pack && gzip -cd *.tgz | tar xv && erase *.tgz"
20 },
21 "keywords": [
22 "perks",
23 "async",
24 "autorest",
25 "azure",
26 "typescript"
27 ],
28 "author": "Microsoft",
29 "license": "MIT",
30 "bugs": {
31 "url": "https://github.com/Azure/perks.async-io/issues"
32 },
33 "homepage": "https://github.com/Azure/perks.async-io#readme",
34 "readme": "https://github.com/Azure/perks.async-io/readme.md",
35 "devDependencies": {
36 "@types/node": "^8.0.51",
37 "@types/pify": "0.0.28",
38 "mocha": "3.2.0",
39 "mocha-typescript": "^1.1.4",
40 "semver": "^5.4.1",
41 "shx": "^0.2.2",
42 "typescript": "^2.6.1",
43 "yarn": "^1.3.2"
44 },
45 "dependencies": {
46 "@microsoft.azure/tasks": "^2.0.12",
47 "file-url": "2.0.2",
48 "get-uri": "^2.0.1",
49 "pify": "^2.3.0",
50 "proper-lockfile": "^2.0.1",
51 "strip-bom": "3.0.0",
52 "urijs": "~1.18.10"
53 }
54}