UNPKG

azure

Version:
85 lines (84 loc) 2.26 kB
{ "_from": "ms-rest@^2.3.2", "_id": "ms-rest@2.3.4", "_inBundle": false, "_integrity": "sha512-O1K8r0fKbG8U2BOlRMWmBSeppkHrtB7bNuEqGLwqPH/SkS4IspAWFZe4XfGuy8GzqBwKUvezRKvfNQTX8M5fkA==", "_location": "/ms-rest", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "ms-rest@^2.3.2", "name": "ms-rest", "escapedName": "ms-rest", "rawSpec": "^2.3.2", "saveSpec": null, "fetchSpec": "^2.3.2" }, "_requiredBy": [ "/", "/ms-rest-azure" ], "_resolved": "https://registry.npmjs.org/ms-rest/-/ms-rest-2.3.4.tgz", "_shasum": "d4c3cbd52f442972e11b84bed0f62f60397cb1f1", "_spec": "ms-rest@^2.3.2", "_where": "/Users/rigibson/src/azure-sdk-for-node/lib/services/batchaiManagement", "author": { "name": "Microsoft Corporation", "email": "azsdkteam@microsoft.com", "url": "https://github.com/Azure/azure-sdk-for-node" }, "bugs": { "url": "http://github.com/Azure/azure-sdk-for-node/issues" }, "bundleDependencies": false, "dependencies": { "duplexer": "^0.1.1", "is-buffer": "^1.1.6", "is-stream": "^1.1.0", "moment": "^2.21.0", "request": "^2.87.0", "through": "^2.3.8", "tunnel": "0.0.5", "uuid": "^3.2.1" }, "deprecated": false, "description": "Client Runtime for Node.js client libraries generated using AutoRest", "devDependencies": { "@types/mocha": "^2.2.40", "@types/node": "^8.9.4", "@types/request": "^2.47.0", "@types/should": "^8.1.30", "@types/uuid": "^3.4.3", "jshint": "^2.9.5", "mocha": "^5.2.0", "should": "5.2.0" }, "homepage": "https://github.com/Azure/azure-sdk-for-node/runtime/ms-rest", "keywords": [ "node", "microsoft", "autorest", "clientruntime" ], "license": "MIT", "main": "./lib/msRest.js", "name": "ms-rest", "repository": { "type": "git", "url": "git+ssh://git@github.com/Azure/azure-sdk-for-node.git" }, "scripts": { "jshint": "jshint lib --reporter=jslint", "test": "npm install && npm run jshint && npm run unit", "unit": "node test/unit.js testlist.txt" }, "tags": [ "node", "microsoft", "autorest", "clientruntime" ], "types": "./index.d.ts", "version": "2.3.4" }