GT2/Ejectable/node_modules/expo-error-recovery/package.json

67 lines
2.0 KiB
JSON

{
"_from": "expo-error-recovery@~2.2.0",
"_id": "expo-error-recovery@2.2.0",
"_inBundle": false,
"_integrity": "sha512-HKbu6VHAlfhoP7y+HaGJwJizoUTY2eBTBHAi1RE7l/r4sc+cAegTmwwqf/3AOR8C7VntDvuQKtW7NZIyA+62KQ==",
"_location": "/expo-error-recovery",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "expo-error-recovery@~2.2.0",
"name": "expo-error-recovery",
"escapedName": "expo-error-recovery",
"rawSpec": "~2.2.0",
"saveSpec": null,
"fetchSpec": "~2.2.0"
},
"_requiredBy": [
"/expo"
],
"_resolved": "https://registry.npmjs.org/expo-error-recovery/-/expo-error-recovery-2.2.0.tgz",
"_shasum": "89e5494d97347530dd53cd817d7ac63f07bf8de0",
"_spec": "expo-error-recovery@~2.2.0",
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/expo",
"author": {
"name": "650 Industries, Inc."
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Utilities for helping you gracefully handle crashes due to fatal JavaScript errors.",
"devDependencies": {
"expo-module-scripts": "^2.0.0"
},
"gitHead": "c80d4c938920c5111e34c2dbca3a6bf500dff0e1",
"homepage": "https://docs.expo.io/versions/latest/sdk/error-recovery/",
"keywords": [
"react-native",
"expo",
"expo-error-recovery",
"error-recovery"
],
"license": "MIT",
"main": "build/ErrorRecovery.js",
"name": "expo-error-recovery",
"repository": {
"type": "git",
"url": "git+https://github.com/expo/expo.git",
"directory": "packages/expo-error-recovery"
},
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"expo-module": "expo-module",
"lint": "expo-module lint",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"test": "expo-module test"
},
"sideEffects": false,
"types": "build/ErrorRecovery.d.ts",
"version": "2.2.0"
}