0
1
Fork 0
setup-go/node_modules/typed-rest-client/package.json

50 lines
1.4 KiB
JSON

{
"name": "typed-rest-client",
"version": "1.5.0",
"description": "Node Rest and Http Clients for use with TypeScript",
"main": "./RestClient.js",
"scripts": {
"build": "node make.js build",
"test": "node make.js test",
"bt": "node make.js buildtest",
"samples": "node make.js samples",
"units": "node make.js units",
"validate": "node make.js validate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/typed-rest-client.git"
},
"keywords": [
"rest",
"http",
"client",
"typescript",
"node"
],
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/typed-rest-client/issues"
},
"homepage": "https://github.com/Microsoft/typed-rest-client#readme",
"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",
"shelljs": "0.7.6",
"semver": "4.3.3",
"typescript": "3.1.5"
},
"dependencies": {
"tunnel": "0.0.4",
"underscore": "1.8.3"
}
,"_resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-1.5.0.tgz"
,"_integrity": "sha512-DVZRlmsfnTjp6ZJaatcdyvvwYwbWvR4YDNFDqb+qdTxpvaVP99YCpBkA8rxsLtAPjBVoDe4fNsnMIdZTiPuKWg=="
,"_from": "typed-rest-client@1.5.0"
}