aboutsummaryrefslogtreecommitdiff
path: root/node_modules/typed-rest-client/package.json
blob: c773bdfcd18f68876b24870c51ab66ff994c1cbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
  "_from": "typed-rest-client@^1.4.0",
  "_id": "typed-rest-client@1.5.0",
  "_inBundle": false,
  "_integrity": "sha512-DVZRlmsfnTjp6ZJaatcdyvvwYwbWvR4YDNFDqb+qdTxpvaVP99YCpBkA8rxsLtAPjBVoDe4fNsnMIdZTiPuKWg==",
  "_location": "/typed-rest-client",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "typed-rest-client@^1.4.0",
    "name": "typed-rest-client",
    "escapedName": "typed-rest-client",
    "rawSpec": "^1.4.0",
    "saveSpec": null,
    "fetchSpec": "^1.4.0"
  },
  "_requiredBy": [
    "/@actions/tool-cache"
  ],
  "_resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-1.5.0.tgz",
  "_shasum": "c0dda6e775b942fd46a2d99f2160a94953206fc2",
  "_spec": "typed-rest-client@^1.4.0",
  "_where": "/home/jodersky/p/setup-scala-2/node_modules/@actions/tool-cache",
  "author": {
    "name": "Microsoft Corporation"
  },
  "bugs": {
    "url": "https://github.com/Microsoft/typed-rest-client/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "tunnel": "0.0.4",
    "underscore": "1.8.3"
  },
  "deprecated": false,
  "description": "Node Rest and Http Clients for use with TypeScript",
  "devDependencies": {
    "@types/mocha": "^2.2.44",
    "@types/node": "^6.0.92",
    "@types/shelljs": "0.7.4",
    "mocha": "^3.5.3",
    "nock": "9.6.1",
    "react-scripts": "1.1.5",
    "semver": "4.3.3",
    "shelljs": "0.7.6",
    "typescript": "3.1.5"
  },
  "homepage": "https://github.com/Microsoft/typed-rest-client#readme",
  "keywords": [
    "rest",
    "http",
    "client",
    "typescript",
    "node"
  ],
  "license": "MIT",
  "main": "./RestClient.js",
  "name": "typed-rest-client",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Microsoft/typed-rest-client.git"
  },
  "scripts": {
    "bt": "node make.js buildtest",
    "build": "node make.js build",
    "samples": "node make.js samples",
    "test": "node make.js test",
    "units": "node make.js units",
    "validate": "node make.js validate"
  },
  "version": "1.5.0"
}