GT2/Ejectable/node_modules/react-native/package.json

228 lines
8.7 KiB
JSON
Raw Normal View History

2021-08-16 00:14:59 +00:00
{
"_from": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"_id": "react-native@0.63.2",
"_inBundle": false,
"_integrity": "sha512-qWR6pcG4yDu/Rthm+DvAS017rL38LbZFnJv/k4HL4ZUH/WhKuqC+stD7TlpaOBb3N2bkydm9s+GCa14T41MLEg==",
"_location": "/react-native",
"_phantomChildren": {
"@hapi/joi": "15.1.1",
"@react-native-community/cli-debugger-ui": "4.13.1",
"@react-native-community/cli-hermes": "4.13.0",
"@react-native-community/cli-server-api": "4.13.1",
"@react-native-community/cli-tools": "4.13.0",
"@react-native-community/cli-types": "4.10.1",
"@types/istanbul-lib-coverage": "2.0.3",
"@types/istanbul-lib-report": "3.0.0",
"@types/yargs": "15.0.14",
"@types/yargs-parser": "20.2.1",
"ansi-regex": "5.0.0",
"asap": "2.0.6",
"command-exists": "1.2.9",
"cosmiconfig": "5.2.1",
"deepmerge": "3.3.0",
"envinfo": "7.8.1",
"execa": "1.0.0",
"fbjs-css-vars": "1.0.2",
"glob": "7.1.6",
"graceful-fs": "4.2.8",
"inquirer": "3.3.0",
"isomorphic-fetch": "2.2.1",
"leven": "3.1.0",
"lodash": "4.17.21",
"loose-envify": "1.4.0",
"metro": "0.59.0",
"metro-config": "0.59.0",
"metro-core": "0.59.0",
"metro-react-native-babel-transformer": "0.59.0",
"metro-resolver": "0.59.0",
"minimist": "1.2.5",
"mkdirp": "0.5.5",
"node-stream-zip": "1.14.0",
"object-assign": "4.1.1",
"ora": "3.4.0",
"path-exists": "4.0.0",
"react-is": "16.13.1",
"serve-static": "1.14.1",
"setimmediate": "1.0.5",
"strip-ansi": "5.2.0",
"sudo-prompt": "9.2.1",
"ua-parser-js": "0.7.28",
"wcwidth": "1.0.1"
},
"_requested": {
"type": "remote",
"raw": "react-native@https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"name": "react-native",
"escapedName": "react-native",
"rawSpec": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"saveSpec": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"fetchSpec": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz"
},
"_requiredBy": [
"/"
],
"_resolved": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"_shasum": "1dae4e81714085100888571012f18b6b142b4773",
"_spec": "react-native@https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"_where": "/jd/work/GT2/newMaster/Ejectable",
"bin": {
"react-native": "cli.js"
},
"bugs": {
"url": "https://github.com/facebook/react-native/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.0.0",
"@react-native-community/cli": "^4.14.0",
"@react-native-community/cli-platform-android": "^4.13.0",
"@react-native-community/cli-platform-ios": "^4.13.0",
"abort-controller": "^3.0.0",
"anser": "^1.4.9",
"base64-js": "^1.1.2",
"event-target-shim": "^5.0.1",
"fbjs": "^1.0.0",
"fbjs-scripts": "^1.1.0",
"hermes-engine": "~0.5.0",
"invariant": "^2.2.4",
"jsc-android": "^245459.0.0",
"metro-babel-register": "0.59.0",
"metro-react-native-babel-transformer": "0.59.0",
"metro-source-map": "0.59.0",
"nullthrows": "^1.1.1",
"pretty-format": "^24.9.0",
"promise": "^8.0.3",
"prop-types": "^15.7.2",
"react-devtools-core": "^4.6.0",
"react-refresh": "^0.4.0",
"regenerator-runtime": "^0.13.2",
"scheduler": "0.19.1",
"stacktrace-parser": "^0.1.3",
"use-subscription": "^1.0.0",
"whatwg-fetch": "^3.0.0"
},
"deprecated": false,
"description": "A framework for building native apps using React",
"detox": {
"test-runner": "jest",
"runner-config": "RNTester/e2e/config.json",
"specs": "",
"configurations": {
"android.emu.release": {
"binaryPath": "RNTester/android/app/build/outputs/apk/hermes/release/app-hermes-x86-release.apk",
"testBinaryPath": "RNTester/android/app/build/outputs/apk/androidTest/hermes/release/app-hermes-release-androidTest.apk",
"build": "./gradlew RNTester:android:app:assembleRelease RNTester:android:app:assembleAndroidTest -DtestBuildType=release",
"type": "android.emulator",
"device": {
"avdName": "Nexus_6_API_29"
}
},
"android.emu.debug": {
"binaryPath": "RNTester/android/app/build/outputs/apk/hermes/debug/app-hermes-x86-debug.apk",
"testBinaryPath": "RNTester/android/app/build/outputs/apk/androidTest/hermes/debug/app-hermes-debug-androidTest.apk",
"build": "./gradlew RNTester:android:app:assembleDebug RNTester:android:app:assembleAndroidTest -DtestBuildType=debug",
"type": "android.emulator",
"device": {
"avdName": "Nexus_6_API_29"
}
},
"ios.sim.release": {
"binaryPath": "RNTester/build/Build/Products/Release-iphonesimulator/RNTester.app/",
"build": "xcodebuild -workspace RNTester/RNTesterPods.xcworkspace -scheme RNTester -configuration Release -sdk iphonesimulator -derivedDataPath RNTester/build -UseModernBuildSystem=NO -quiet",
"type": "ios.simulator",
"name": "iPhone 8"
},
"ios.sim.debug": {
"binaryPath": "RNTester/build/Build/Products/Debug-iphonesimulator/RNTester.app/",
"build": "xcodebuild -workspace RNTester/RNTesterPods.xcworkspace -scheme RNTester -configuration Debug -sdk iphonesimulator -derivedDataPath RNTester/build -UseModernBuildSystem=NO -quiet",
"type": "ios.simulator",
"name": "iPhone 8"
}
}
},
"engines": {
"node": ">=10"
},
"files": [
"!template/node_modules",
"!template/package-lock.json",
"!template/yarn.lock",
".flowconfig",
"android",
"cli.js",
"flow",
"index.js",
"init.sh",
"interface.js",
"jest-preset.js",
"jest",
"lib",
"Libraries",
"LICENSE",
"local-cli",
"packager",
"React-Core.podspec",
"react-native.config.js",
"react.gradle",
"React.podspec",
"React",
"ReactAndroid",
"ReactCommon",
"README.md",
"rn-get-polyfills.js",
"scripts/react_native_pods.rb",
"scripts/compose-source-maps.js",
"scripts/ios-configure-glog.sh",
"scripts/launchPackager.bat",
"scripts/launchPackager.command",
"scripts/node-binary.sh",
"scripts/packager.sh",
"scripts/react-native-xcode.sh",
"template.config.js",
"template",
"third-party-podspecs"
],
"homepage": "https://github.com/facebook/react-native#readme",
"jest-junit": {
"outputDirectory": "reports/junit",
"outputName": "js-test-results.xml"
},
"license": "MIT",
"name": "react-native",
"peerDependencies": {
"react": "16.13.1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/facebook/react-native.git"
},
"scripts": {
"build-ios-e2e": "detox build -c ios.sim.release",
"clang-format": "clang-format -i --glob=*/**/*.{h,cpp,m,mm}",
"docker-build-android": "docker build -t reactnativeci/android -f .circleci/Dockerfiles/Dockerfile.android .",
"docker-setup-android": "docker pull reactnativecommunity/react-native-android",
"flow": "flow",
"flow-check-android": "flow check --flowconfig-name .flowconfig.android",
"flow-check-ios": "flow check",
"format": "npm run prettier && npm run clang-format",
"format-check": "prettier --list-different \"./**/*.{js,md,yml}\"",
"lint": "eslint .",
"lint-ci": "./scripts/circleci/analyze_code.sh && yarn shellcheck",
"prettier": "prettier --write \"./**/*.{js,md,yml}\"",
"shellcheck": "./scripts/circleci/analyze_scripts.sh",
"start": "react-native start",
"test": "jest",
"test-android-all": "yarn run docker-build-android && yarn run test-android-run-unit && yarn run test-android-run-instrumentation && yarn run test-android-run-e2e",
"test-android-e2e": "yarn run docker-build-android && yarn run test-android-run-e2e",
"test-android-instrumentation": "yarn run docker-build-android && yarn run test-android-run-instrumentation",
"test-android-run-e2e": "docker run --privileged -it reactnativeci/android bash .circleci/Dockerfiles/scripts/run-ci-e2e-tests.sh --android --js",
"test-android-run-instrumentation": "docker run --cap-add=SYS_ADMIN -it reactnativeci/android bash .circleci/Dockerfiles/scripts/run-android-docker-instrumentation-tests.sh",
"test-android-run-unit": "docker run --cap-add=SYS_ADMIN -it reactnativeci/android bash .circleci/Dockerfiles/scripts/run-android-docker-unit-tests.sh",
"test-android-unit": "yarn run docker-build-android && yarn run test-android-run-unit",
"test-ci": "jest --maxWorkers=2 --ci --reporters=\"default\" --reporters=\"jest-junit\"",
"test-ios": "./scripts/objc-test.sh test",
"test-ios-e2e": "detox test -c ios.sim.release RNTester/e2e"
},
"version": "0.63.2"
}