88 lines
2.3 KiB
JSON
88 lines
2.3 KiB
JSON
{
|
|
"_from": "@react-navigation/routers@^5.7.4",
|
|
"_id": "@react-navigation/routers@5.7.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-0N202XAqsU/FlE53Nmh6GHyMtGm7g6TeC93mrFAFJOqGRKznT0/ail+cYlU6tNcPA9AHzZu1Modw1eoDINSliQ==",
|
|
"_location": "/@react-navigation/routers",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@react-navigation/routers@^5.7.4",
|
|
"name": "@react-navigation/routers",
|
|
"escapedName": "@react-navigation%2frouters",
|
|
"scope": "@react-navigation",
|
|
"rawSpec": "^5.7.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.7.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/@react-navigation/core"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@react-navigation/routers/-/routers-5.7.4.tgz",
|
|
"_shasum": "8b5460e841a0c64f6c9a5fbc2a1eb832432d4fb0",
|
|
"_spec": "@react-navigation/routers@^5.7.4",
|
|
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/@react-navigation/core",
|
|
"bugs": {
|
|
"url": "https://github.com/react-navigation/react-navigation/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"nanoid": "^3.1.15"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Routers to help build custom navigators",
|
|
"devDependencies": {
|
|
"del-cli": "^3.0.1",
|
|
"react-native-builder-bob": "^0.17.0",
|
|
"typescript": "^4.0.3"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"lib",
|
|
"!**/__tests__"
|
|
],
|
|
"gitHead": "89d3365efb48c48e879c05ece2423f42c20f26cb",
|
|
"homepage": "https://reactnavigation.org/docs/5.x/custom-routers/",
|
|
"keywords": [
|
|
"react",
|
|
"react-native",
|
|
"react-navigation"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/commonjs/index.js",
|
|
"module": "lib/module/index.js",
|
|
"name": "@react-navigation/routers",
|
|
"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/routers"
|
|
},
|
|
"scripts": {
|
|
"clean": "del lib",
|
|
"prepare": "bob build"
|
|
},
|
|
"sideEffects": false,
|
|
"source": "src/index.tsx",
|
|
"types": "lib/typescript/src/index.d.ts",
|
|
"version": "5.7.4"
|
|
}
|