{
  "_args": [
    [
      "@inertiajs/inertia-vue@0.7.2",
      "/var/www/html/esp"
    ]
  ],
  "_from": "@inertiajs/inertia-vue@0.7.2",
  "_id": "@inertiajs/inertia-vue@0.7.2",
  "_inBundle": false,
  "_integrity": "sha512-b1DYsL8rG1UHoMJzzcS5Fc5RLtWJb1+Mh6l9HDW3HzRtHyRflshfgj2FICtd005bfNahBcmGSWIK/JW1zMU12g==",
  "_location": "/@inertiajs/inertia-vue",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@inertiajs/inertia-vue@0.7.2",
    "name": "@inertiajs/inertia-vue",
    "escapedName": "@inertiajs%2finertia-vue",
    "scope": "@inertiajs",
    "rawSpec": "0.7.2",
    "saveSpec": null,
    "fetchSpec": "0.7.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@inertiajs/inertia-vue/-/inertia-vue-0.7.2.tgz",
  "_spec": "0.7.2",
  "_where": "/var/www/html/esp",
  "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": {
    "lodash.clonedeep": "^4.5.0",
    "lodash.isequal": "^4.5.0"
  },
  "description": "The Vue adapter for Inertia.js",
  "devDependencies": {
    "@inertiajs/inertia": "^0.10.0",
    "eslint": "^7.0.0",
    "microbundle": "^0.12.0",
    "vue": "^2.6.0"
  },
  "homepage": "https://inertiajs.com/",
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@inertiajs/inertia-vue",
  "peerDependencies": {
    "@inertiajs/inertia": "^0.10.0",
    "vue": "^2.6.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inertiajs/inertia.git",
    "directory": "packages/inertia-vue"
  },
  "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.7.2"
}
