{
  "_from": "@inertiajs/inertia@^0.8.4",
  "_id": "@inertiajs/inertia@0.8.6",
  "_inBundle": false,
  "_integrity": "sha512-WHru6ZHV92d8HJqDYEFFEPTJdC9ogyISEO+hgR18PxzV19zqll51aUkmC5LFI/YGZ8kZyJVB+3k2YSvQs87opQ==",
  "_location": "/@inertiajs/inertia",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@inertiajs/inertia@^0.8.4",
    "name": "@inertiajs/inertia",
    "escapedName": "@inertiajs%2finertia",
    "scope": "@inertiajs",
    "rawSpec": "^0.8.4",
    "saveSpec": null,
    "fetchSpec": "^0.8.4"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@inertiajs/inertia/-/inertia-0.8.6.tgz",
  "_shasum": "30850e4005d50a997aa7af1c3cfdfccec9b8c2df",
  "_spec": "@inertiajs/inertia@^0.8.4",
  "_where": "C:\\wamp64\\www\\etraveller",
  "bugs": {
    "url": "https://github.com/inertiajs/inertia/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Jonathan Reinink",
      "email": "jonathan@reinink.ca"
    },
    {
      "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": {
    "eslint": "^7.0.0",
    "microbundle": "^0.12.0"
  },
  "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 build:cjs && npm run build:umd",
    "build:cjs": "microbundle --format cjs",
    "build:umd": "microbundle --format umd --name Inertia --external none",
    "prepublishOnly": "npm run build",
    "watch": "microbundle watch --format cjs"
  },
  "source": "src/index.js",
  "typings": "index.d.ts",
  "unpkg": "dist/index.umd.js",
  "version": "0.8.6"
}
