99 lines
2.6 KiB
JSON
99 lines
2.6 KiB
JSON
{
|
|
"_from": "@react-navigation/core@^5.14.4",
|
|
"_id": "@react-navigation/core@5.16.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-dy/sfO2Tl41r3vB2uUXTh6d9HY7Q2i43CxfqsU4fnGw5QRmp+7LaMidhGYOoH1wJ50IMWoBC2TdAr0x+5iluHg==",
|
|
"_location": "/@react-navigation/core",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@react-navigation/core@^5.14.4",
|
|
"name": "@react-navigation/core",
|
|
"escapedName": "@react-navigation%2fcore",
|
|
"scope": "@react-navigation",
|
|
"rawSpec": "^5.14.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.14.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/@react-navigation/native"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-5.16.0.tgz",
|
|
"_shasum": "93f96661df146180415e9c852f4d604884877e63",
|
|
"_spec": "@react-navigation/core@^5.14.4",
|
|
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/@react-navigation/native",
|
|
"bugs": {
|
|
"url": "https://github.com/react-navigation/react-navigation/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@react-navigation/routers": "^5.7.4",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"nanoid": "^3.1.15",
|
|
"query-string": "^6.13.6",
|
|
"react-is": "^16.13.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Core utilities for building navigators",
|
|
"devDependencies": {
|
|
"@testing-library/react-native": "^7.1.0",
|
|
"@types/react": "^16.9.53",
|
|
"@types/react-is": "^16.7.1",
|
|
"del-cli": "^3.0.1",
|
|
"react": "~16.13.1",
|
|
"react-native-builder-bob": "^0.17.0",
|
|
"react-test-renderer": "~16.13.1",
|
|
"typescript": "^4.0.3"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"lib",
|
|
"!**/__tests__"
|
|
],
|
|
"gitHead": "3e11b30c8187a816b044f7943277af0196b564f1",
|
|
"homepage": "https://reactnavigation.org",
|
|
"keywords": [
|
|
"react",
|
|
"react-native",
|
|
"react-navigation"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/commonjs/index.js",
|
|
"module": "lib/module/index.js",
|
|
"name": "@react-navigation/core",
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"react-native": "src/index.tsx",
|
|
"react-native-builder-bob": {
|
|
"source": "src",
|
|
"output": "lib",
|
|
"targets": [
|
|
"commonjs",
|
|
"module",
|
|
[
|
|
"typescript",
|
|
{
|
|
"project": "tsconfig.build.json"
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/react-navigation/react-navigation.git",
|
|
"directory": "packages/core"
|
|
},
|
|
"scripts": {
|
|
"clean": "del lib",
|
|
"prepare": "bob build"
|
|
},
|
|
"source": "src/index.tsx",
|
|
"types": "lib/typescript/src/index.d.ts",
|
|
"version": "5.16.0"
|
|
}
|