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-05-23 19:50:08 +03:00
|
|
|
"version": "0.7.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-05-11 00:57:02 +03:00
|
|
|
"@types/express": "^4.11.1",
|
2018-02-23 04:16:50 +03:00
|
|
|
"@types/form-data": "^2.2.1",
|
|
|
|
"@types/node": "^9.4.6",
|
|
|
|
"@types/uuid": "^3.4.3",
|
2018-05-18 01:46:06 +03:00
|
|
|
"axios": "^0.18.0",
|
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",
|
2018-05-18 03:33:53 +03:00
|
|
|
"isomorphic-tough-cookie": "^0.0.1",
|
2018-05-18 05:53:24 +03:00
|
|
|
"isomorphic-xml2js": "^0.0.3",
|
2018-03-27 03:54:26 +03:00
|
|
|
"url-parse": "^1.2.0",
|
2018-05-18 01:46:06 +03:00
|
|
|
"uuid": "^3.2.1"
|
2017-09-13 19:42:16 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-04-18 00:36:24 +03:00
|
|
|
"@types/glob": "^5.0.35",
|
2018-05-08 19:58:55 +03:00
|
|
|
"@types/mocha": "^5.2.0",
|
2017-09-13 19:42:16 +03:00
|
|
|
"@types/should": "^8.1.30",
|
2018-05-18 01:46:06 +03:00
|
|
|
"@types/tough-cookie": "^2.3.3",
|
2018-04-05 19:24:31 +03:00
|
|
|
"@types/url-parse": "^1.1.0",
|
2018-04-11 00:10:20 +03:00
|
|
|
"@types/webpack": "^4.1.3",
|
2018-05-11 00:57:02 +03:00
|
|
|
"@types/webpack-dev-middleware": "^2.0.1",
|
2018-05-22 01:29:49 +03:00
|
|
|
"abortcontroller-polyfill": "^1.1.9",
|
2018-05-11 00:57:02 +03:00
|
|
|
"express": "^4.16.3",
|
2018-04-18 00:36:24 +03:00
|
|
|
"glob": "^7.1.2",
|
2018-05-08 19:58:55 +03:00
|
|
|
"mocha": "^5.1.1",
|
2018-04-18 00:48:40 +03:00
|
|
|
"mocha-chrome": "^1.1.0",
|
2018-04-11 00:54:39 +03:00
|
|
|
"npm-run-all": "^4.1.2",
|
2017-09-13 19:42:16 +03:00
|
|
|
"should": "5.2.0",
|
2018-05-16 22:36:03 +03:00
|
|
|
"shx": "^0.2.2",
|
2018-04-18 00:36:24 +03:00
|
|
|
"ts-loader": "^4.2.0",
|
2018-04-11 00:10:20 +03:00
|
|
|
"ts-node": "^5.0.1",
|
2018-05-11 00:57:02 +03:00
|
|
|
"tslint": "^5.10.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",
|
2018-04-18 00:36:24 +03:00
|
|
|
"webpack": "^4.6.0",
|
2018-04-18 00:42:22 +03:00
|
|
|
"webpack-cli": "^2.0.14",
|
2018-05-16 22:36:03 +03:00
|
|
|
"webpack-dev-middleware": "^3.1.2",
|
|
|
|
"yarn": "^1.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": {
|
2018-04-11 00:54:39 +03:00
|
|
|
"build": "run-p build:node build:browser",
|
|
|
|
"build:node": "tsc",
|
|
|
|
"build:browser": "webpack && node node_modules/uglify-es/bin/uglifyjs --source-map -c -m -o msRestBundle.min.js msRestBundle.js",
|
|
|
|
"watch:node": "tsc -w",
|
|
|
|
"watch:browser": "webpack -w",
|
2018-04-18 00:36:24 +03:00
|
|
|
"test": "run-p test:tslint test:nodejs-unit",
|
2018-05-11 00:57:02 +03:00
|
|
|
"test:server": "ts-node testserver",
|
|
|
|
"test:tslint": "tslint -p . -c tslint.json --exclude \"./test/**/*.ts\"",
|
2018-04-18 00:36:24 +03:00
|
|
|
"test:nodejs-unit": "mocha",
|
2018-05-11 00:57:02 +03:00
|
|
|
"test:mocha-chrome": "sleep 0.5 && mocha-chrome http://localhost:3001",
|
|
|
|
"test:chrome-unit": "run-p -r test:server test:mocha-chrome",
|
2018-05-16 22:36:03 +03:00
|
|
|
"prepare": "npm run build",
|
2018-05-17 20:06:12 +03:00
|
|
|
"publish-preview": "npm test && shx rm -rf dist/test && node ./.scripts/publish",
|
|
|
|
"local": "node ./.scripts/local.js",
|
|
|
|
"preview": "node ./.scripts/preview.js",
|
|
|
|
"latest": "node ./.scripts/latest.js"
|
2017-09-13 19:42:16 +03:00
|
|
|
}
|
2018-05-25 22:36:29 +03:00
|
|
|
}
|