{
  "_args": [
    [
      "@inertiajs/inertia-vue3@0.5.2",
      "C:\\laragon\\www\\jdih_satker_PA_SERANG"
    ]
  ],
  "_development": true,
  "_from": "@inertiajs/inertia-vue3@0.5.2",
  "_id": "@inertiajs/inertia-vue3@0.5.2",
  "_inBundle": false,
  "_integrity": "sha512-X9TiXTP4oVQ3bs4/yZz6O3vTTJ1f4W5EimhU9U/uUUfyU3IeWFk6yjNzkCb4D3FllMfKfX+inKIugQV1vb8asA==",
  "_location": "/@inertiajs/inertia-vue3",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@inertiajs/inertia-vue3@0.5.2",
    "name": "@inertiajs/inertia-vue3",
    "escapedName": "@inertiajs%2finertia-vue3",
    "scope": "@inertiajs",
    "rawSpec": "0.5.2",
    "saveSpec": null,
    "fetchSpec": "0.5.2"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@inertiajs/inertia-vue3/-/inertia-vue3-0.5.2.tgz",
  "_spec": "0.5.2",
  "_where": "C:\\laragon\\www\\jdih_satker_PA_SERANG",
  "bugs": {
    "url": "https://github.com/inertiajs/inertia/issues"
  },
  "contributors": [
    {
      "name": "Jonathan Reinink",
      "email": "jonathan@reinink.ca"
    }
  ],
  "dependencies": {
    "lodash.clonedeep": "^4.5.0",
    "lodash.isequal": "^4.5.0"
  },
  "description": "The Vue 3 adapter for Inertia.js",
  "devDependencies": {
    "@inertiajs/inertia": "^0.10.0",
    "eslint": "^7.0.0",
    "microbundle": "^0.12.0",
    "vue": "^3.0.0"
  },
  "homepage": "https://inertiajs.com/",
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@inertiajs/inertia-vue3",
  "peerDependencies": {
    "@inertiajs/inertia": "^0.10.0",
    "vue": "^3.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inertiajs/inertia.git",
    "directory": "packages/inertia-vue3"
  },
  "scripts": {
    "build": "npm run build:cjs && npm run build:umd",
    "build:cjs": "microbundle --format cjs",
    "build:umd": "microbundle --format umd --name InertiaVue --globals vue=Vue,@inertiajs/inertia=Inertia",
    "prepublishOnly": "npm run build",
    "watch": "microbundle watch --format cjs"
  },
  "source": "src/index.js",
  "typings": "index.d.ts",
  "unpkg": "dist/index.umd.js",
  "version": "0.5.2"
}
