{
  "_args": [
    [
      "@inertiajs/core@2.3.18",
      "/Users/gastoenock/Desktop/Laravel/ttsl-ai"
    ]
  ],
  "_development": true,
  "_from": "@inertiajs/core@2.3.18",
  "_id": "@inertiajs/core@2.3.18",
  "_inBundle": false,
  "_integrity": "sha512-StOszdE28nx9uxY4I28d7oLRGLdu/F9pRgWody2k29Qe9WqAoPHVQ5VJabTi2RTYHJXZrZZ+Wgtw3qVRZMrwOA==",
  "_location": "/@inertiajs/core",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@inertiajs/core@2.3.18",
    "name": "@inertiajs/core",
    "escapedName": "@inertiajs%2fcore",
    "scope": "@inertiajs",
    "rawSpec": "2.3.18",
    "saveSpec": null,
    "fetchSpec": "2.3.18"
  },
  "_requiredBy": [
    "/@inertiajs/react"
  ],
  "_resolved": "https://registry.npmjs.org/@inertiajs/core/-/core-2.3.18.tgz",
  "_spec": "2.3.18",
  "_where": "/Users/gastoenock/Desktop/Laravel/ttsl-ai",
  "bugs": {
    "url": "https://github.com/inertiajs/inertia/issues"
  },
  "contributors": [
    {
      "name": "Jonathan Reinink",
      "email": "jonathan@reinink.ca"
    },
    {
      "name": "Claudio Dekker",
      "email": "claudio@ubient.net"
    },
    {
      "name": "Sebastian De Deyne",
      "email": "sebastiandedeyne@gmail.com"
    }
  ],
  "dependencies": {
    "@types/lodash-es": "^4.17.12",
    "axios": "^1.13.5",
    "laravel-precognition": "^1.0.2",
    "lodash-es": "^4.17.23",
    "qs": "^6.15.0"
  },
  "description": "A framework for creating server-driven single page apps.",
  "devDependencies": {
    "@types/node": "^18.19.130",
    "@types/qs": "^6.14.0",
    "es-check": "^9.6.1",
    "esbuild": "^0.27.3",
    "esbuild-node-externals": "^1.20.1",
    "typescript": "^5.9.3"
  },
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "import": "./dist/index.esm.js",
      "require": "./dist/index.js"
    },
    "./server": {
      "types": "./types/server.d.ts",
      "import": "./dist/server.esm.js",
      "require": "./dist/server.js"
    }
  },
  "files": [
    "dist",
    "types"
  ],
  "homepage": "https://inertiajs.com/",
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@inertiajs/core",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inertiajs/inertia.git",
    "directory": "packages/inertia"
  },
  "scripts": {
    "build": "pnpm clean && ./build.js && tsc",
    "build:with-deps": "./build.js --with-deps",
    "clean": "rm -rf types && rm -rf dist",
    "dev": "pnpx concurrently -c \"#ffcf00,#3178c6\" \"pnpm dev:build\" \"pnpm dev:types\" --names build,types",
    "dev:build": "./build.js --watch",
    "dev:types": "tsc --watch --preserveWatchOutput",
    "es2020-check": "pnpm build:with-deps && es-check es2020 \"dist/index.esm.js\" --checkFeatures --module --noCache --verbose"
  },
  "type": "module",
  "types": "types/index.d.ts",
  "typesVersions": {
    "*": {
      "server": [
        "types/server.d.ts"
      ]
    }
  },
  "version": "2.3.18"
}
