package.json 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "@azure/ms-rest-nodeauth@2.0.2",
  3. "_id": "@azure/ms-rest-nodeauth@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KmNNICOxt3EwViAJI3iu2VH8t8BQg5J2rSAyO4IUYLF9ZwlyYsP419pdvl4NBUhluAP2cgN7dfD2V6E6NOMZlQ==",
  6. "_location": "/@azure/ms-rest-nodeauth",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@azure/ms-rest-nodeauth@2.0.2",
  12. "name": "@azure/ms-rest-nodeauth",
  13. "escapedName": "@azure%2fms-rest-nodeauth",
  14. "scope": "@azure",
  15. "rawSpec": "2.0.2",
  16. "saveSpec": null,
  17. "fetchSpec": "2.0.2"
  18. },
  19. "_requiredBy": [
  20. "/tedious"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@azure/ms-rest-nodeauth/-/ms-rest-nodeauth-2.0.2.tgz",
  23. "_shasum": "037e29540c5625eaec718b8fcc178dd7ad5dfb96",
  24. "_spec": "@azure/ms-rest-nodeauth@2.0.2",
  25. "_where": "E:\\workspace\\node\\qipai_server\\node_modules\\tedious",
  26. "author": {
  27. "name": "Microsoft Corporation",
  28. "email": "azsdkteam@microsoft.com",
  29. "url": "https://github.com/Azure/ms-rest-nodeauth"
  30. },
  31. "bugs": {
  32. "url": "http://github.com/Azure/ms-rest-nodeauth/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "@azure/ms-rest-azure-env": "^1.1.2",
  37. "@azure/ms-rest-js": "^1.8.7",
  38. "adal-node": "^0.1.28"
  39. },
  40. "deprecated": false,
  41. "description": "Azure Authentication library in node.js with type definitions.",
  42. "devDependencies": {
  43. "@ts-common/azure-js-dev-tools": "^0.4.9",
  44. "@types/chai": "^4.1.6",
  45. "@types/dotenv": "^6.1.1",
  46. "@types/mocha": "^5.2.5",
  47. "@types/node": "^10.12.0",
  48. "chai": "^4.2.0",
  49. "dotenv": "^8.0.0",
  50. "mocha": "^5.2.0",
  51. "nock": "^10.0.1",
  52. "npm-run-all": "^4.1.3",
  53. "nyc": "^14.1.0",
  54. "rollup": "^0.67.1",
  55. "rollup-plugin-sourcemaps": "^0.4.2",
  56. "ts-node": "^7.0.1",
  57. "tslint": "^5.11.0",
  58. "typescript": "^3.1.3"
  59. },
  60. "files": [
  61. "dist/lib/**/*.js",
  62. "dist/lib/**/*.js.map",
  63. "dist/lib/**/*.d.ts",
  64. "dist/lib/**/*.d.ts.map",
  65. "lib/**/*.ts",
  66. "LICENSE",
  67. "README.md",
  68. "tsconfig.json"
  69. ],
  70. "homepage": "https://github.com/Azure/ms-rest-nodeauth",
  71. "keywords": [
  72. "node",
  73. "azure",
  74. "autorest",
  75. "authentication",
  76. "environment",
  77. "adal"
  78. ],
  79. "license": "MIT",
  80. "main": "./dist/lib/msRestNodeAuth.js",
  81. "name": "@azure/ms-rest-nodeauth",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+ssh://git@github.com/Azure/ms-rest-nodeauth.git"
  85. },
  86. "scripts": {
  87. "build": "run-s build:tsc build:rollup",
  88. "build:rollup": "rollup -c rollup.config.js",
  89. "build:tsc": "tsc -p tsconfig.json",
  90. "check:packagejsonversion": "ts-node ./.scripts/checkPackageJsonVersion.ts",
  91. "prepack": "npm install && npm run build",
  92. "test": "npm run build && run-p test:tslint test:unit",
  93. "test:tslint": "tslint -p . -c tslint.json",
  94. "test:unit": "mocha"
  95. },
  96. "types": "./dist/lib/msRestNodeAuth.d.ts",
  97. "version": "2.0.2"
  98. }