blob: a0bce6b53accc964fdf39f2879739f8f33348893 [file] [log] [blame]
{
"_from": "typed-rest-client@^1.5.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.5.0",
"name": "typed-rest-client",
"escapedName": "typed-rest-client",
"rawSpec": "^1.5.0",
"saveSpec": null,
"fetchSpec": "^1.5.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.5.0",
"_where": "/home/stCarolas/Coding/projects/setup-maven",
"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"
}