package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "adal-node@^0.1.28",
  3. "_id": "adal-node@0.1.28",
  4. "_inBundle": false,
  5. "_integrity": "sha1-RoxLs+u9lrEnBmn0ucuk4AZepIU=",
  6. "_location": "/adal-node",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "adal-node@^0.1.28",
  12. "name": "adal-node",
  13. "escapedName": "adal-node",
  14. "rawSpec": "^0.1.28",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.28"
  17. },
  18. "_requiredBy": [
  19. "/@azure/ms-rest-nodeauth"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/adal-node/-/adal-node-0.1.28.tgz",
  22. "_shasum": "468c4bb3ebbd96b1270669f4b9cba4e0065ea485",
  23. "_spec": "adal-node@^0.1.28",
  24. "_where": "E:\\workspace\\node\\qipai_server\\node_modules\\@azure\\ms-rest-nodeauth",
  25. "author": {
  26. "name": "Microsoft Open Technologies Inc",
  27. "email": "msopentech@microsoft.com",
  28. "url": "http://msopentech.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/AzureAD/azure-activedirectory-library-for-nodejs/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@types/node": "^8.0.47",
  36. "async": ">=0.6.0",
  37. "date-utils": "*",
  38. "jws": "3.x.x",
  39. "request": ">= 2.52.0",
  40. "underscore": ">= 1.3.1",
  41. "uuid": "^3.1.0",
  42. "xmldom": ">= 0.1.x",
  43. "xpath.js": "~1.1.0"
  44. },
  45. "deprecated": false,
  46. "description": "Windows Azure Active Directory Client Library for node",
  47. "devDependencies": {
  48. "@types/mocha": "^2.2.44",
  49. "@types/nock": "^8.2.1",
  50. "@types/sinon": "^2.3.7",
  51. "@types/underscore": "^1.8.4",
  52. "jshint": "*",
  53. "mocha": "*",
  54. "nock": "*",
  55. "sinon": "*",
  56. "typescript": "^2.6.1"
  57. },
  58. "engines": {
  59. "node": ">= 0.6.15"
  60. },
  61. "homepage": "https://github.com/AzureAD/azure-activedirectory-library-for-nodejs#readme",
  62. "keywords": [
  63. "node",
  64. "azure",
  65. "AAD",
  66. "adal",
  67. "adfs",
  68. "oauth"
  69. ],
  70. "license": "Apache-2.0",
  71. "main": "./lib/adal.js",
  72. "name": "adal-node",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/AzureAD/azure-activedirectory-library-for-nodejs.git"
  76. },
  77. "scripts": {
  78. "cover": "./test/util/cover",
  79. "doc": "jsdoc lib",
  80. "test": "npm run tsc && mocha -R spec --ui tdd test",
  81. "tsc": "tsc -p tsconfig.json"
  82. },
  83. "types": "./lib/adal.d.ts",
  84. "version": "0.1.28"
  85. }