package.json 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "@azure/ms-rest-azure-env@^1.1.2",
  3. "_id": "@azure/ms-rest-azure-env@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-l7z0DPCi2Hp88w12JhDTtx5d0Y3+vhfE7JKJb9O7sEz71Cwp053N8piTtTnnk/tUor9oZHgEKi/p3tQQmLPjvA==",
  6. "_location": "/@azure/ms-rest-azure-env",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@azure/ms-rest-azure-env@^1.1.2",
  12. "name": "@azure/ms-rest-azure-env",
  13. "escapedName": "@azure%2fms-rest-azure-env",
  14. "scope": "@azure",
  15. "rawSpec": "^1.1.2",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.1.2"
  18. },
  19. "_requiredBy": [
  20. "/@azure/ms-rest-nodeauth"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@azure/ms-rest-azure-env/-/ms-rest-azure-env-1.1.2.tgz",
  23. "_shasum": "8505873afd4a1227ec040894a64fdd736b4a101f",
  24. "_spec": "@azure/ms-rest-azure-env@^1.1.2",
  25. "_where": "E:\\workspace\\node\\qipai_server\\node_modules\\@azure\\ms-rest-nodeauth",
  26. "author": {
  27. "name": "Microsoft Corporation",
  28. "email": "azsdkteam@microsoft.com",
  29. "url": "https://github.com/Azure/ms-rest-azure-env"
  30. },
  31. "bugs": {
  32. "url": "http://github.com/Azure/ms-rest-azure-env/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Isomorphic library that provides Azure endpoints for different Azure Environments/Clouds.",
  37. "devDependencies": {
  38. "@types/mocha": "^5.2.5",
  39. "@types/should": "^13.0.0",
  40. "mocha": "^5.2.0",
  41. "npm-run-all": "^4.1.5",
  42. "rollup": "^0.67.3",
  43. "rollup-plugin-sourcemaps": "^0.4.2",
  44. "should": "13.2.3",
  45. "ts-node": "^7.0.1",
  46. "tslint": "^5.11.0",
  47. "typescript": "^3.1.6",
  48. "uglify-js": "^3.4.9"
  49. },
  50. "files": [
  51. "dist/**/*.js",
  52. "dist/**/*.js.map",
  53. "es/lib/**/*.js",
  54. "es/lib/**/*.js.map",
  55. "es/lib/**/*.d.ts",
  56. "es/lib/**/*.d.ts.map",
  57. "lib/**/*.ts",
  58. "LICENSE",
  59. "README.md"
  60. ],
  61. "homepage": "https://github.com/Azure/ms-rest-azure-env",
  62. "keywords": [
  63. "node",
  64. "isomorphic",
  65. "azure",
  66. "environment",
  67. "endpoint"
  68. ],
  69. "license": "MIT",
  70. "main": "./dist/msRestAzureEnv.js",
  71. "module": "./es/lib/azureEnvironment.js",
  72. "name": "@azure/ms-rest-azure-env",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+ssh://git@github.com/Azure/ms-rest-azure-env.git"
  76. },
  77. "scripts": {
  78. "build": "run-s build:tsc build:rollup build:minify",
  79. "build:minify": "uglifyjs -c -m --comments --source-map \"content='./dist/msRestAzureEnv.js.map'\" -o ./dist/msRestAzureEnv.min.js ./dist/msRestAzureEnv.js",
  80. "build:rollup": "rollup -c rollup.config.js",
  81. "build:tsc": "tsc -p tsconfig.es.json",
  82. "prepack": "npm install && npm run build",
  83. "test": "npm run build && run-p test:tslint test:unit",
  84. "test:tslint": "tslint -p . -c tslint.json --exclude test/**/*.ts",
  85. "test:unit": "mocha"
  86. },
  87. "sideEffects": false,
  88. "tags": [
  89. "node",
  90. "isomorphic",
  91. "azure",
  92. "environment",
  93. "endpoint"
  94. ],
  95. "types": "./es/lib/azureEnvironment.d.ts",
  96. "version": "1.1.2"
  97. }