Files
med-notes/.pnpm-store/v10/files/99/b3b24d03f2396bcacbebc24cf55668542fd92cc9f9e5204c28cf6e990ec4d40408ad55c319dc8d4cc5bf0ff8f65e6ce9d73b89c1fc99935d80c5a0d22914f9
2025-05-09 05:30:08 +02:00

47 lines
1.0 KiB
Plaintext

{
"name": "@tanstack/history",
"version": "1.114.29",
"description": "Modern and scalable routing for React applications",
"author": "Tanner Linsley",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TanStack/router.git",
"directory": "packages/history"
},
"homepage": "https://tanstack.com/router",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"keywords": [
"history",
"typescript"
],
"type": "module",
"types": "dist/esm/index.d.ts",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.js",
"exports": {
".": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/cjs/index.d.cts",
"default": "./dist/cjs/index.cjs"
}
},
"./package.json": "./package.json"
},
"sideEffects": false,
"files": [
"dist",
"src"
],
"engines": {
"node": ">=12"
},
"scripts": {}
}