{
  "_args": [
    [
      "@inertiajs/inertia@0.10.1",
      "C:\\laragon\\www\\jdih_satker_PA_SERANG"
    ]
  ],
  "_development": true,
  "_from": "@inertiajs/inertia@0.10.1",
  "_id": "@inertiajs/inertia@0.10.1",
  "_inBundle": false,
  "_integrity": "sha512-Ntyaerh07QnpIOxC+qsteUZ9OGVWfogpg3fCkSxciaX6AZyYLT6t7IFPkefPShb9LC2G4Woh1hel4t/pMr2vRQ==",
  "_location": "/@inertiajs/inertia",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@inertiajs/inertia@0.10.1",
    "name": "@inertiajs/inertia",
    "escapedName": "@inertiajs%2finertia",
    "scope": "@inertiajs",
    "rawSpec": "0.10.1",
    "saveSpec": null,
    "fetchSpec": "0.10.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@inertiajs/inertia/-/inertia-0.10.1.tgz",
  "_spec": "0.10.1",
  "_where": "C:\\laragon\\www\\jdih_satker_PA_SERANG",
  "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": {
    "axios": "^0.21.1",
    "deepmerge": "^4.0.0",
    "qs": "^6.9.0"
  },
  "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.10.1"
}
