{
  "_from": "@inertiajs/inertia@^0.11.0",
  "_id": "@inertiajs/inertia@0.11.1",
  "_inBundle": false,
  "_integrity": "sha512-btmV53c54oW4Z9XF0YyTdIUnM7ue0ONy3/KJOz6J1C5CYIwimiKfDMpz8ZbGJuxS+SPdOlNsqj2ZhlHslpJRZg==",
  "_location": "/@inertiajs/inertia",
  "_phantomChildren": {
    "follow-redirects": "1.15.6"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@inertiajs/inertia@^0.11.0",
    "name": "@inertiajs/inertia",
    "escapedName": "@inertiajs%2finertia",
    "scope": "@inertiajs",
    "rawSpec": "^0.11.0",
    "saveSpec": null,
    "fetchSpec": "^0.11.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@inertiajs/inertia/-/inertia-0.11.1.tgz",
  "_shasum": "f324f09a03e1dd944404bd09935c0141a4b3a85d",
  "_spec": "@inertiajs/inertia@^0.11.0",
  "_where": "/home/smiles/public_html/rpos",
  "bugs": {
    "url": "https://github.com/inertiajs/inertia/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Jonathan Reinink",
      "email": "jonathan@reinink.ca"
    },
    {
      "name": "Claudio Dekker",
      "email": "claudio@ubient.net"
    },
    {
      "name": "Sebastian De Deyne",
      "email": "sebastiandedeyne@gmail.com"
    }
  ],
  "dependencies": {
    "axios": "^0.21.1",
    "deepmerge": "^4.0.0",
    "qs": "^6.9.0"
  },
  "deprecated": false,
  "description": "A framework for creating server-driven single page apps.",
  "devDependencies": {
    "@types/deepmerge": "^2.2.0",
    "@types/qs": "^6.9.0",
    "@typescript-eslint/eslint-plugin": "^4.19.0",
    "@typescript-eslint/parser": "^4.19.0",
    "eslint": "^7.23.0",
    "microbundle": "^0.12.0",
    "typescript": "^4.2.4"
  },
  "files": [
    "dist",
    "types"
  ],
  "homepage": "https://inertiajs.com/",
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@inertiajs/inertia",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inertiajs/inertia.git",
    "directory": "packages/inertia"
  },
  "scripts": {
    "build": "npm run clean && npm run build:cjs && npm run build:umd",
    "build:cjs": "microbundle --format cjs",
    "build:umd": "microbundle --format umd --name Inertia --external none",
    "clean": "rm -rf types && rm -rf dist",
    "prepublishOnly": "npm run build",
    "watch": "microbundle watch --format cjs"
  },
  "source": "src/index.ts",
  "types": "types/index.d.ts",
  "unpkg": "dist/index.umd.js",
  "version": "0.11.1"
}
