2017-09-13 19:42:16 +03:00
|
|
|
{
|
|
|
|
"name": "ms-rest-js",
|
|
|
|
"author": {
|
|
|
|
"name": "Microsoft Corporation",
|
|
|
|
"email": "azsdkteam@microsoft.com",
|
2017-09-17 03:59:06 +03:00
|
|
|
"url": "https://github.com/Azure/ms-rest-js"
|
2017-09-13 19:42:16 +03:00
|
|
|
},
|
2018-03-31 06:21:09 +03:00
|
|
|
"version": "0.3.0",
|
2017-09-17 03:59:06 +03:00
|
|
|
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
|
2017-09-13 19:42:16 +03:00
|
|
|
"tags": [
|
2017-09-17 03:59:06 +03:00
|
|
|
"isomorphic",
|
|
|
|
"browser",
|
|
|
|
"javascript",
|
2017-09-13 19:42:16 +03:00
|
|
|
"node",
|
|
|
|
"microsoft",
|
|
|
|
"autorest",
|
|
|
|
"clientruntime"
|
|
|
|
],
|
|
|
|
"keywords": [
|
2017-09-17 03:59:06 +03:00
|
|
|
"isomorphic",
|
|
|
|
"browser",
|
|
|
|
"javascript",
|
2017-09-13 19:42:16 +03:00
|
|
|
"node",
|
|
|
|
"microsoft",
|
|
|
|
"autorest",
|
|
|
|
"clientruntime"
|
|
|
|
],
|
|
|
|
"main": "./dist/lib/msRest.js",
|
|
|
|
"types": "./typings/lib/msRest.d.ts",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2018-02-23 04:16:50 +03:00
|
|
|
"@types/form-data": "^2.2.1",
|
2018-03-27 03:54:26 +03:00
|
|
|
"@types/is-stream": "^1.1.0",
|
2018-02-23 04:16:50 +03:00
|
|
|
"@types/node": "^9.4.6",
|
2017-09-13 19:42:16 +03:00
|
|
|
"@types/node-fetch": "^1.6.7",
|
2018-02-23 04:16:50 +03:00
|
|
|
"@types/uuid": "^3.4.3",
|
|
|
|
"fetch-cookie": "^0.7.0",
|
2018-03-27 03:54:26 +03:00
|
|
|
"fetch-ponyfill": "amarzavery/fetch-ponyfill#master",
|
2018-02-23 04:16:50 +03:00
|
|
|
"form-data": "^2.3.2",
|
2018-03-27 03:54:26 +03:00
|
|
|
"is-buffer": "^2.0.0",
|
2017-09-13 19:42:16 +03:00
|
|
|
"is-stream": "^1.1.0",
|
2018-03-24 00:53:56 +03:00
|
|
|
"moment": "^2.21.0",
|
2018-03-27 03:54:26 +03:00
|
|
|
"url-parse": "^1.2.0",
|
2018-02-23 04:16:50 +03:00
|
|
|
"uuid": "^3.2.1",
|
2018-03-27 03:54:26 +03:00
|
|
|
"xml2js": "^0.4.19"
|
2017-09-13 19:42:16 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/mocha": "^2.2.40",
|
|
|
|
"@types/should": "^8.1.30",
|
2018-03-27 03:54:26 +03:00
|
|
|
"@types/xml2js": "^0.4.2",
|
2017-09-16 02:32:26 +03:00
|
|
|
"mocha": "^3.5.3",
|
2017-09-13 19:42:16 +03:00
|
|
|
"should": "5.2.0",
|
|
|
|
"ts-loader": "^2.3.7",
|
|
|
|
"tslint": "^5.7.0",
|
2018-02-23 04:16:50 +03:00
|
|
|
"typescript": "^2.7.2",
|
2018-03-27 03:54:26 +03:00
|
|
|
"uglify-es": "^3.1.0",
|
|
|
|
"webpack": "^3.6.0"
|
2017-09-13 19:42:16 +03:00
|
|
|
},
|
2017-09-17 03:59:06 +03:00
|
|
|
"homepage": "https://github.com/Azure/ms-rest-js",
|
2017-09-13 19:42:16 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-09-17 03:59:06 +03:00
|
|
|
"url": "git@github.com:Azure/ms-rest-js.git"
|
2017-09-13 19:42:16 +03:00
|
|
|
},
|
|
|
|
"bugs": {
|
2017-09-17 03:59:06 +03:00
|
|
|
"url": "http://github.com/Azure/ms-rest-js/issues"
|
2017-09-13 19:42:16 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"tsc": "tsc -p tsconfig.json",
|
2017-10-25 20:33:55 +03:00
|
|
|
"test": "npm -s run-script tslint && npm -s run-script unit",
|
2017-09-17 03:59:06 +03:00
|
|
|
"unit": "mocha -t 50000 ./dist/test",
|
2017-09-13 19:42:16 +03:00
|
|
|
"uglify": "node node_modules/uglify-es/bin/uglifyjs --source-map -c -m -o msRestBundle.min.js msRestBundle.js",
|
2017-09-17 03:59:06 +03:00
|
|
|
"build": "npm -s run-script tsc && webpack && npm -s run-script uglify",
|
|
|
|
"tslint": "tslint -p . -c tslint.json --exclude test/**/*.ts"
|
2017-09-13 19:42:16 +03:00
|
|
|
}
|
2018-04-03 03:37:12 +03:00
|
|
|
}
|