{ "@react-native-community/bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", "typescript" ] }, "_from": "react-native-safe-area-context@3.2.0", "_id": "react-native-safe-area-context@3.2.0", "_inBundle": false, "_integrity": "sha512-k2Nty4PwSnrg9HwrYeeE+EYqViYJoOFwEy9LxL5RIRfoqxAq/uQXNGwpUg2/u4gnKpBbEPa9eRh15KKMe/VHkA==", "_location": "/react-native-safe-area-context", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "react-native-safe-area-context@3.2.0", "name": "react-native-safe-area-context", "escapedName": "react-native-safe-area-context", "rawSpec": "3.2.0", "saveSpec": null, "fetchSpec": "3.2.0" }, "_requiredBy": [ "/", "/expo" ], "_resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-3.2.0.tgz", "_shasum": "06113c6b208f982d68ab5c3cebd199ca93db6941", "_spec": "react-native-safe-area-context@3.2.0", "_where": "/jd/work/GT2/newMaster/Ejectable", "author": { "name": "Janic Duplessis", "email": "janicduplessis@gmail.com" }, "bugs": { "url": "https://github.com/th3rdwave/react-native-safe-area-context/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Evan Bacon", "email": "bacon@expo.io", "url": "https://github.com/evanbacon" } ], "dependencies": {}, "deprecated": false, "description": "A flexible way to handle safe area, also works on Android and web.", "devDependencies": { "@react-native-community/async-storage": "^1.11.0", "@react-native-community/bob": "^0.14.5", "@react-native-community/eslint-config": "^2.0.0", "@react-native-community/masked-view": "^0.1.10", "@react-navigation/bottom-tabs": "^5.5.2", "@react-navigation/native": "^5.5.1", "@react-navigation/stack": "^5.5.1", "@types/jest": "^26.0.0", "@types/react": "^16.9.35", "@types/react-dom": "^16.9.8", "@types/react-native": "^0.62.13", "@types/react-test-renderer": "^16.9.2", "@typescript-eslint/eslint-plugin": "^3.2.0", "@typescript-eslint/parser": "^3.2.0", "babel-plugin-module-resolver": "^4.0.0", "eslint": "7.2.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "3.1.3", "expo": "^37.0.12", "expo-cli": "^3.21.5", "jest": "^26.0.1", "metro-react-native-babel-preset": "^0.59.0", "prettier": "^2.0.5", "react": "^16.13.1", "react-dom": "^16.13.1", "react-native": "^0.63.0-rc.0", "react-native-gesture-handler": "^1.6.1", "react-native-reanimated": "^1.9.0", "react-native-safe-area-view": "1.1.1", "react-native-screens": "^2.8.0", "react-native-web": "^0.12.3", "react-navigation": "^4.3.9", "react-navigation-stack": "^2.7.0", "react-navigation-tabs": "^2.8.13", "react-test-renderer": "^16.13.1", "typescript": "^3.9.5" }, "files": [ "src", "lib", "android", "ios", "*.podspec", "react-native.config.js", "!**/__tests__", "!example" ], "homepage": "https://github.com/th3rdwave/react-native-safe-area-context#readme", "jest": { "preset": "react-native", "testEnvironment": "node", "clearMocks": true, "modulePathIgnorePatterns": [ "/lib/" ] }, "keywords": [ "react-native", "react native", "react-native-web", "expo-web", "safe area", "view" ], "license": "MIT", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", "name": "react-native-safe-area-context", "peerDependencies": { "react": "*", "react-native": "*" }, "react-native": "src/index.tsx", "repository": { "type": "git", "url": "git+https://github.com/th3rdwave/react-native-safe-area-context.git" }, "scripts": { "example:android": "cd ./example && react-native run-android --no-jetifier", "example:expo": "expo start --config example/app.json", "example:ios": "cd ./example && react-native run-ios", "prepare": "bob build", "start": "react-native start", "test": "yarn validate:prettier && yarn validate:eslint && yarn validate:typescript && yarn validate:jest", "validate:eslint": "eslint \"src/**/*.{js,ts,tsx}\" \"example/**/*.{js,ts,tsx}\"", "validate:jest": "jest", "validate:prettier": "prettier \"src/**/*.{js,ts,tsx}\" \"example/**/*.{js,ts,tsx}\" --check", "validate:typescript": "tsc --project ./ --noEmit" }, "sideEffects": false, "types": "lib/typescript/src/index.d.ts", "version": "3.2.0" }