| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "_from": "@okta/okta-auth-js@^1.14.0",
- "_id": "@okta/okta-auth-js@1.17.0",
- "_inBundle": false,
- "_integrity": "sha1-540df8N6Y0q7JVsFKu4h+nYnYU4=",
- "_location": "/@okta/okta-auth-js",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@okta/okta-auth-js@^1.14.0",
- "name": "@okta/okta-auth-js",
- "escapedName": "@okta%2fokta-auth-js",
- "scope": "@okta",
- "rawSpec": "^1.14.0",
- "saveSpec": null,
- "fetchSpec": "^1.14.0"
- },
- "_requiredBy": [
- "/@okta/okta-angular"
- ],
- "_resolved": "https://registry.npmjs.org/@okta/okta-auth-js/-/okta-auth-js-1.17.0.tgz",
- "_shasum": "e78d1d7fc37a634abb255b052aee21fa7627614e",
- "_spec": "@okta/okta-auth-js@^1.14.0",
- "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/SharedTravelMapIonicApp/node_modules/@okta/okta-angular",
- "author": {
- "name": "Okta"
- },
- "bugs": {
- "url": "https://github.com/okta/okta-auth-js/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "Base64": "0.3.0",
- "q": "1.4.1",
- "reqwest": "2.0.5",
- "tiny-emitter": "1.1.0",
- "xhr2": "0.1.3"
- },
- "deprecated": false,
- "description": "The Okta Auth SDK",
- "devDependencies": {
- "eslint": "2.10.2",
- "grunt": "0.4.5",
- "grunt-cli": "1.2.0",
- "grunt-contrib-jasmine": "1.1.0",
- "grunt-shell": "1.3.0",
- "jquery": "2.1.4",
- "json-loader": "0.5.4",
- "lodash": "4.10.0",
- "moment": "2.12.0",
- "normalize-url": "1.4.1",
- "semver": "5.1.0",
- "sinon": "1.16.0",
- "webpack": "1.13.0"
- },
- "homepage": "https://github.com/okta/okta-auth-js",
- "keywords": [
- "Okta",
- "authentication",
- "auth",
- "login"
- ],
- "license": "Apache-2.0",
- "main": "lib/index.js",
- "name": "@okta/okta-auth-js",
- "okta": {
- "commitSha": "f872b346a13badfad795cab104a2716f17938977",
- "fullVersion": "1.17.0-20180427163300-f872b34"
- },
- "okta-auth-js": {
- "STATE_TOKEN_COOKIE_NAME": "oktaStateToken",
- "DEFAULT_POLLING_DELAY": 500,
- "DEFAULT_MAX_CLOCK_SKEW": 300,
- "DEFAULT_CACHE_DURATION": 86400,
- "FRAME_ID": "okta-oauth-helper-frame",
- "REDIRECT_OAUTH_PARAMS_COOKIE_NAME": "okta-oauth-redirect-params",
- "REDIRECT_STATE_COOKIE_NAME": "okta-oauth-state",
- "REDIRECT_NONCE_COOKIE_NAME": "okta-oauth-nonce",
- "TOKEN_STORAGE_NAME": "okta-token-storage",
- "CACHE_STORAGE_NAME": "okta-cache-storage"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/okta/okta-auth-js.git"
- },
- "scripts": {
- "build": "webpack --config webpack.config.js",
- "build:tests": "webpack --config webpack.test.config.js",
- "lint": "eslint .",
- "lint:fix": "eslint --fix .",
- "lint:report": "eslint -f checkstyle -o build2/reports/lint/eslint-checkstyle-result.xml .",
- "prepublish": "node ./writeConfig.js && grunt shell:UMDNoDependencies",
- "test": "grunt test"
- },
- "version": "1.17.0"
- }
|