зеркало из https://github.com/Azure/ms-rest-js.git
88 строки
2.4 KiB
JSON
88 строки
2.4 KiB
JSON
{
|
|
"name": "ms-rest-js",
|
|
"author": {
|
|
"name": "Microsoft Corporation",
|
|
"email": "azsdkteam@microsoft.com",
|
|
"url": "https://github.com/Azure/ms-rest-js"
|
|
},
|
|
"version": "0.3.1",
|
|
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
|
|
"tags": [
|
|
"isomorphic",
|
|
"browser",
|
|
"javascript",
|
|
"node",
|
|
"microsoft",
|
|
"autorest",
|
|
"clientruntime"
|
|
],
|
|
"keywords": [
|
|
"isomorphic",
|
|
"browser",
|
|
"javascript",
|
|
"node",
|
|
"microsoft",
|
|
"autorest",
|
|
"clientruntime"
|
|
],
|
|
"main": "./dist/lib/msRest.js",
|
|
"types": "./typings/lib/msRest.d.ts",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/form-data": "^2.2.1",
|
|
"@types/is-stream": "^1.1.0",
|
|
"@types/node": "^9.4.6",
|
|
"@types/node-fetch": "^1.6.7",
|
|
"@types/uuid": "^3.4.3",
|
|
"fetch-cookie": "^0.7.0",
|
|
"fetch-ponyfill": "amarzavery/fetch-ponyfill#master",
|
|
"form-data": "^2.3.2",
|
|
"is-buffer": "^2.0.0",
|
|
"is-stream": "^1.1.0",
|
|
"moment": "^2.21.0",
|
|
"url-parse": "^1.2.0",
|
|
"uuid": "^3.2.1",
|
|
"xml2js": "^0.4.19"
|
|
},
|
|
"devDependencies": {
|
|
"@types/glob": "^5.0.35",
|
|
"@types/mocha": "^2.2.40",
|
|
"@types/should": "^8.1.30",
|
|
"@types/url-parse": "^1.1.0",
|
|
"@types/webpack": "^4.1.3",
|
|
"@types/xml2js": "^0.4.2",
|
|
"glob": "^7.1.2",
|
|
"mocha": "^3.5.3",
|
|
"npm-run-all": "^4.1.2",
|
|
"should": "5.2.0",
|
|
"ts-loader": "^4.2.0",
|
|
"ts-node": "^5.0.1",
|
|
"tslint": "^5.7.0",
|
|
"typescript": "^2.7.2",
|
|
"uglify-es": "^3.1.0",
|
|
"webpack": "^4.6.0",
|
|
"webpack-cli": "^2.0.14",
|
|
"webpack-dev-server": "^3.1.3"
|
|
},
|
|
"homepage": "https://github.com/Azure/ms-rest-js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:Azure/ms-rest-js.git"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/Azure/ms-rest-js/issues"
|
|
},
|
|
"scripts": {
|
|
"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",
|
|
"test": "run-p test:tslint test:nodejs-unit",
|
|
"test:nodejs-unit": "mocha",
|
|
"test:tslint": "tslint -p . -c tslint.json --exclude test/**/*.ts",
|
|
"test:chrome-unit": "webpack --config webpack.testconfig.ts && mocha-chrome index.html",
|
|
"prepare": "npm run build"
|
|
}
|
|
}
|