mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-01-26 17:12:23 +00:00
sync
This commit is contained in:
1939
node_modules/react-router/CHANGELOG.md
generated
vendored
Normal file
1939
node_modules/react-router/CHANGELOG.md
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
23
node_modules/react-router/LICENSE.md
generated
vendored
Normal file
23
node_modules/react-router/LICENSE.md
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) React Training LLC 2015-2019
|
||||
Copyright (c) Remix Software Inc. 2020-2021
|
||||
Copyright (c) Shopify Inc. 2022-2023
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
7
node_modules/react-router/README.md
generated
vendored
Normal file
7
node_modules/react-router/README.md
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
`react-router` is the primary package in the React Router project.
|
||||
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm i react-router
|
||||
```
|
||||
162
node_modules/react-router/package.json
generated
vendored
Normal file
162
node_modules/react-router/package.json
generated
vendored
Normal file
@@ -0,0 +1,162 @@
|
||||
{
|
||||
"name": "react-router",
|
||||
"version": "7.8.2",
|
||||
"description": "Declarative routing for React",
|
||||
"keywords": [
|
||||
"react",
|
||||
"router",
|
||||
"route",
|
||||
"routing",
|
||||
"history",
|
||||
"link"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/remix-run/react-router",
|
||||
"directory": "packages/react-router"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "Remix Software <hello@remix.run>",
|
||||
"sideEffects": false,
|
||||
"types": "./dist/development/index.d.ts",
|
||||
"main": "./dist/development/index.js",
|
||||
"module": "./dist/development/index.mjs",
|
||||
"exports": {
|
||||
".": {
|
||||
"react-server": {
|
||||
"module": "./dist/development/index-react-server.mjs",
|
||||
"default": "./dist/development/index-react-server.js"
|
||||
},
|
||||
"node": {
|
||||
"types": "./dist/development/index.d.ts",
|
||||
"module": "./dist/development/index.mjs",
|
||||
"module-sync": "./dist/development/index.mjs",
|
||||
"default": "./dist/development/index.js"
|
||||
},
|
||||
"module": {
|
||||
"types": "./dist/development/index.d.mts",
|
||||
"default": "./dist/development/index.mjs"
|
||||
},
|
||||
"import": {
|
||||
"types": "./dist/development/index.d.mts",
|
||||
"default": "./dist/development/index.mjs"
|
||||
},
|
||||
"default": {
|
||||
"types": "./dist/development/index.d.ts",
|
||||
"default": "./dist/development/index.js"
|
||||
}
|
||||
},
|
||||
"./dom": {
|
||||
"node": {
|
||||
"types": "./dist/development/dom-export.d.ts",
|
||||
"module": "./dist/development/dom-export.mjs",
|
||||
"module-sync": "./dist/development/dom-export.mjs",
|
||||
"default": "./dist/development/dom-export.js"
|
||||
},
|
||||
"module": {
|
||||
"types": "./dist/development/dom-export.d.mts",
|
||||
"default": "./dist/development/dom-export.mjs"
|
||||
},
|
||||
"import": {
|
||||
"types": "./dist/development/dom-export.d.mts",
|
||||
"default": "./dist/development/dom-export.mjs"
|
||||
},
|
||||
"default": {
|
||||
"types": "./dist/development/dom-export.d.ts",
|
||||
"default": "./dist/development/dom-export.js"
|
||||
}
|
||||
},
|
||||
"./internal": {
|
||||
"node": {
|
||||
"types": "./dist/development/lib/types/internal.d.ts"
|
||||
},
|
||||
"import": {
|
||||
"types": "./dist/development/lib/types/internal.d.mts"
|
||||
},
|
||||
"default": {
|
||||
"types": "./dist/development/lib/types/index.d.ts"
|
||||
}
|
||||
},
|
||||
"./internal/react-server-client": {
|
||||
"react-server": {
|
||||
"module": "./dist/development/index-react-server-client.mjs",
|
||||
"default": "./dist/development/index-react-server-client.js"
|
||||
},
|
||||
"node": {
|
||||
"types": "./dist/development/index.d.ts",
|
||||
"module": "./dist/development/index.mjs",
|
||||
"module-sync": "./dist/development/index.mjs",
|
||||
"default": "./dist/development/index.js"
|
||||
},
|
||||
"module": {
|
||||
"types": "./dist/development/index.d.mts",
|
||||
"default": "./dist/development/index.mjs"
|
||||
},
|
||||
"import": {
|
||||
"types": "./dist/development/index.d.mts",
|
||||
"default": "./dist/development/index.mjs"
|
||||
},
|
||||
"default": {
|
||||
"types": "./dist/development/index.d.ts",
|
||||
"default": "./dist/development/index.js"
|
||||
}
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"wireit": {
|
||||
"build": {
|
||||
"command": "premove dist && tsup && tsup --config tsup.config.rsc.ts",
|
||||
"files": [
|
||||
"lib/**",
|
||||
"*.ts",
|
||||
"tsconfig.json",
|
||||
"package.json"
|
||||
],
|
||||
"output": [
|
||||
"dist/**"
|
||||
]
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"cookie": "^1.0.1",
|
||||
"set-cookie-parser": "^2.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/jest-dom": "^6.6.3",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/set-cookie-parser": "^2.4.1",
|
||||
"jest-environment-jsdom": "^29.6.2",
|
||||
"premove": "^4.0.0",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"react-test-renderer": "^19.1.0",
|
||||
"tsup": "^8.3.0",
|
||||
"typescript": "^5.1.6",
|
||||
"undici": "^6.19.2",
|
||||
"wireit": "0.14.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"react-dom": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist/",
|
||||
"CHANGELOG.md",
|
||||
"LICENSE.md",
|
||||
"README.md"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "wireit",
|
||||
"watch": "tsup --watch & tsup --config tsup.config.rsc.ts --watch",
|
||||
"typecheck": "tsc"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user