1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "@okta/okta-auth-js@^1.14.0",
  3. "_id": "@okta/okta-auth-js@1.17.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-540df8N6Y0q7JVsFKu4h+nYnYU4=",
  6. "_location": "/@okta/okta-auth-js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@okta/okta-auth-js@^1.14.0",
  12. "name": "@okta/okta-auth-js",
  13. "escapedName": "@okta%2fokta-auth-js",
  14. "scope": "@okta",
  15. "rawSpec": "^1.14.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.14.0"
  18. },
  19. "_requiredBy": [
  20. "/@okta/okta-angular"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@okta/okta-auth-js/-/okta-auth-js-1.17.0.tgz",
  23. "_shasum": "e78d1d7fc37a634abb255b052aee21fa7627614e",
  24. "_spec": "@okta/okta-auth-js@^1.14.0",
  25. "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/SharedTravelMapIonicApp/node_modules/@okta/okta-angular",
  26. "author": {
  27. "name": "Okta"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/okta/okta-auth-js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "Base64": "0.3.0",
  35. "q": "1.4.1",
  36. "reqwest": "2.0.5",
  37. "tiny-emitter": "1.1.0",
  38. "xhr2": "0.1.3"
  39. },
  40. "deprecated": false,
  41. "description": "The Okta Auth SDK",
  42. "devDependencies": {
  43. "eslint": "2.10.2",
  44. "grunt": "0.4.5",
  45. "grunt-cli": "1.2.0",
  46. "grunt-contrib-jasmine": "1.1.0",
  47. "grunt-shell": "1.3.0",
  48. "jquery": "2.1.4",
  49. "json-loader": "0.5.4",
  50. "lodash": "4.10.0",
  51. "moment": "2.12.0",
  52. "normalize-url": "1.4.1",
  53. "semver": "5.1.0",
  54. "sinon": "1.16.0",
  55. "webpack": "1.13.0"
  56. },
  57. "homepage": "https://github.com/okta/okta-auth-js",
  58. "keywords": [
  59. "Okta",
  60. "authentication",
  61. "auth",
  62. "login"
  63. ],
  64. "license": "Apache-2.0",
  65. "main": "lib/index.js",
  66. "name": "@okta/okta-auth-js",
  67. "okta": {
  68. "commitSha": "f872b346a13badfad795cab104a2716f17938977",
  69. "fullVersion": "1.17.0-20180427163300-f872b34"
  70. },
  71. "okta-auth-js": {
  72. "STATE_TOKEN_COOKIE_NAME": "oktaStateToken",
  73. "DEFAULT_POLLING_DELAY": 500,
  74. "DEFAULT_MAX_CLOCK_SKEW": 300,
  75. "DEFAULT_CACHE_DURATION": 86400,
  76. "FRAME_ID": "okta-oauth-helper-frame",
  77. "REDIRECT_OAUTH_PARAMS_COOKIE_NAME": "okta-oauth-redirect-params",
  78. "REDIRECT_STATE_COOKIE_NAME": "okta-oauth-state",
  79. "REDIRECT_NONCE_COOKIE_NAME": "okta-oauth-nonce",
  80. "TOKEN_STORAGE_NAME": "okta-token-storage",
  81. "CACHE_STORAGE_NAME": "okta-cache-storage"
  82. },
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/okta/okta-auth-js.git"
  86. },
  87. "scripts": {
  88. "build": "webpack --config webpack.config.js",
  89. "build:tests": "webpack --config webpack.test.config.js",
  90. "lint": "eslint .",
  91. "lint:fix": "eslint --fix .",
  92. "lint:report": "eslint -f checkstyle -o build2/reports/lint/eslint-checkstyle-result.xml .",
  93. "prepublish": "node ./writeConfig.js && grunt shell:UMDNoDependencies",
  94. "test": "grunt test"
  95. },
  96. "version": "1.17.0"
  97. }