{ "@react-native-community/bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "_from": "@react-navigation/native@~5.8.10", "_id": "@react-navigation/native@5.8.10", "_inBundle": false, "_integrity": "sha512-OUgD1o+y7PwmhRIRqQxN0SQvVU/SHic/ek/qMvBZX8nu5/WlBNxmNRMHVxONgHlG3AQZh27NUs9ynntL7ek1zQ==", "_location": "/@react-navigation/native", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@react-navigation/native@~5.8.10", "name": "@react-navigation/native", "escapedName": "@react-navigation%2fnative", "scope": "@react-navigation", "rawSpec": "~5.8.10", "saveSpec": null, "fetchSpec": "~5.8.10" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-5.8.10.tgz", "_shasum": "3fe806abff9efb085bcf595212803dd05a1347ca", "_spec": "@react-navigation/native@~5.8.10", "_where": "/jd/work/GT2/newMaster/Ejectable", "bugs": { "url": "https://github.com/react-navigation/react-navigation/issues" }, "bundleDependencies": false, "dependencies": { "@react-navigation/core": "^5.14.4", "escape-string-regexp": "^4.0.0", "nanoid": "^3.1.15" }, "deprecated": false, "description": "React Native integration for React Navigation", "devDependencies": { "@react-native-community/bob": "^0.16.2", "@testing-library/react-native": "^7.1.0", "@types/react": "^16.9.53", "@types/react-dom": "^16.9.8", "@types/react-native": "^0.63.30", "del-cli": "^3.0.1", "react": "~16.13.1", "react-dom": "^16.13.1", "react-native": "~0.63.2", "typescript": "^4.0.3" }, "files": [ "src", "lib", "!**/__tests__" ], "gitHead": "7754eb450f28139990f45be13c17681d1a89bcc9", "homepage": "https://reactnavigation.org", "keywords": [ "react-native", "react-navigation", "ios", "android" ], "license": "MIT", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", "name": "@react-navigation/native", "peerDependencies": { "react": "*", "react-native": "*" }, "publishConfig": { "access": "public" }, "react-native": "src/index.tsx", "repository": { "type": "git", "url": "git+https://github.com/react-navigation/react-navigation.git", "directory": "packages/native" }, "scripts": { "clean": "del lib", "prepare": "bob build" }, "sideEffects": false, "source": "src/index.tsx", "types": "lib/typescript/src/index.d.ts", "version": "5.8.10" }