{
  "_args": [
    [
      "@anivive/vue3-form-wizard@1.0.1",
      "/var/www/laravelapp"
    ]
  ],
  "_from": "@anivive/vue3-form-wizard@1.0.1",
  "_id": "@anivive/vue3-form-wizard@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-VrP5jq/LzQEm3dp95AsQBr5S2F8HNM4NJXopD79NY/NZnW/I9FxcVBl8/T11Z6CquUgce5zyFCFS/wj8L8njhQ==",
  "_location": "/@anivive/vue3-form-wizard",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@anivive/vue3-form-wizard@1.0.1",
    "name": "@anivive/vue3-form-wizard",
    "escapedName": "@anivive%2fvue3-form-wizard",
    "scope": "@anivive",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@anivive/vue3-form-wizard/-/vue3-form-wizard-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "/var/www/laravelapp",
  "author": {
    "name": "Dan McGowan",
    "url": "https://github.com/dan2kx"
  },
  "bugs": {
    "url": "https://github.com/Anivive/vue3-form-wizard/issues"
  },
  "contributors": [
    {
      "name": "Skyler Stearns",
      "url": "https://github.com/SkylerStearns"
    },
    {
      "name": "Nick Sirago",
      "url": "https://github.com/sirago"
    }
  ],
  "dependencies": {},
  "description": "Vue 3 wizard style json form generator",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^2.33.0",
    "@typescript-eslint/parser": "^2.33.0",
    "@vue/cli-plugin-babel": "~4.5.0",
    "@vue/cli-plugin-eslint": "^4.5.9",
    "@vue/cli-plugin-typescript": "^4.5.9",
    "@vue/cli-service": "^4.5.9",
    "@vue/compiler-sfc": "^3.0.4",
    "@vue/eslint-config-airbnb": "^5.0.2",
    "@vue/eslint-config-typescript": "^5.0.2",
    "@vue/test-utils": "^2.0.0-beta.14",
    "babel-jest": "^26.6.3",
    "core-js": "^3.8.1",
    "eslint": "^6.8.0",
    "eslint-import-resolver-alias": "^1.1.2",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-vue": "^7.2.0",
    "jest": "^26.6.3",
    "sass": "^1.30.0",
    "sass-loader": "^10.1.0",
    "ts-jest": "^26.4.4",
    "typescript": "^4.1.3",
    "vue": "^3.0.5",
    "vue-jest": "^5.0.0-alpha.8"
  },
  "directories": {},
  "files": [
    "dist/*"
  ],
  "homepage": "https://github.com/Anivive/vue3-form-wizard#readme",
  "keywords": [
    "vue",
    "vue-3",
    "form",
    "wizard",
    "json"
  ],
  "license": "MIT",
  "main": "dist/index.common.js",
  "name": "@anivive/vue3-form-wizard",
  "organization": "Anivive Lifesciences Inc.",
  "peerDependencies": {
    "vue": "^3.0.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Anivive/vue3-form-wizard.git"
  },
  "scripts": {
    "build": "vue-cli-service build --target lib --name index src/main.js src/sass/main.scss && rm ./dist/demo.html",
    "docs": "docsify serve ./docs",
    "lint": "vue-cli-service lint",
    "test": "jest ./tests"
  },
  "unpkg": "dist/index.min.js",
  "version": "1.0.1"
}
