Gazebo_simulation-Frontend/node_modules/@okta/okta-react-native/package.json

94 lines
2.4 KiB
JSON

{
"_args": [
[
"@okta/okta-react-native@1.3.0",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "@okta/okta-react-native@1.3.0",
"_id": "@okta/okta-react-native@1.3.0",
"_inBundle": false,
"_integrity": "sha512-C4OLSU3IactTg8exUBqwoRvi0sXhnsJjb4Cv89YtMzNAcq760noJgRH35ubh/KW+7R3djIjKgr2Q4o/O4PZL5Q==",
"_location": "/@okta/okta-react-native",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@okta/okta-react-native@1.3.0",
"name": "@okta/okta-react-native",
"escapedName": "@okta%2fokta-react-native",
"scope": "@okta",
"rawSpec": "1.3.0",
"saveSpec": null,
"fetchSpec": "1.3.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@okta/okta-react-native/-/okta-react-native-1.3.0.tgz",
"_spec": "1.3.0",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"author": {
"name": "developer@okta.com"
},
"bugs": {
"url": "https://github.com/okta/okta-oidc-js/issues"
},
"dependencies": {
"@okta/configuration-validation": "^0.3.0",
"jwt-lite": "^1.1.2"
},
"description": "Okta OIDC for React Native",
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"babel-jest": "^24.8.0",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.55.0",
"react": "^16.5.0",
"react-native": "^0.60.0"
},
"files": [
"index.js",
"android",
"ios",
"LICENSE",
"CHANGELOG.md",
"package.json",
"OktaSdkBridgeReactNative.podspec"
],
"homepage": "https://github.com/okta/okta-oidc-js/tree/master/packages/okta-react-native",
"jest": {
"automock": false,
"preset": "react-native",
"setupFiles": [
"./setupJest.js"
]
},
"keywords": [
"react",
"react-native",
"authentication",
"okta",
"oidc"
],
"license": "Apache-2.0",
"main": "index.js",
"name": "@okta/okta-react-native",
"peerDependencies": {
"react": "^16.5.0",
"react-native": "^0.60.0"
},
"podname": "OktaSdkBridgeReactNative",
"repository": {
"type": "git",
"url": "git+https://github.com/okta/okta-oidc-js.git"
},
"scripts": {
"test": "jest",
"test:debug": "node --inspect-brk node_modules/jest/bin/jest.js --runInBand"
},
"title": "React Native Okta Sdk Bridge",
"version": "1.3.0"
}