UNPKG

1.65 kBJSONView Raw
1{
2 "name": "@azure-tools/uri",
3 "version": "3.0.238",
4 "patchOffset": 100,
5 "description": "Common URI handling code.",
6 "main": "./dist/main.js",
7 "typings": "./dist/main.d.ts",
8 "engines": {
9 "node": ">=10.12.0"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/Azure/perks.git"
14 },
15 "scripts": {
16 "build": "tsc -p .",
17 "watch": "tsc -p . --watch",
18 "eslint-fix": "eslint . --fix --ext .ts",
19 "eslint": "eslint . --ext .ts",
20 "prepare": "npm run build",
21 "test": "npm run build && mocha dist/test --timeout 50000",
22 "testci": "npm run build && mocha dist/test --timeout 50000",
23 "clean": "ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash",
24 "clean-cmd": "if exist dist rmdir /s /q dist && exit 0 || exit 0 ",
25 "clean-bash": "rm nul && rm -rf dist && exit 0 || exit 0"
26 },
27 "keywords": [
28 "perks",
29 "async",
30 "autorest",
31 "azure",
32 "typescript"
33 ],
34 "author": "Microsoft",
35 "license": "MIT",
36 "bugs": {
37 "url": "https://github.com/Azure/perks/issues"
38 },
39 "homepage": "https://github.com/Azure/perks/tree/master/uri#readme",
40 "readme": "https://github.com/Azure/perks/tree/master/uri/readme.md",
41 "devDependencies": {
42 "mocha-typescript": "1.1.17",
43 "@types/mocha": "5.2.5",
44 "@types/node": "12.7.2",
45 "mocha": "5.2.0",
46 "@typescript-eslint/eslint-plugin": "~2.6.0",
47 "@typescript-eslint/parser": "~2.6.0",
48 "eslint": "~6.6.0",
49 "typescript": "~3.7.2"
50 },
51 "dependencies": {
52 "get-uri": "~2.0.2",
53 "urijs": "~1.19.1",
54 "file-url": "2.0.2",
55 "@azure-tools/async-io": "~3.0.237"
56 }
57}
\No newline at end of file