{"_id":"vue-form-wizard","_rev":"40-9ca7c27ef224b08f08a8ce7976d71fe5","name":"vue-form-wizard","time":{"modified":"2023-03-08T19:54:46.612Z","created":"2017-04-17T21:48:26.280Z","1.0.0":"2017-04-17T21:48:26.280Z","1.0.1":"2017-04-17T22:06:18.087Z","1.0.2":"2017-04-17T22:07:47.359Z","1.0.3":"2017-04-17T22:25:22.830Z","0.1.0":"2017-04-17T22:31:05.364Z","0.1.5":"2017-04-17T22:36:53.101Z","0.1.6":"2017-04-17T22:37:52.259Z","0.1.7":"2017-04-18T06:29:09.571Z","0.1.8":"2017-04-18T09:29:28.360Z","0.1.9":"2017-04-18T13:19:07.245Z","0.1.10":"2017-04-19T18:05:57.574Z","0.1.11":"2017-04-19T18:08:32.186Z","0.1.12":"2017-04-20T08:08:35.446Z","0.2.1":"2017-04-26T19:35:10.164Z","0.2.2":"2017-04-27T16:55:19.960Z","0.3.0":"2017-05-06T11:31:31.651Z","0.4.0":"2017-05-28T19:40:53.553Z","0.4.2":"2017-06-04T18:48:54.082Z","0.5.0":"2017-07-03T16:17:42.434Z","0.6.1":"2017-07-12T21:20:20.981Z","0.6.2":"2017-07-31T19:24:26.609Z","0.6.3":"2017-08-06T19:22:58.014Z","0.6.4":"2017-08-28T17:25:43.850Z","0.6.5":"2017-09-05T19:21:47.883Z","0.6.6":"2017-09-11T16:11:24.180Z","0.7.0":"2017-10-01T08:01:06.307Z","0.7.1":"2017-11-15T15:22:33.938Z","0.8.0":"2017-11-22T17:02:47.008Z","0.8.1":"2017-11-28T15:59:47.862Z","0.8.2":"2017-12-29T14:29:08.320Z","0.8.4":"2018-02-21T22:22:47.935Z"},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"dist-tags":{"latest":"0.8.4"},"description":"A vue based tab/form wizard","readme":"\n<h1 align=\"center\">Vue form wizard</h1>\n\n<p align=\"center\">\n  <a href=\"https://www.npmjs.com/package/vue-form-wizard\"><img src=\"https://img.shields.io/npm/v/vue-form-wizard.svg\"></a>\n  <a href=\"https://www.npmjs.com/package/vue-form-wizard\"><img src=\"https://img.shields.io/npm/dt/vue-form-wizard.svg\"></a>\n<a href='https://coveralls.io/github/cristijora/vue-form-wizard?branch=master'><img src='https://coveralls.io/repos/github/cristijora/vue-form-wizard/badge.svg?branch=master' alt='Coverage Status' /></a>\n  <a href=\"https://github.com/cristijora/vue-form-wizard/blob/master/LICENCE.md\"><img src=\"https://img.shields.io/badge/license-MIT-blue.svg\"></a>\n  <a href=\"http://img.badgesize.io/cristijora/vue-form-wizard/master/dist/vue-form-wizard.js.svg?compression=gzip&style=flat-square\">\n    <img src=\"http://img.badgesize.io/cristijora/vue-form-wizard/master/dist/vue-form-wizard.js.svg?compression=gzip&style=flat-square\">\n  </a>\n</p>\n\nA dynamic wizard to split your forms easier\n\nVue-form-wizard is a vue based component with no external depenendcies which simplifies tab wizard management.\n\n## Demos:\nBasic [demo](https://jsfiddle.net/bt5dhqtf/97/)\n\nOther demos:\n* [Squared steps](https://jsfiddle.net/bt5dhqtf/98/)\n* [Tabbed steps](https://jsfiddle.net/bt5dhqtf/99/)\n* [Sizing](https://jsfiddle.net/CristiJ/bt5dhqtf/924/)\n* [Step index](https://jsfiddle.net/bt5dhqtf/100/) Start at any step. Note: start-index is zero-based and the count starts at 0\n* [Custom button and title text](https://jsfiddle.net/bt5dhqtf/101/)\n* [Custom title slot](https://jsfiddle.net/bt5dhqtf/102/)\n* [Customized buttons with slots](https://jsfiddle.net/bt5dhqtf/103/) Replace stuff you don't like\n* [Call a function before tab switch](https://jsfiddle.net/bt5dhqtf/105/)\n* [Complete form example](https://jsfiddle.net/CristiJ/bt5dhqtf/286/) integrated with [vue-form-generator](https://github.com/icebob/vue-form-generator)\n* [Element UI form integration](https://codesandbox.io/s/l9mz5zn7yz)\n* [Vuelidate integration](https://jsfiddle.net/CristiJ/bt5dhqtf/1119/)\n* [Dynamic components for tabs](https://jsfiddle.net/bt5dhqtf/973/)\n* [Vue router integration](https://jsfiddle.net/bt5dhqtf/267/) You can place a `router-view` inside the wizard and have a separate page per tab. A `route` prop must be passed to the tabs you want to handle certain tabs\n* [Async validation with error message](https://jsfiddle.net/CristiJ/bt5dhqtf/298/) `before-change` `beforeChange (): boolean | Promise<boolean>` can accept a promise that resolves with a boolean. Resolving with a truthy value, will trigger the navigation to next step. Rejecting with a message, will set an internal message that can be handled and displayed if needed.\n* [Animations with animate.css](https://jsfiddle.net/bt5dhqtf/1478/)\n* [Fancy step animations with lottie](https://codesandbox.io/s/3y0voo2oxp)\n\nIn browser [playground](https://cristijora.github.io/vue-form-wizard/#/?id=playground)\n\n# [Documentation](https://cristijora.github.io/vue-form-wizard/#/)\n","versions":{"0.1.0":{"name":"vue-form-wizard","version":"0.1.0","description":"A vue based tab/form wizard","main":"dist/vue-tab-wizard.js","homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","e2e":"node test/e2e/runner.js","test":"npm run unit && npm run e2e","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs"},"devDependencies":{"vue":"^2.2.2","autoprefixer":"^6.7.2","babel-core":"^6.22.1","babel-eslint":"^7.1.1","babel-loader":"^6.2.10","babel-plugin-istanbul":"^3.1.2","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.2.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","chai":"^3.5.0","chalk":"^1.1.3","chromedriver":"^2.27.2","connect-history-api-fallback":"^1.3.0","copy-webpack-plugin":"^4.0.1","cross-env":"^3.1.4","cross-spawn":"^5.0.1","css-loader":"^0.26.1","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^2.0.7","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^2.0.0","file-loader":"^0.10.0","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^2.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.4.0","karma-sinon-chai":"^1.2.4","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.26","karma-webpack":"^2.0.2","lolex":"^1.5.2","mocha":"^3.2.0","nightwatch":"^0.9.12","node-sass":"^4.5.2","opn":"^4.0.2","optimize-css-assets-webpack-plugin":"^1.3.0","ora":"^1.1.0","phantomjs-prebuilt":"^2.1.14","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.0.1","semver":"^5.3.0","shelljs":"^0.7.6","sinon":"^2.1.0","sinon-chai":"^2.8.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.5.8","vue-loader":"^11.1.4","vue-style-loader":"^2.0.0","vue-template-compiler":"^2.2.4","webpack":"^2.2.1","webpack-bundle-analyzer":"^2.2.1","webpack-dev-middleware":"^1.10.0","webpack-hot-middleware":"^2.16.1","webpack-merge":"^2.6.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"769f3322f197c94ff98d4206f42a247a1cfc5dbe","_id":"vue-form-wizard@0.1.0","_shasum":"a03c6e038fc01933da97b174451e1f2a0c67950c","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"shasum":"a03c6e038fc01933da97b174451e1f2a0c67950c","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.1.0.tgz","integrity":"sha512-xgv2x8Z2WjcZf7khINvEQll0JLVAPldVfUW5fxBdyBcHTa1vEOMaBuhLWcFHt8ImJluskT1VVoePTnpQuKMWvA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFqXj+veqpWaokuOnpne7iSG/BsxFmbHsSAv7ez9i2mTAiBegkOB26sJ584xQgWo09Zzp+0KT8opyd8EtcWeLNZhmA=="}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/vue-form-wizard-0.1.0.tgz_1492468264658_0.11160041531547904"},"directories":{}},"0.1.5":{"name":"vue-form-wizard","version":"0.1.5","description":"A vue based tab/form wizard","main":"dist/vue-tab-wizard.js","homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","e2e":"node test/e2e/runner.js","test":"npm run unit && npm run e2e","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs"},"keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"devDependencies":{"vue":"^2.2.2","autoprefixer":"^6.7.2","babel-core":"^6.22.1","babel-eslint":"^7.1.1","babel-loader":"^6.2.10","babel-plugin-istanbul":"^3.1.2","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.2.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","chai":"^3.5.0","chalk":"^1.1.3","chromedriver":"^2.27.2","connect-history-api-fallback":"^1.3.0","copy-webpack-plugin":"^4.0.1","cross-env":"^3.1.4","cross-spawn":"^5.0.1","css-loader":"^0.26.1","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^2.0.7","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^2.0.0","file-loader":"^0.10.0","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^2.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.4.0","karma-sinon-chai":"^1.2.4","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.26","karma-webpack":"^2.0.2","lolex":"^1.5.2","mocha":"^3.2.0","nightwatch":"^0.9.12","node-sass":"^4.5.2","opn":"^4.0.2","optimize-css-assets-webpack-plugin":"^1.3.0","ora":"^1.1.0","phantomjs-prebuilt":"^2.1.14","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.0.1","semver":"^5.3.0","shelljs":"^0.7.6","sinon":"^2.1.0","sinon-chai":"^2.8.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.5.8","vue-loader":"^11.1.4","vue-style-loader":"^2.0.0","vue-template-compiler":"^2.2.4","webpack":"^2.2.1","webpack-bundle-analyzer":"^2.2.1","webpack-dev-middleware":"^1.10.0","webpack-hot-middleware":"^2.16.1","webpack-merge":"^2.6.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"93030c9aad4c42aeef4bbc5bca7b8713d46d741b","bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"_id":"vue-form-wizard@0.1.5","_shasum":"84dc0943be404f78a525aa5e558583baa6e6bd68","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"shasum":"84dc0943be404f78a525aa5e558583baa6e6bd68","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.1.5.tgz","integrity":"sha512-8LYiW/Ug2F+vrlekUIf1q4pNKtQOAIsxdivIA4+qKhYRaVsC05gfrmTBRNSwEVQiPpc+3xtw/tBU5h40xWHAhQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBZksNsgmczVc6mhWKE2QYWi9dbxZuD+DGdT2euZHXDEAiEAnLTbO40hHcVnA9QN4wFY6ZE3ySCyY51jXgPyI1ndQ0k="}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/vue-form-wizard-0.1.5.tgz_1492468610673_0.6291061227675527"},"directories":{}},"0.1.6":{"name":"vue-form-wizard","version":"0.1.6","description":"A vue based tab/form wizard","main":"dist/vue-tab-wizard.js","homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","e2e":"node test/e2e/runner.js","test":"npm run unit && npm run e2e","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs"},"keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"devDependencies":{"vue":"^2.2.2","autoprefixer":"^6.7.2","babel-core":"^6.22.1","babel-eslint":"^7.1.1","babel-loader":"^6.2.10","babel-plugin-istanbul":"^3.1.2","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.2.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","chai":"^3.5.0","chalk":"^1.1.3","chromedriver":"^2.27.2","connect-history-api-fallback":"^1.3.0","copy-webpack-plugin":"^4.0.1","cross-env":"^3.1.4","cross-spawn":"^5.0.1","css-loader":"^0.26.1","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^2.0.7","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^2.0.0","file-loader":"^0.10.0","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^2.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.4.0","karma-sinon-chai":"^1.2.4","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.26","karma-webpack":"^2.0.2","lolex":"^1.5.2","mocha":"^3.2.0","nightwatch":"^0.9.12","node-sass":"^4.5.2","opn":"^4.0.2","optimize-css-assets-webpack-plugin":"^1.3.0","ora":"^1.1.0","phantomjs-prebuilt":"^2.1.14","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.0.1","semver":"^5.3.0","shelljs":"^0.7.6","sinon":"^2.1.0","sinon-chai":"^2.8.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.5.8","vue-loader":"^11.1.4","vue-style-loader":"^2.0.0","vue-template-compiler":"^2.2.4","webpack":"^2.2.1","webpack-bundle-analyzer":"^2.2.1","webpack-dev-middleware":"^1.10.0","webpack-hot-middleware":"^2.16.1","webpack-merge":"^2.6.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"732d6127475f9d5021aa031630a2df6de3769574","bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"_id":"vue-form-wizard@0.1.6","_shasum":"a74f4b3195ecb62a2230fc1cd3980a1b008b4d70","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"shasum":"a74f4b3195ecb62a2230fc1cd3980a1b008b4d70","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.1.6.tgz","integrity":"sha512-jZsG9dNz6mqS37p3dHQ4cnoctbgD37Lq82ROYtwOPvqyhyGAb76OPRMv6zTZKaJICyFu2q5NPS/Gr7/g6G7R9A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC9YRjKulT1eUpumGUVEVHyS5yAK8IOAz2oEgKZbalmjQIgIOAM8n5HiEnGiN6B9tJVVMJEKc9mg24mJkscBPeHtDE="}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/vue-form-wizard-0.1.6.tgz_1492468669986_0.9870020407252014"},"directories":{}},"0.1.7":{"name":"vue-form-wizard","version":"0.1.7","description":"A vue based tab/form wizard","main":"dist/vue-form-wizard.js","homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","e2e":"node test/e2e/runner.js","test":"npm run unit && npm run e2e","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs"},"keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"devDependencies":{"vue":"^2.2.2","autoprefixer":"^6.7.2","babel-core":"^6.22.1","babel-eslint":"^7.1.1","babel-loader":"^6.2.10","babel-plugin-istanbul":"^3.1.2","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.2.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","chai":"^3.5.0","chalk":"^1.1.3","chromedriver":"^2.27.2","connect-history-api-fallback":"^1.3.0","copy-webpack-plugin":"^4.0.1","cross-env":"^3.1.4","cross-spawn":"^5.0.1","css-loader":"^0.26.1","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^2.0.7","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^2.0.0","file-loader":"^0.10.0","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^2.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.4.0","karma-sinon-chai":"^1.2.4","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.26","karma-webpack":"^2.0.2","lolex":"^1.5.2","mocha":"^3.2.0","nightwatch":"^0.9.12","node-sass":"^4.5.2","opn":"^4.0.2","optimize-css-assets-webpack-plugin":"^1.3.0","ora":"^1.1.0","phantomjs-prebuilt":"^2.1.14","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.0.1","semver":"^5.3.0","shelljs":"^0.7.6","sinon":"^2.1.0","sinon-chai":"^2.8.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.5.8","vue-loader":"^11.1.4","vue-style-loader":"^2.0.0","vue-template-compiler":"^2.2.4","webpack":"^2.2.1","webpack-bundle-analyzer":"^2.2.1","webpack-dev-middleware":"^1.10.0","webpack-hot-middleware":"^2.16.1","webpack-merge":"^2.6.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"404eab94c16bf0b71e953bfd696e6f855bf58947","bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"_id":"vue-form-wizard@0.1.7","_shasum":"193236cb7e7b75b34039310a01355d216199daec","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"shasum":"193236cb7e7b75b34039310a01355d216199daec","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.1.7.tgz","integrity":"sha512-CL0fykAf9lPJcpa/GjtxdTYjhXf/I7PRL4vIAuDpDx7Ps4RHvUGGYbldChMpqu4q76SdfpsPcQ5mt3daKMvMGg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEXd+1moifAr6V5BNK574sFAVZ6QQXeeueOACVXxXu5QIhANG46EnzHOix3BKGxXwWHmnJpxoxAUv6m5tU6LXSTzo5"}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/vue-form-wizard-0.1.7.tgz_1492496947319_0.18265720456838608"},"directories":{}},"0.1.8":{"name":"vue-form-wizard","version":"0.1.8","description":"A vue based tab/form wizard","main":"dist/vue-form-wizard.js","homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","e2e":"node test/e2e/runner.js","test":"npm run unit && npm run e2e","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs"},"keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"devDependencies":{"vue":"^2.2.2","autoprefixer":"^6.7.2","babel-core":"^6.22.1","babel-eslint":"^7.1.1","babel-loader":"^6.2.10","babel-plugin-istanbul":"^3.1.2","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.2.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","chai":"^3.5.0","chalk":"^1.1.3","chromedriver":"^2.27.2","connect-history-api-fallback":"^1.3.0","copy-webpack-plugin":"^4.0.1","cross-env":"^3.1.4","cross-spawn":"^5.0.1","css-loader":"^0.26.1","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^2.0.7","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^2.0.0","file-loader":"^0.10.0","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^2.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.4.0","karma-sinon-chai":"^1.2.4","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.26","karma-webpack":"^2.0.2","lolex":"^1.5.2","mocha":"^3.2.0","nightwatch":"^0.9.12","node-sass":"^4.5.2","opn":"^4.0.2","optimize-css-assets-webpack-plugin":"^1.3.0","ora":"^1.1.0","phantomjs-prebuilt":"^2.1.14","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.0.1","semver":"^5.3.0","shelljs":"^0.7.6","sinon":"^2.1.0","sinon-chai":"^2.8.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.5.8","vue-loader":"^11.1.4","vue-style-loader":"^2.0.0","vue-template-compiler":"^2.2.4","webpack":"^2.2.1","webpack-bundle-analyzer":"^2.2.1","webpack-dev-middleware":"^1.10.0","webpack-hot-middleware":"^2.16.1","webpack-merge":"^2.6.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"da5e81a830645054aec9b76eec79faa987a0165d","bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"_id":"vue-form-wizard@0.1.8","_shasum":"e60687cdf12110995628ad213e3d1a72d653fcdf","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"shasum":"e60687cdf12110995628ad213e3d1a72d653fcdf","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.1.8.tgz","integrity":"sha512-Ozn4xIVrbp5etgewVyUTqHiv98KRXqXZNerYuGj+BnsyCz3QaC6ytl1orANFRTLwpBzID4YgqnDoHn9NC47Qcg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE+oKcWOUoWJd4VlwJ7Opzu5zXJZSOMgaijBmAIeehiLAiEA8/wvHb/jUmMl4OkZpIlRtR9753rfrdcvgLtYsbHPflo="}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/vue-form-wizard-0.1.8.tgz_1492507767807_0.2984024747274816"},"directories":{}},"0.1.9":{"name":"vue-form-wizard","version":"0.1.9","description":"A vue based tab/form wizard","main":"dist/vue-form-wizard.js","homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","e2e":"node test/e2e/runner.js","test":"npm run unit && npm run e2e","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs"},"keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"devDependencies":{"vue":"^2.2.2","autoprefixer":"^6.7.2","babel-core":"^6.22.1","babel-eslint":"^7.1.1","babel-loader":"^6.2.10","babel-plugin-istanbul":"^3.1.2","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.2.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","chai":"^3.5.0","chalk":"^1.1.3","chromedriver":"^2.27.2","connect-history-api-fallback":"^1.3.0","copy-webpack-plugin":"^4.0.1","cross-env":"^3.1.4","cross-spawn":"^5.0.1","css-loader":"^0.26.1","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^2.0.7","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^2.0.0","file-loader":"^0.10.0","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^2.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.4.0","karma-sinon-chai":"^1.2.4","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.26","karma-webpack":"^2.0.2","lolex":"^1.5.2","mocha":"^3.2.0","nightwatch":"^0.9.12","node-sass":"^4.5.2","opn":"^4.0.2","optimize-css-assets-webpack-plugin":"^1.3.0","ora":"^1.1.0","phantomjs-prebuilt":"^2.1.14","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.0.1","semver":"^5.3.0","shelljs":"^0.7.6","sinon":"^2.1.0","sinon-chai":"^2.8.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.5.8","vue-loader":"^11.1.4","vue-style-loader":"^2.0.0","vue-template-compiler":"^2.2.4","webpack":"^2.2.1","webpack-bundle-analyzer":"^2.2.1","webpack-dev-middleware":"^1.10.0","webpack-hot-middleware":"^2.16.1","webpack-merge":"^2.6.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"e80275f9c50d7c38ea12519c0f3295665de58c8b","bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"_id":"vue-form-wizard@0.1.9","_shasum":"e9b61843f8c2eb10a4bb9ad1c4586212bd4c5f90","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"shasum":"e9b61843f8c2eb10a4bb9ad1c4586212bd4c5f90","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.1.9.tgz","integrity":"sha512-kqYdBoWRV5PYqO+UH/N11GsOWp2SilE7pFiEgBdsZ6HSIhYQ64waenM/xbJ/6MZQEhF9Oi8E4fzgmZ3vYraWfA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC05pgNwp3dKioaucZf23bmDUobMsxvHa9KP0FOSATuiwIhANufjw0c5KLtRikSG+LJ3jup9y6/9E81nVLPebqGkwzd"}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/vue-form-wizard-0.1.9.tgz_1492521545060_0.09566391888074577"},"directories":{}},"0.1.11":{"name":"vue-form-wizard","version":"0.1.11","description":"A vue based tab/form wizard","main":"dist/vue-form-wizard.js","homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","e2e":"node test/e2e/runner.js","test":"npm run unit && npm run e2e","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs"},"keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"devDependencies":{"vue":"^2.2.2","autoprefixer":"^6.7.2","babel-core":"^6.22.1","babel-eslint":"^7.1.1","babel-loader":"^6.2.10","babel-plugin-istanbul":"^3.1.2","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.2.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","chai":"^3.5.0","chalk":"^1.1.3","chromedriver":"^2.27.2","connect-history-api-fallback":"^1.3.0","copy-webpack-plugin":"^4.0.1","cross-env":"^3.1.4","cross-spawn":"^5.0.1","css-loader":"^0.26.1","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^2.0.7","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^2.0.0","file-loader":"^0.10.0","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^2.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.4.0","karma-sinon-chai":"^1.2.4","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.26","karma-webpack":"^2.0.2","lolex":"^1.5.2","mocha":"^3.2.0","nightwatch":"^0.9.12","node-sass":"^4.5.2","opn":"^4.0.2","optimize-css-assets-webpack-plugin":"^1.3.0","ora":"^1.1.0","phantomjs-prebuilt":"^2.1.14","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.0.1","semver":"^5.3.0","shelljs":"^0.7.6","sinon":"^2.1.0","sinon-chai":"^2.8.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.5.8","vue-loader":"^11.1.4","vue-style-loader":"^2.0.0","vue-template-compiler":"^2.2.4","webpack":"^2.2.1","webpack-bundle-analyzer":"^2.2.1","webpack-dev-middleware":"^1.10.0","webpack-hot-middleware":"^2.16.1","webpack-merge":"^2.6.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"e8537463ff2c86ed0e0c8d7046a876c611fc22cf","bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"_id":"vue-form-wizard@0.1.11","_shasum":"ac7800ecd7005248826beb240940ed7e10ab1570","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"shasum":"ac7800ecd7005248826beb240940ed7e10ab1570","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.1.11.tgz","integrity":"sha512-b0TZ8eIToA7skm7XTcOkORhHFzI7jqZeQ6wtQjW7cgkn33+2EvBU+fD/19tKk/wQVsikTy/gm3xerOCe1sFoJQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD32tZx5LP6++y1WvFuA71uUlNZ3fPMtKhpwuhTQfEY+wIgNw08O/+II78QSAwXZu4BlkiZDPtK+41lpFbd/EdSZvM="}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/vue-form-wizard-0.1.11.tgz_1492625310030_0.2092659412883222"},"directories":{}},"0.1.12":{"name":"vue-form-wizard","version":"0.1.12","description":"A vue based tab/form wizard","main":"dist/vue-form-wizard.js","homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","e2e":"node test/e2e/runner.js","test":"npm run unit && npm run e2e","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs"},"keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"devDependencies":{"autoprefixer":"^6.7.2","babel-core":"^6.22.1","babel-eslint":"^7.1.1","babel-loader":"^6.2.10","babel-plugin-istanbul":"^3.1.2","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.2.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","chai":"^3.5.0","chalk":"^1.1.3","chromedriver":"^2.27.2","connect-history-api-fallback":"^1.3.0","copy-webpack-plugin":"^4.0.1","cross-env":"^3.1.4","cross-spawn":"^5.0.1","css-loader":"^0.26.1","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^2.0.7","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^2.0.0","file-loader":"^0.10.0","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^2.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.4.0","karma-sinon-chai":"^1.2.4","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.26","karma-webpack":"^2.0.2","lolex":"^1.5.2","mocha":"^3.2.0","nightwatch":"^0.9.12","node-sass":"^4.5.2","opn":"^4.0.2","optimize-css-assets-webpack-plugin":"^1.3.0","ora":"^1.1.0","phantomjs-prebuilt":"^2.1.14","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.0.1","semver":"^5.3.0","shelljs":"^0.7.6","sinon":"^2.1.0","sinon-chai":"^2.8.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.5.8","vue":"^2.2.2","vue-loader":"^11.1.4","vue-router":"^2.4.0","vue-style-loader":"^2.0.0","vue-template-compiler":"^2.2.4","webpack":"^2.2.1","webpack-bundle-analyzer":"^2.2.1","webpack-dev-middleware":"^1.10.0","webpack-hot-middleware":"^2.16.1","webpack-merge":"^2.6.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"e6ef6a1f2a2a0f77854d5d782b29708c510a5507","bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"_id":"vue-form-wizard@0.1.12","_shasum":"1ec9531f4bc2e2b8aa7a14ae00c8f0f99a7e799b","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"shasum":"1ec9531f4bc2e2b8aa7a14ae00c8f0f99a7e799b","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.1.12.tgz","integrity":"sha512-wptXgfQPSszinEmqU0M91GUplqsVPjRN54yRctl+0A3eDcPfLkisqoilvndQlFIDakrUabVZH2epV877zmXj1w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCRxKue48yqzWGyEezsVcbA677qv6UYdwaHj4JnPCnQ6AIhAIcSmTUof1C3LOAejy7S9tsK065vY/2gWIjsJBUjiTRc"}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/vue-form-wizard-0.1.12.tgz_1492675714730_0.03524163109250367"},"directories":{}},"0.2.1":{"name":"vue-form-wizard","version":"0.2.1","description":"A vue based tab/form wizard","main":"dist/vue-form-wizard.js","homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","e2e":"node test/e2e/runner.js","test":"npm run unit && npm run e2e","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs"},"keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"devDependencies":{"autoprefixer":"^6.7.2","babel-core":"^6.22.1","babel-eslint":"^7.1.1","babel-loader":"^6.2.10","babel-plugin-istanbul":"^3.1.2","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.2.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","chai":"^3.5.0","chalk":"^1.1.3","chromedriver":"^2.27.2","connect-history-api-fallback":"^1.3.0","copy-webpack-plugin":"^4.0.1","cross-env":"^3.1.4","cross-spawn":"^5.0.1","css-loader":"^0.26.1","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^2.0.7","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^2.0.0","file-loader":"^0.10.0","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^2.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.4.0","karma-sinon-chai":"^1.2.4","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.26","karma-webpack":"^2.0.2","lolex":"^1.5.2","mocha":"^3.2.0","nightwatch":"^0.9.12","node-sass":"^4.5.2","opn":"^4.0.2","optimize-css-assets-webpack-plugin":"^1.3.0","ora":"^1.1.0","phantomjs-prebuilt":"^2.1.14","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.0.1","semver":"^5.3.0","shelljs":"^0.7.6","sinon":"^2.1.0","sinon-chai":"^2.8.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.5.8","vue":"^2.2.2","vue-loader":"^11.1.4","vue-router":"^2.5.1","vue-style-loader":"^2.0.0","vue-template-compiler":"^2.2.4","webpack":"^2.2.1","webpack-bundle-analyzer":"^2.2.1","webpack-dev-middleware":"^1.10.0","webpack-hot-middleware":"^2.16.1","webpack-merge":"^2.6.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"0d5350a635d7381c465d1a291eada5cf9f3cc7d6","bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"_id":"vue-form-wizard@0.2.1","_shasum":"6fe4ff0afef94a5480f487f77426c08647d33e9e","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"shasum":"6fe4ff0afef94a5480f487f77426c08647d33e9e","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.2.1.tgz","integrity":"sha512-DVeELRv66raVqxcYPdL+hkoEveJjr3/FqO/zlw/wXZ1Lh8QyvomelavCpAjiH5q8vwbZJwVGuyROPWhaOFXsVQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAkzXoQwwsObdNrymODjRnBGjyzKJYtJjLNcloaC5qsWAiA7DA3F+LRTvUylmDpQjTmy+4Yv6sq7doIssxG7xGjwdQ=="}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/vue-form-wizard-0.2.1.tgz_1493235309656_0.6710618778597564"},"directories":{}},"0.2.2":{"name":"vue-form-wizard","version":"0.2.2","description":"A vue based tab/form wizard","main":"dist/vue-form-wizard.js","homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","e2e":"node test/e2e/runner.js","test":"npm run unit && npm run e2e","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs"},"keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"devDependencies":{"autoprefixer":"^6.7.2","babel-core":"^6.22.1","babel-eslint":"^7.1.1","babel-loader":"^6.2.10","babel-plugin-istanbul":"^3.1.2","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.2.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","chai":"^3.5.0","chalk":"^1.1.3","chromedriver":"^2.27.2","connect-history-api-fallback":"^1.3.0","copy-webpack-plugin":"^4.0.1","cross-env":"^3.1.4","cross-spawn":"^5.0.1","css-loader":"^0.26.1","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^2.0.7","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^2.0.0","file-loader":"^0.10.0","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^2.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.4.0","karma-sinon-chai":"^1.2.4","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.26","karma-webpack":"^2.0.2","lolex":"^1.5.2","mocha":"^3.2.0","nightwatch":"^0.9.12","node-sass":"^4.5.2","opn":"^4.0.2","optimize-css-assets-webpack-plugin":"^1.3.0","ora":"^1.1.0","phantomjs-prebuilt":"^2.1.14","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.0.1","semver":"^5.3.0","shelljs":"^0.7.6","sinon":"^2.1.0","sinon-chai":"^2.8.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.5.8","vue":"^2.2.2","vue-loader":"^11.1.4","vue-router":"^2.5.1","vue-style-loader":"^2.0.0","vue-template-compiler":"^2.2.4","webpack":"^2.2.1","webpack-bundle-analyzer":"^2.2.1","webpack-dev-middleware":"^1.10.0","webpack-hot-middleware":"^2.16.1","webpack-merge":"^2.6.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"4b04365cbf32c2a3592368ff53b92801e2c201e3","bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"_id":"vue-form-wizard@0.2.2","_shasum":"ab947faeb2610758e80e5bdc9a0a20b48af0cb54","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"shasum":"ab947faeb2610758e80e5bdc9a0a20b48af0cb54","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.2.2.tgz","integrity":"sha512-6aBgzZlFbZ5Mf9SriOSzDRNeuj96S++i2HG0G9uYd72fTGauSF0A8e0qeIOjwfbKv7Idsr/CtAV2RTXnAtxHig==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDUK0uUZcw03p+Pip3AHcdcU3o5dZmVA9Kh1PXS4fc0qQIgHWcaYY7XJSBQ0PoC5eOL8MUJo/gjFDHMK5eeZ2sVqXQ="}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/vue-form-wizard-0.2.2.tgz_1493312117240_0.76978799700737"},"directories":{}},"0.3.0":{"name":"vue-form-wizard","version":"0.3.0","description":"A vue based tab/form wizard","main":"dist/vue-form-wizard.js","homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","unit:watch":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --watch","e2e":"node test/e2e/runner.js","test":"npm run unit && npm run e2e","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs"},"keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"devDependencies":{"autoprefixer":"^6.7.2","babel-core":"^6.22.1","babel-eslint":"^7.1.1","babel-loader":"^6.2.10","babel-plugin-istanbul":"^3.1.2","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.2.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","chai":"^3.5.0","chalk":"^1.1.3","chromedriver":"^2.27.2","connect-history-api-fallback":"^1.3.0","copy-webpack-plugin":"^4.0.1","cross-env":"^3.1.4","cross-spawn":"^5.0.1","css-loader":"^0.26.1","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^2.0.7","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^2.0.0","file-loader":"^0.10.0","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^2.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.4.0","karma-sinon-chai":"^1.2.4","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.26","karma-webpack":"^2.0.2","lolex":"^1.5.2","mocha":"^3.2.0","nightwatch":"^0.9.12","node-sass":"^4.5.2","opn":"^4.0.2","optimize-css-assets-webpack-plugin":"^1.3.0","ora":"^1.1.0","phantomjs-prebuilt":"^2.1.14","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.0.1","semver":"^5.3.0","shelljs":"^0.7.6","sinon":"^2.1.0","sinon-chai":"^2.8.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.5.8","vue":"^2.2.2","vue-loader":"^11.1.4","vue-router":"^2.5.1","vue-style-loader":"^2.0.0","vue-template-compiler":"^2.2.4","webpack":"^2.2.1","webpack-bundle-analyzer":"^2.2.1","webpack-dev-middleware":"^1.10.0","webpack-hot-middleware":"^2.16.1","webpack-merge":"^2.6.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"89324749c24ea0aed2b7567a9567e571a0af7b0f","bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"_id":"vue-form-wizard@0.3.0","_shasum":"c5fc978650effbbe48ffe23967e5142bed5a7996","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"shasum":"c5fc978650effbbe48ffe23967e5142bed5a7996","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.3.0.tgz","integrity":"sha512-YIVlCxr7zPQFErtDWLNlkSvUvTuvPp7hi8fcDSp5pcukY4hGJ3eMAaEUY8PiDFpmoTN7n2an9VdE9UBRKCyzqA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDAeMfCspEAWUEvH3H/hGhUkNX7IcrU1SHzSWudfMn7owIgKRXNGuR7EVk50OUOcKY/EAYv+LiJzprPvBpTTZQwJ4s="}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/vue-form-wizard-0.3.0.tgz_1494070289353_0.9010031097568572"},"directories":{}},"0.4.0":{"name":"vue-form-wizard","version":"0.4.0","description":"A vue based tab/form wizard","main":"dist/vue-form-wizard.js","files":["dist"],"homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","unit:watch":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --watch","e2e":"node test/e2e/runner.js","test":"npm run unit && npm run e2e","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs"},"keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"devDependencies":{"autoprefixer":"^6.7.2","babel-core":"^6.22.1","babel-eslint":"^7.1.1","babel-loader":"^6.2.10","babel-plugin-istanbul":"^3.1.2","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.2.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","chai":"^3.5.0","chalk":"^1.1.3","chromedriver":"^2.27.2","connect-history-api-fallback":"^1.3.0","copy-webpack-plugin":"^4.0.1","cross-env":"^3.1.4","cross-spawn":"^5.0.1","css-loader":"^0.26.1","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^2.0.7","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^2.0.0","file-loader":"^0.10.0","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^2.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.4.0","karma-sinon-chai":"^1.2.4","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.26","karma-webpack":"^2.0.2","lolex":"^1.5.2","mocha":"^3.2.0","nightwatch":"^0.9.12","node-sass":"^4.5.2","opn":"^4.0.2","optimize-css-assets-webpack-plugin":"^1.3.0","ora":"^1.1.0","phantomjs-prebuilt":"^2.1.14","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.0.1","semver":"^5.3.0","shelljs":"^0.7.6","sinon":"^2.1.0","sinon-chai":"^2.8.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.5.8","vue":"^2.2.2","vue-loader":"^11.1.4","vue-router":"^2.5.1","vue-style-loader":"^2.0.0","vue-template-compiler":"^2.2.4","webpack":"^2.2.1","webpack-bundle-analyzer":"^2.2.1","webpack-dev-middleware":"^1.10.0","webpack-hot-middleware":"^2.16.1","webpack-merge":"^2.6.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"3000b04a9cf71363e5f989306d0edca4419a80a9","bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"_id":"vue-form-wizard@0.4.0","_shasum":"9c1d82c289eac8cc53af073734f651bfc3c5b59c","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"shasum":"9c1d82c289eac8cc53af073734f651bfc3c5b59c","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.4.0.tgz","integrity":"sha512-uRR+M7ElHAXZWIDv6UNmMcAOdUxdmjDZLcUK3pBYDd+YC+75tt5HPirlZz3+Zl8RalZH/VWZgX7Ncoony4x8CA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCMeROgjw6Y2Uvge6UYKa4TXEL/SCiof8wGIK1509dYswIgKNps7fWECp1qgu1KXPacW06+oG8tAaeuYp6ukyoIy8I="}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-form-wizard-0.4.0.tgz_1496000452461_0.27172225224785507"},"directories":{}},"0.4.2":{"name":"vue-form-wizard","version":"0.4.2","description":"A vue based tab/form wizard","main":"dist/vue-form-wizard.js","files":["dist"],"homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","unit:watch":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --watch","e2e":"node test/e2e/runner.js","test":"npm run unit && npm run e2e","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs"},"keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"devDependencies":{"autoprefixer":"^6.7.2","babel-core":"^6.22.1","babel-eslint":"^7.1.1","babel-loader":"^6.2.10","babel-plugin-istanbul":"^3.1.2","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.2.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","chai":"^3.5.0","chalk":"^1.1.3","chromedriver":"^2.27.2","connect-history-api-fallback":"^1.3.0","copy-webpack-plugin":"^4.0.1","cross-env":"^3.1.4","cross-spawn":"^5.0.1","css-loader":"^0.26.1","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^2.0.7","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^2.0.0","file-loader":"^0.10.0","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^2.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.4.0","karma-sinon-chai":"^1.2.4","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.26","karma-webpack":"^2.0.2","lolex":"^1.5.2","mocha":"^3.2.0","nightwatch":"^0.9.12","node-sass":"^4.5.2","opn":"^4.0.2","optimize-css-assets-webpack-plugin":"^1.3.0","ora":"^1.1.0","phantomjs-prebuilt":"^2.1.14","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.0.1","semver":"^5.3.0","shelljs":"^0.7.6","sinon":"^2.1.0","sinon-chai":"^2.8.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.5.8","vue":"^2.2.2","vue-loader":"^11.1.4","vue-router":"^2.5.1","vue-style-loader":"^2.0.0","vue-template-compiler":"^2.2.4","webpack":"^2.2.1","webpack-bundle-analyzer":"^2.2.1","webpack-dev-middleware":"^1.10.0","webpack-hot-middleware":"^2.16.1","webpack-merge":"^2.6.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"456620b6279dba207d9bc531a03f31ff6a1fbbec","bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"_id":"vue-form-wizard@0.4.2","_npmVersion":"5.0.1","_nodeVersion":"7.8.0","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"integrity":"sha512-hjk8uAI87RIw/cvkQpFet1bqPi33SspncaF57unp/tZVLnalEZ5kn2P/HW9qfX8pODDtlkAECw75BJJ06QHsFw==","shasum":"da1ee215ef4a2d0f1ad5c7600d75763d06238992","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.4.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDS9c1ek95AP8y1ct8omIhV8qmRX7x96u11Nt8ENWbU7QIhAM43ONpffeQC/PsQ8hTwKyUqEkHs9ZjwwGKGd/LOCSvi"}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-form-wizard-0.4.2.tgz_1496602133146_0.07781526003964245"},"directories":{}},"0.5.0":{"name":"vue-form-wizard","version":"0.5.0","description":"A vue based tab/form wizard","main":"dist/vue-form-wizard.js","files":["dist"],"homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","unit:watch":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --watch","e2e":"node test/e2e/runner.js","test":"npm run unit && npm run e2e","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs"},"keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"devDependencies":{"autoprefixer":"^6.7.2","babel-core":"^6.22.1","babel-eslint":"^7.1.1","babel-loader":"^6.2.10","babel-plugin-istanbul":"^3.1.2","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.2.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","bootstrap":"^3.3.7","chai":"^3.5.0","chalk":"^1.1.3","chromedriver":"^2.27.2","connect-history-api-fallback":"^1.3.0","copy-webpack-plugin":"^4.0.1","cross-env":"^3.1.4","cross-spawn":"^5.0.1","css-loader":"^0.26.1","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^2.0.7","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^2.0.0","file-loader":"^0.10.0","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^2.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.4.0","karma-sinon-chai":"^1.2.4","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.26","karma-webpack":"^2.0.2","lolex":"^1.5.2","mocha":"^3.2.0","nightwatch":"^0.9.12","node-sass":"^4.5.2","opn":"^4.0.2","optimize-css-assets-webpack-plugin":"^1.3.0","ora":"^1.1.0","phantomjs-prebuilt":"^2.1.14","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.0.1","semver":"^5.3.0","shelljs":"^0.7.6","sinon":"^2.1.0","sinon-chai":"^2.8.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.5.8","vue":"^2.2.2","vue-form-generator":"^2.0.0","vue-loader":"^11.1.4","vue-router":"^2.5.1","vue-style-loader":"^2.0.0","vue-template-compiler":"^2.2.4","webpack":"^2.2.1","webpack-bundle-analyzer":"^2.2.1","webpack-dev-middleware":"^1.10.0","webpack-hot-middleware":"^2.16.1","webpack-merge":"^2.6.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"935e01680a64cbf15c23aefa538d024ee90a1ec7","bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"_id":"vue-form-wizard@0.5.0","_npmVersion":"5.0.2","_nodeVersion":"7.8.0","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"integrity":"sha512-U8YxDpkHE7C217WriyxSDsSVuDvyHlVzcXxKEHM0vMN9FzZV9UDvDOzvDg/Fdyrj0yBVmW80BqiKVnA13gfghQ==","shasum":"f4244f34ab3430dcd299a66b32d8a023b3b92e03","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.5.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDwoAcX2d2ommV/L14i0CvQ8pLK9QPYisU7JPFgg4Pa+wIgWQu1FR43S9FoQDM3UB8bnPARRA32t/p7J96IsYKQBII="}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-form-wizard-0.5.0.tgz_1499098661476_0.7800232123117894"},"directories":{}},"0.6.1":{"name":"vue-form-wizard","version":"0.6.1","description":"A vue based tab/form wizard","main":"dist/vue-form-wizard.js","files":["dist"],"homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack -p --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","unit:watch":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --watch","e2e":"node test/e2e/runner.js","test":"npm run unit && npm run e2e","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs"},"keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"devDependencies":{"autoprefixer":"^6.7.2","babel-core":"^6.22.1","babel-eslint":"^7.1.1","babel-loader":"^6.2.10","babel-plugin-istanbul":"^3.1.2","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.2.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","bootstrap":"^3.3.7","chai":"^3.5.0","chalk":"^1.1.3","chromedriver":"^2.27.2","connect-history-api-fallback":"^1.3.0","copy-webpack-plugin":"^4.0.1","cross-env":"^3.1.4","cross-spawn":"^5.0.1","css-loader":"^0.26.1","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^2.0.7","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^2.0.0","file-loader":"^0.10.0","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^2.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.4.0","karma-sinon-chai":"^1.2.4","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.26","karma-webpack":"^2.0.2","lolex":"^1.5.2","mocha":"^3.2.0","nightwatch":"^0.9.12","node-sass":"^4.5.2","opn":"^4.0.2","optimize-css-assets-webpack-plugin":"^1.3.0","ora":"^1.1.0","phantomjs-prebuilt":"^2.1.14","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.0.1","semver":"^5.3.0","shelljs":"^0.7.6","sinon":"^2.1.0","sinon-chai":"^2.8.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.5.8","vue":"^2.2.2","vue-form-generator":"^2.0.0","vue-loader":"^11.1.4","vue-router":"^2.5.1","vue-style-loader":"^2.0.0","vue-template-compiler":"^2.2.4","webpack":"^2.2.1","webpack-bundle-analyzer":"^2.2.1","webpack-dev-middleware":"^1.10.0","webpack-hot-middleware":"^2.16.1","webpack-merge":"^2.6.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"69d05eecacbcd3cfd7a37987bd9bdf56f8cf17bc","bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"_id":"vue-form-wizard@0.6.1","_npmVersion":"5.0.2","_nodeVersion":"7.8.0","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"integrity":"sha512-ZJaogHuWBuHnlUfRpBg/Fi4vMtTUSaf8O1AGZGswj1rIP8X+MkUF136xCJvCKCMCdXIYCUvvVVWeIetk9sxY6Q==","shasum":"3b5ee2da7501e0795e97660617816845295d53da","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.6.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB23GTa3srkiDJLUaU2YOzb9CY5XeVxmmCni25mx3upqAiApe9jLEDd7NPnRAt/RKX3IkiOkeusMWwXbsaMGY0uDKA=="}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-form-wizard-0.6.1.tgz_1499894419979_0.8639967041090131"},"directories":{}},"0.6.2":{"name":"vue-form-wizard","version":"0.6.2","description":"A vue based tab/form wizard","main":"dist/vue-form-wizard.js","files":["dist"],"homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack -p --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","unit:watch":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --watch","e2e":"node test/e2e/runner.js","test":"npm run unit && npm run e2e","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs"},"keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"devDependencies":{"autoprefixer":"^6.7.2","babel-core":"^6.22.1","babel-eslint":"^7.1.1","babel-loader":"^6.2.10","babel-plugin-istanbul":"^3.1.2","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.2.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","bootstrap":"^3.3.7","chai":"^3.5.0","chalk":"^1.1.3","chromedriver":"^2.27.2","connect-history-api-fallback":"^1.3.0","copy-webpack-plugin":"^4.0.1","cross-env":"^3.1.4","cross-spawn":"^5.0.1","css-loader":"^0.26.1","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^2.0.7","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^2.0.0","file-loader":"^0.10.0","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^2.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.4.0","karma-sinon-chai":"^1.2.4","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.26","karma-webpack":"^2.0.2","lolex":"^1.5.2","mocha":"^3.2.0","nightwatch":"^0.9.12","node-sass":"^4.5.2","opn":"^4.0.2","optimize-css-assets-webpack-plugin":"^1.3.0","ora":"^1.1.0","phantomjs-prebuilt":"^2.1.14","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.0.1","semver":"^5.3.0","shelljs":"^0.7.6","sinon":"^2.1.0","sinon-chai":"^2.8.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.5.8","vue":"^2.4.2","vue-form-generator":"^2.0.0","vue-loader":"^11.1.4","vue-router":"^2.5.1","vue-style-loader":"^2.0.0","vue-template-compiler":"^2.4.2","webpack":"^2.2.1","webpack-bundle-analyzer":"^2.2.1","webpack-dev-middleware":"^1.10.0","webpack-hot-middleware":"^2.16.1","webpack-merge":"^2.6.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"9d7a019e3ab36b4ad14ca71e4afee6495a529439","bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"_id":"vue-form-wizard@0.6.2","_npmVersion":"5.0.2","_nodeVersion":"7.8.0","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"integrity":"sha512-2OUSal+Q1cF02VPO/nyNOTnw0OQ3oAQc3f/DyxmXq728DhhL4dT9x0oK387G/z0S83IEbQSvVtwZzTHqNR4OPw==","shasum":"0b89518ec5001a139874e61af33ae8e724a4c722","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.6.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEGO+Sef0rxrVh3/HH3Zd4qPaSD4hpKVhh5+tKMlvd1cAiEAwwR3qZZMHodfvQ2Wlv1FTHmsm4BhCdQklQNhdHogQ/o="}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-form-wizard-0.6.2.tgz_1501529065564_0.007029821164906025"},"directories":{}},"0.6.3":{"name":"vue-form-wizard","version":"0.6.3","description":"A vue based tab/form wizard","main":"dist/vue-form-wizard.js","files":["dist"],"homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack -p --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","unit:watch":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --watch","e2e":"node test/e2e/runner.js","test":"npm run unit && npm run e2e","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs"},"keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"devDependencies":{"autoprefixer":"^6.7.2","babel-core":"^6.22.1","babel-eslint":"^7.1.1","babel-loader":"^6.2.10","babel-plugin-istanbul":"^3.1.2","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.2.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","bootstrap":"^3.3.7","chai":"^3.5.0","chalk":"^1.1.3","chromedriver":"^2.27.2","connect-history-api-fallback":"^1.3.0","copy-webpack-plugin":"^4.0.1","cross-env":"^3.1.4","cross-spawn":"^5.0.1","css-loader":"^0.26.1","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^2.0.7","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^2.0.0","file-loader":"^0.10.0","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^2.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.4.0","karma-sinon-chai":"^1.2.4","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.26","karma-webpack":"^2.0.2","lolex":"^1.5.2","mocha":"^3.2.0","nightwatch":"^0.9.12","node-sass":"^4.5.2","opn":"^4.0.2","optimize-css-assets-webpack-plugin":"^1.3.0","ora":"^1.1.0","phantomjs-prebuilt":"^2.1.14","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.0.1","semver":"^5.3.0","shelljs":"^0.7.6","sinon":"^2.1.0","sinon-chai":"^2.8.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.5.8","vue":"^2.4.2","vue-form-generator":"^2.0.0","vue-loader":"^11.1.4","vue-router":"^2.5.1","vue-style-loader":"^2.0.0","vue-template-compiler":"^2.4.2","webpack":"^2.2.1","webpack-bundle-analyzer":"^2.2.1","webpack-dev-middleware":"^1.10.0","webpack-hot-middleware":"^2.16.1","webpack-merge":"^2.6.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"79973915492f32b4f4a48346f89b0cf3e45e42de","bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"_id":"vue-form-wizard@0.6.3","_npmVersion":"5.0.2","_nodeVersion":"7.8.0","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"integrity":"sha512-DbK3wgUm9gbb0tNZyHMbsAuzuAUPTILWt3IynfwLme7OZeIcAi8cOHwhXLd7yLDVfn9s8yPalK2zgu4W6uFE3w==","shasum":"528dc92cf7c1a377fb66726be44a52bc9e9ebec7","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.6.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCzc+YhNMVMBY/1qyLt8Vm9NgVqCw6MpwtdkaikHKEG2gIgOgcB2sZZ0xUlYyBHitxT9/pr285HYcUbRhQre8JiJGQ="}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-form-wizard-0.6.3.tgz_1502047376915_0.19533821707591414"},"directories":{}},"0.6.4":{"name":"vue-form-wizard","version":"0.6.4","description":"A vue based tab/form wizard","main":"dist/vue-form-wizard.js","files":["dist"],"homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack -p --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","unit:watch":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --watch","e2e":"node test/e2e/runner.js","test":"npm run unit && npm run e2e","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs"},"keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"devDependencies":{"autoprefixer":"^6.7.2","babel-core":"^6.22.1","babel-eslint":"^7.1.1","babel-loader":"^6.2.10","babel-plugin-istanbul":"^3.1.2","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.2.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","bootstrap":"^3.3.7","chai":"^3.5.0","chalk":"^1.1.3","chromedriver":"^2.27.2","connect-history-api-fallback":"^1.3.0","copy-webpack-plugin":"^4.0.1","cross-env":"^3.1.4","cross-spawn":"^5.0.1","css-loader":"^0.26.1","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^2.0.7","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^2.0.0","file-loader":"^0.10.0","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^2.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.4.0","karma-sinon-chai":"^1.2.4","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.26","karma-webpack":"^2.0.2","lolex":"^1.5.2","mocha":"^3.2.0","nightwatch":"^0.9.12","node-sass":"^4.5.2","opn":"^4.0.2","optimize-css-assets-webpack-plugin":"^1.3.0","ora":"^1.1.0","phantomjs-prebuilt":"^2.1.14","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.0.1","semver":"^5.3.0","shelljs":"^0.7.6","sinon":"^2.1.0","sinon-chai":"^2.8.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.5.8","vue":"^2.4.2","vue-form-generator":"^2.0.0","vue-loader":"^11.1.4","vue-router":"^2.5.1","vue-style-loader":"^2.0.0","vue-template-compiler":"^2.4.2","webpack":"^2.2.1","webpack-bundle-analyzer":"^2.2.1","webpack-dev-middleware":"^1.10.0","webpack-hot-middleware":"^2.16.1","webpack-merge":"^2.6.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"972ee939bee13f18ee42e5712523d128bbda1caa","bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"_id":"vue-form-wizard@0.6.4","_npmVersion":"5.0.2","_nodeVersion":"7.8.0","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"integrity":"sha512-nEQ7d4LxcAvCH86FKIdwxNQY7D0t7X1J3gF/U3T8pgYxmquPoHuqk3OsG+Nm7WKP1b9bMmS3UiEh3nlIpG78Cw==","shasum":"cb9951181c3d0d888f38aa55a983d2b69c99839f","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.6.4.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHZx1Pqfyv79DgTM/PFWk+mHiMYxM/7insRKpsdJAAY4AiA+siLDg+S/T96EhAWtjSG1h7b88HC8gjr+yBZOmmLDqw=="}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-form-wizard-0.6.4.tgz_1503941142870_0.25682619074359536"},"directories":{}},"0.6.5":{"name":"vue-form-wizard","version":"0.6.5","description":"A vue based tab/form wizard","main":"dist/vue-form-wizard.js","files":["dist"],"homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack -p --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","unit:watch":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --watch","e2e":"node test/e2e/runner.js","test":"npm run unit && npm run e2e","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs"},"keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"devDependencies":{"autoprefixer":"^6.7.2","avoriaz":"^4.1.0","babel-core":"^6.22.1","babel-eslint":"^7.1.1","babel-loader":"^6.2.10","babel-plugin-istanbul":"^3.1.2","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.2.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","bootstrap":"^3.3.7","chai":"^3.5.0","chalk":"^1.1.3","chromedriver":"^2.27.2","connect-history-api-fallback":"^1.3.0","copy-webpack-plugin":"^4.0.1","cross-env":"^5.0.5","cross-spawn":"^5.0.1","css-loader":"^0.26.1","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^2.0.7","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^2.0.0","file-loader":"^0.10.0","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^2.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.4.0","karma-sinon-chai":"^1.2.4","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.26","karma-webpack":"^2.0.2","lolex":"^1.5.2","mocha":"^3.2.0","nightwatch":"^0.9.12","node-sass":"^4.5.2","opn":"^4.0.2","optimize-css-assets-webpack-plugin":"^1.3.0","ora":"^1.1.0","phantomjs-prebuilt":"^2.1.14","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.0.1","semver":"^5.3.0","shelljs":"^0.7.6","sinon":"^3.2.1","sinon-chai":"^2.8.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.5.8","vue":"^2.4.2","vue-form-generator":"^2.0.0","vue-loader":"^11.1.4","vue-router":"^2.5.1","vue-style-loader":"^2.0.0","vue-template-compiler":"^2.4.2","webpack":"^2.2.1","webpack-bundle-analyzer":"^2.2.1","webpack-dev-middleware":"^1.10.0","webpack-hot-middleware":"^2.16.1","webpack-merge":"^2.6.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"e61156840a5e2109ab3eb0a9fc9a99507ba8db77","bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"_id":"vue-form-wizard@0.6.5","_npmVersion":"5.0.2","_nodeVersion":"7.8.0","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"integrity":"sha512-3lo+qxll2eeb0jyc5dqTZxIhXtPERzr9w5u54IHkojS2CDtRvARCphzIgxGpxsqUOEAUjWPkDPDC/fjbwNscEQ==","shasum":"ed64fe0d5c2540eadca9810843e53c732b1558e5","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.6.5.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIARpl5Q69y5dv0cxT9ksJetlF8cICsPULPHr9y+Qu54pAiBUm+XIU51cDzDk+IxWu3jKR106VBUyfcH+YeCr3g85Gg=="}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-form-wizard-0.6.5.tgz_1504639306698_0.26203484553843737"},"directories":{}},"0.6.6":{"name":"vue-form-wizard","version":"0.6.6","description":"A vue based tab/form wizard","main":"dist/vue-form-wizard.js","files":["dist"],"homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack -p --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","unit:watch":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --watch","e2e":"node test/e2e/runner.js","test":"npm run unit && npm run e2e","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs"},"keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"devDependencies":{"autoprefixer":"^6.7.2","avoriaz":"^4.1.0","babel-core":"^6.22.1","babel-eslint":"^7.1.1","babel-loader":"^6.2.10","babel-plugin-istanbul":"^3.1.2","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.2.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","bootstrap":"^3.3.7","chai":"^3.5.0","chalk":"^1.1.3","chromedriver":"^2.27.2","connect-history-api-fallback":"^1.3.0","copy-webpack-plugin":"^4.0.1","cross-env":"^5.0.5","cross-spawn":"^5.0.1","css-loader":"^0.26.1","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^2.0.7","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^2.0.0","file-loader":"^0.10.0","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^2.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.4.0","karma-sinon-chai":"^1.2.4","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.26","karma-webpack":"^2.0.2","lolex":"^1.5.2","mocha":"^3.2.0","nightwatch":"^0.9.12","node-sass":"^4.5.2","opn":"^4.0.2","optimize-css-assets-webpack-plugin":"^1.3.0","ora":"^1.1.0","phantomjs-prebuilt":"^2.1.14","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.0.1","semver":"^5.3.0","shelljs":"^0.7.6","sinon":"^3.2.1","sinon-chai":"^2.8.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.5.8","vue":"^2.4.2","vue-form-generator":"^2.0.0","vue-loader":"^11.1.4","vue-router":"^2.5.1","vue-style-loader":"^2.0.0","vue-template-compiler":"^2.4.2","webpack":"^2.2.1","webpack-bundle-analyzer":"^2.2.1","webpack-dev-middleware":"^1.10.0","webpack-hot-middleware":"^2.16.1","webpack-merge":"^2.6.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"e03ba84419a76616af5416e167e8fcba67675df6","bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"_id":"vue-form-wizard@0.6.6","_npmVersion":"5.0.2","_nodeVersion":"7.8.0","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"integrity":"sha512-69xiFudY0Qq8iMAd/E2G4CRjCJldXqPRv8sp9A7FRDYHMFX3Oo70MZqEYTTGNYha+mskSb8Ve2vfASLfqldf5w==","shasum":"baf2fc2b6285923037fabced5f5212c0573fab24","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.6.6.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEOvvtt/aACE9eNiCx9D4sy3ASwpqzFfXHlfhdNtwHe7AiBdWYQ8Nn2qfrPONFIlVVJpCvB/zfSCSbFELddVq2AfIw=="}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-form-wizard-0.6.6.tgz_1505146283132_0.13144006277434528"},"directories":{}},"0.7.0":{"name":"vue-form-wizard","version":"0.7.0","description":"A vue based tab/form wizard","main":"dist/vue-form-wizard.js","files":["dist"],"homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack -p --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","unit:watch":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --watch","e2e":"node test/e2e/runner.js","test":"npm run unit && npm run e2e","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs"},"keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"devDependencies":{"autoprefixer":"^6.7.2","avoriaz":"^4.1.0","babel-core":"^6.22.1","babel-eslint":"^7.1.1","babel-loader":"^6.2.10","babel-plugin-istanbul":"^3.1.2","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.2.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","bootstrap":"^3.3.7","chai":"^3.5.0","chalk":"^1.1.3","chromedriver":"^2.27.2","connect-history-api-fallback":"^1.3.0","copy-webpack-plugin":"^4.0.1","cross-env":"^5.0.5","cross-spawn":"^5.0.1","css-loader":"^0.26.1","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^2.0.7","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^2.0.0","file-loader":"^0.10.0","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^2.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.4.0","karma-sinon-chai":"^1.2.4","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.26","karma-webpack":"^2.0.2","lolex":"^1.5.2","mocha":"^3.2.0","nightwatch":"^0.9.12","node-sass":"^4.5.2","opn":"^4.0.2","optimize-css-assets-webpack-plugin":"^1.3.0","ora":"^1.1.0","phantomjs-prebuilt":"^2.1.14","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.0.1","semver":"^5.3.0","shelljs":"^0.7.6","sinon":"^3.2.1","sinon-chai":"^2.8.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.5.8","vue":"^2.4.2","vue-form-generator":"^2.0.0","vue-loader":"^11.1.4","vue-router":"^2.5.1","vue-style-loader":"^2.0.0","vue-template-compiler":"^2.4.2","webpack":"^2.2.1","webpack-bundle-analyzer":"^2.2.1","webpack-dev-middleware":"^1.10.0","webpack-hot-middleware":"^2.16.1","webpack-merge":"^2.6.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"910b9f3a121e50d6d2e71a5eb9746fb9011d20a8","bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"_id":"vue-form-wizard@0.7.0","_npmVersion":"5.4.2","_nodeVersion":"7.8.0","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"integrity":"sha512-1Mmad3VTvP1mzGZLJOMJs1cHyoSn0KE5K2u3ESW473AIPqIeZE8xTU8EmoZ6EjWBndif8rWiV062IqQL0vE8aQ==","shasum":"fcfbb2d7b430cb9e2642ba577cf5c192131aa80e","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.7.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBgbo3IOEE9y/vjCIAvanrMuC1n6ehmJTrYGIaL5DuvXAiAPqKPfuL4o5Cub8vqgV0h4XH6QM7e7ddBW0bqJ/2KwXg=="}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-form-wizard-0.7.0.tgz_1506844864636_0.26717812451533973"},"directories":{}},"0.7.1":{"name":"vue-form-wizard","version":"0.7.1","description":"A vue based tab/form wizard","main":"dist/vue-form-wizard.js","files":["dist"],"homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack -p --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","unit:watch":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --watch","e2e":"node test/e2e/runner.js","test":"npm run unit","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs"},"keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"devDependencies":{"autoprefixer":"^6.7.2","babel-core":"^6.22.1","babel-eslint":"^7.1.1","babel-loader":"^6.2.10","babel-plugin-istanbul":"^3.1.2","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.2.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","bootstrap":"^3.3.7","chai":"^4.1.2","chalk":"^1.1.3","chromedriver":"^2.27.2","connect-history-api-fallback":"^1.3.0","copy-webpack-plugin":"^4.0.1","cross-env":"^5.0.5","cross-spawn":"^5.0.1","css-loader":"^0.26.1","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^2.0.7","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^2.0.0","file-loader":"^1.1.5","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^2.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.4.0","karma-sinon-chai":"^1.2.4","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.26","karma-webpack":"^2.0.2","lolex":"^1.5.2","mocha":"^4.0.1","nightwatch":"^0.9.12","node-sass":"^4.5.2","opn":"^4.0.2","optimize-css-assets-webpack-plugin":"^1.3.0","ora":"^1.1.0","phantomjs-prebuilt":"^2.1.14","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.7.1","semver":"^5.3.0","shelljs":"^0.7.6","sinon":"^3.2.1","sinon-chai":"^2.14.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.5.8","vue":"^2.4.2","vue-form-generator":"^2.0.0","vue-loader":"^11.1.4","vue-router":"^2.5.1","vue-style-loader":"^2.0.0","vue-template-compiler":"^2.4.2","vue-test-utils":"^1.0.0-beta.1","webpack":"^2.2.1","webpack-bundle-analyzer":"^2.2.1","webpack-dev-middleware":"^1.10.0","webpack-hot-middleware":"^2.16.1","webpack-merge":"^2.6.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"21ac19c7777d507566fff90a99e5b5a65e0e90bb","bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"_id":"vue-form-wizard@0.7.1","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"integrity":"sha512-FgZRJNzYRkt4LQevoYY8IsZ1L2OZs9/u9L++kvMLUDgWibwmIA4OeocrdXd8QZ6KKYmjAZ4YoOZAjjS9jaw60g==","shasum":"1980062086fa710e303af8f60c5fd253090b4c8d","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.7.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCHJL3K7XYt6Yd5wlCaGrIXNNEJUuLh6fG7CEuv0D3kmgIgYum+UZLx8yNy/Hd2gAbGdCd9S2+scr7npOjbJ7KoJOY="}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-form-wizard-0.7.1.tgz_1510759352995_0.7469585216604173"},"directories":{}},"0.8.0":{"name":"vue-form-wizard","version":"0.8.0","description":"A vue based tab/form wizard","main":"dist/vue-form-wizard.js","files":["dist","types","src"],"typings":"types/index.d.ts","homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack -p --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","unit:watch":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --watch","e2e":"node test/e2e/runner.js","test":"npm run unit","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs"},"keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"devDependencies":{"autoprefixer":"^7.1.6","babel-core":"^6.22.1","babel-eslint":"^8.0.2","babel-loader":"^6.2.10","babel-plugin-istanbul":"^4.1.5","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","bootstrap":"^3.3.7","chai":"^4.1.2","chalk":"^1.1.3","chromedriver":"^2.33.2","connect-history-api-fallback":"^1.5.0","copy-webpack-plugin":"^4.0.1","cross-env":"^5.1.1","cross-spawn":"^5.0.1","css-loader":"^0.26.1","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^2.0.7","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^3.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^2.0.0","file-loader":"^1.1.5","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^2.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.5.0","karma-sinon-chai":"^1.2.4","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.31","karma-webpack":"^2.0.6","lolex":"^1.5.2","mocha":"^4.0.1","nightwatch":"^0.9.12","node-sass":"^4.7.1","opn":"^5.1.0","optimize-css-assets-webpack-plugin":"^3.2.0","ora":"^1.1.0","phantomjs-prebuilt":"^2.1.16","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.7.1","semver":"^5.3.0","shelljs":"^0.7.6","sinon":"^4.1.2","sinon-chai":"^2.14.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.6.2","vue":"^2.5.8","vue-form-generator":"^2.1.1","vue-loader":"^11.1.4","vue-router":"^2.5.1","vue-style-loader":"^3.0.3","vue-template-compiler":"^2.5.8","vue-test-utils":"^1.0.0-beta.1","webpack":"^2.2.1","webpack-bundle-analyzer":"^2.9.1","webpack-dev-middleware":"^1.10.0","webpack-hot-middleware":"^2.16.1","webpack-merge":"^2.6.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"gitHead":"eeffd4e52c0c73099ced891ee9c7a821fc853417","bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"_id":"vue-form-wizard@0.8.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"integrity":"sha512-DaeR/r1SGdWmEqVcT4/Jh4u/deiKsqIlZ6vxAvmtWTGiXr4mcrVv7TzIBTxMhKH2pUJklXpLxuO5QEMLHY/00A==","shasum":"edb9b7eb5561a95b491e2c66dcf42504942f8e1b","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.8.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAsJJfRxc1AQkkZZYPdjjsfTd0cgcI/7Bdrg5EbZ4KUQAiALvbiiHcvRa7f7js+uc1LAaF0bsb3VBjIMbCpeM6hBBw=="}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-form-wizard-0.8.0.tgz_1511370165981_0.6790665711741894"},"directories":{}},"0.8.1":{"name":"vue-form-wizard","version":"0.8.1","description":"A vue based tab/form wizard","main":"dist/vue-form-wizard.js","files":["dist","types","src"],"typings":"types/index.d.ts","homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack -p --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","unit:watch":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --watch","e2e":"node test/e2e/runner.js","test":"npm run unit","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs","coverall":"cat ./test/unit/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"},"keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"devDependencies":{"autoprefixer":"^7.1.6","babel-core":"^6.22.1","babel-eslint":"^8.0.2","babel-loader":"^6.2.10","babel-plugin-istanbul":"^4.1.5","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","bootstrap":"^3.3.7","chai":"^4.1.2","chalk":"^1.1.3","chromedriver":"^2.33.2","connect-history-api-fallback":"^1.5.0","copy-webpack-plugin":"^4.0.1","coveralls":"^3.0.0","cross-env":"^5.1.1","cross-spawn":"^5.0.1","css-loader":"^0.28.7","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^3.0.0","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.6.0","eslint-plugin-standard":"^3.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^2.0.0","file-loader":"^1.1.5","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^2.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.5.0","karma-polyfill":"^1.0.0","karma-sinon-chai":"^1.3.3","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.31","karma-webpack":"^2.0.6","lolex":"^1.5.2","mocha":"^4.0.1","nightwatch":"^0.9.12","node-sass":"^4.7.2","opn":"^5.1.0","optimize-css-assets-webpack-plugin":"^3.2.0","ora":"^1.1.0","phantomjs-polyfill":"^0.0.2","phantomjs-polyfill-find":"^0.0.1","phantomjs-polyfill-find-index":"^1.0.1","phantomjs-prebuilt":"^2.1.16","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.7.1","semver":"^5.3.0","shelljs":"^0.7.6","sinon":"^4.1.2","sinon-chai":"^2.14.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.6.2","vue":"^2.5.9","vue-form-generator":"^2.1.1","vue-loader":"^13.5.0","vue-router":"^3.0.1","vue-style-loader":"^3.0.3","vue-template-compiler":"^2.5.9","vue-test-utils":"^1.0.0-beta.1","webpack":"^3.8.1","webpack-bundle-analyzer":"^2.9.1","webpack-dev-middleware":"^1.10.0","webpack-hot-middleware":"^2.16.1","webpack-merge":"^4.1.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"dependencies":{},"gitHead":"ed6644eb0a4018b51cb565e8c673eeb71fc91d19","bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"_id":"vue-form-wizard@0.8.1","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"integrity":"sha512-b3Li03Q7iLmXW6cCWZ2lTzEz5ht+fT3/QEOdrN5ZsrUHGniNlsxqXrRq5LhVZhX85IIBEbjX9L52yix6Kw667A==","shasum":"292ef80e477135ebe1c6ff8f0720ab20bcf8294b","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.8.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICoHBZ4Bv09E7hIAlQRa5KQUOforJYibytZAyjTFVO+dAiA6nAEdsDBEtx07ChgjlQrI71LxCSF808KzaTW6lDvLJg=="}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-form-wizard-0.8.1.tgz_1511884786848_0.6339914835989475"},"directories":{}},"0.8.2":{"name":"vue-form-wizard","version":"0.8.2","description":"A vue based tab/form wizard","main":"dist/vue-form-wizard.js","files":["dist","types","src"],"typings":"types/index.d.ts","homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack -p --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","unit:watch":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --watch","e2e":"node test/e2e/runner.js","test":"npm run unit","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs","coverall":"cat ./test/unit/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"},"keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"devDependencies":{"autoprefixer":"^7.2.2","babel-core":"^6.22.1","babel-eslint":"^8.0.3","babel-loader":"^7.1.2","babel-plugin-istanbul":"^4.1.5","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","bootstrap":"^3.3.7","chai":"^4.1.2","chalk":"^1.1.3","chromedriver":"^2.33.2","connect-history-api-fallback":"^1.5.0","copy-webpack-plugin":"^4.0.1","coveralls":"^3.0.0","cross-env":"^5.1.1","cross-spawn":"^5.0.1","css-loader":"^0.28.7","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^3.0.0","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.6.0","eslint-plugin-standard":"^3.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^3.0.2","file-loader":"^1.1.5","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^2.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.5.0","karma-polyfill":"^1.0.0","karma-sinon-chai":"^1.3.3","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.31","karma-webpack":"^2.0.9","lolex":"^2.3.1","mocha":"^4.0.1","nightwatch":"^0.9.19","node-sass":"^4.7.2","opn":"^5.1.0","optimize-css-assets-webpack-plugin":"^3.2.0","ora":"^1.1.0","phantomjs-polyfill":"^0.0.2","phantomjs-polyfill-find":"^0.0.1","phantomjs-polyfill-find-index":"^1.0.1","phantomjs-prebuilt":"^2.1.16","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.8.1","semver":"^5.3.0","shelljs":"^0.7.6","sinon":"^4.1.2","sinon-chai":"^2.14.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.6.2","vue":"^2.5.9","vue-form-generator":"^2.1.1","vue-loader":"^13.6.0","vue-router":"^3.0.1","vue-style-loader":"^3.0.3","vue-template-compiler":"^2.5.9","vue-test-utils":"^1.0.0-beta.1","webpack":"^3.10.0","webpack-bundle-analyzer":"^2.9.1","webpack-dev-middleware":"^1.10.0","webpack-hot-middleware":"^2.21.0","webpack-merge":"^4.1.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"dependencies":{},"gitHead":"4113999718e1d3f242045d4087d763006e06f67c","bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"_id":"vue-form-wizard@0.8.2","_npmVersion":"5.6.0","_nodeVersion":"8.9.1","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"integrity":"sha512-cJ6cuwXb/E9TZFi5CJFTD/+Z3hkmCj2rEztFizJzLwpPNrh/Jne4RDJYzNfmHlO7mwDMoarLcrZTNNhqmoXLwA==","shasum":"f5720264de9a810d0abdecde0d5c9faa1151a065","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.8.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFXd2u/vr6l8aEN21PWBJfRJYhaAmgS+WHLo4PxRGRjaAiEA5EO9WNF5mMcxUz5WkYQHhYIhQFfsW7uqqy3XSBQcXuw="}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-form-wizard-0.8.2.tgz_1514557747040_0.5356057069730014"},"directories":{}},"0.8.4":{"name":"vue-form-wizard","version":"0.8.4","description":"A vue based tab/form wizard","main":"dist/vue-form-wizard.js","files":["dist","types","src"],"typings":"types/index.d.ts","homepage":"https://github.com/cristijora/vue-form-wizard","scripts":{"dev":"node build/dev-server.js","start":"node build/dev-server.js","build":"cross-env FULL_BUNDLE=false webpack -p --progress --config webpack.build.config.js","unit":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run","unit:watch":"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --watch","e2e":"node test/e2e/runner.js","test":"npm run unit","lint":"eslint --ext .js,.vue src test/unit/specs test/e2e/specs","coverall":"cat ./test/unit/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"},"keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"devDependencies":{"autoprefixer":"^7.2.2","babel-core":"^6.22.1","babel-eslint":"^8.0.3","babel-loader":"^7.1.2","babel-plugin-istanbul":"^4.1.5","babel-plugin-transform-runtime":"^6.22.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"^6.22.0","babel-register":"^6.22.0","bootstrap":"^3.3.7","chai":"^4.1.2","chalk":"^1.1.3","chromedriver":"^2.35.0","connect-history-api-fallback":"^1.5.0","copy-webpack-plugin":"^4.3.1","coveralls":"^3.0.0","cross-env":"^5.1.1","cross-spawn":"^6.0.3","css-loader":"^0.28.8","eslint":"^3.14.1","eslint-config-standard":"^6.2.1","eslint-friendly-formatter":"^3.0.0","eslint-loader":"^1.6.1","eslint-plugin-html":"^2.0.0","eslint-plugin-promise":"^3.6.0","eslint-plugin-standard":"^3.0.1","eventsource-polyfill":"^0.9.6","express":"^4.14.1","extract-text-webpack-plugin":"^3.0.2","file-loader":"^1.1.6","friendly-errors-webpack-plugin":"^1.1.3","html-webpack-plugin":"^2.28.0","http-proxy-middleware":"^0.17.3","inject-loader":"^3.0.1","karma":"^1.4.1","karma-coverage":"^1.1.1","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-phantomjs-shim":"^1.5.0","karma-polyfill":"^1.0.0","karma-sinon-chai":"^1.3.3","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"^2.0.9","lolex":"^2.3.1","mocha":"^4.0.1","nightwatch":"^0.9.19","node-sass":"^4.7.2","opn":"^5.2.0","optimize-css-assets-webpack-plugin":"^3.2.0","ora":"^1.1.0","phantomjs-polyfill":"^0.0.2","phantomjs-polyfill-find":"^0.0.1","phantomjs-polyfill-find-index":"^1.0.1","phantomjs-prebuilt":"^2.1.16","rimraf":"^2.6.0","sass-loader":"^6.0.3","selenium-server":"^3.8.1","semver":"^5.3.0","shelljs":"^0.8.0","sinon":"^4.2.2","sinon-chai":"^2.14.0","stats-webpack-plugin":"^0.6.0","url-loader":"^0.6.2","vue":"^2.5.9","vue-form-generator":"^2.2.0","vue-loader":"^13.6.2","vue-router":"^3.0.1","vue-style-loader":"^3.0.3","vue-template-compiler":"^2.5.9","vue-test-utils":"^1.0.0-beta.1","webpack":"^3.10.0","webpack-bundle-analyzer":"^2.9.1","webpack-dev-middleware":"^2.0.4","webpack-hot-middleware":"^2.21.0","webpack-merge":"^4.1.1"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 8"],"dependencies":{},"gitHead":"716da6a8a3a71326e63f75caf46527b6eccecf2c","bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"_id":"vue-form-wizard@0.8.4","_npmVersion":"5.0.3","_nodeVersion":"8.1.4","_npmUser":{"name":"cristij","email":"joracristi@gmail.com"},"dist":{"integrity":"sha512-/Zk1+B7bz7qHFJ16mwu021lpPXWf/9Tlr2mTNG3J7M0Hdy3rgA802lWsbKYySns0B0qtsD8BYGjQ2Wyxgg+4uw==","shasum":"ddf864c9709b7ba2a6323f59e5d6d17536b7800e","tarball":"https://registry.npmjs.org/vue-form-wizard/-/vue-form-wizard-0.8.4.tgz","fileCount":31,"unpackedSize":278954,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD0wM1dljRK8neJ+nefP6CdepzCxRO/BzfvaqB3c5lTiwIgB3T5hUvzeNk8wPf+oFOsVsPIqo4SnpxRkanLne/DvJU="}]},"maintainers":[{"name":"cristij","email":"joracristi@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vue-form-wizard_0.8.4_1519251767856_0.0661143806115827"},"_hasShrinkwrap":false}},"homepage":"https://github.com/cristijora/vue-form-wizard","readmeFilename":"README.md","keywords":["vue","vuejs","form","wizard","tab"],"repository":{"type":"git","url":"git+https://github.com/cristijora/vue-form-wizard.git"},"bugs":{"url":"https://github.com/cristijora/vue-form-wizard/issues"},"users":{"rshaw":true,"kankungyip":true,"soladmd":true,"flumpus-dev":true}}