{
  "_from": "vform",
  "_id": "vform@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-O+6zpxxhn3/iYWBaWWwx0sjeRP6Mh5MDNHCjPALtXFT/Mef6nPHquXEAUtai96FwogkGlTQCzFADqwbOsj8E7A==",
  "_location": "/vform",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "vform",
    "name": "vform",
    "escapedName": "vform",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vform/-/vform-1.0.1.tgz",
  "_shasum": "aedce47696c589e0c1eab9bd76a00189d6164683",
  "_spec": "vform",
  "_where": "C:\\xampp\\htdocs\\laravelapp",
  "author": {
    "name": "Cretu Eusebiu"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ],
  "bugs": {
    "url": "https://github.com/cretueusebiu/vform/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A simple way to handle Laravel back-end validation in Vue.",
  "devDependencies": {
    "@vue/cli-plugin-babel": "^3.0.1",
    "@vue/cli-plugin-eslint": "^3.0.1",
    "@vue/cli-plugin-unit-jest": "^3.0.1",
    "@vue/cli-service": "^3.0.1",
    "@vue/eslint-config-standard": "^3.0.1",
    "@vue/test-utils": "^1.0.0-beta.24",
    "axios": "^0.18.1",
    "axios-mock-adapter": "^1.13.1",
    "babel-core": "^7.0.0-0",
    "babel-jest": "^22.0.4",
    "object-to-formdata": "^1.2.2",
    "vue": "^2.5.13",
    "vue-template-compiler": "^2.5.13"
  },
  "files": [
    "src",
    "dist/*.js"
  ],
  "homepage": "https://github.com/cretueusebiu/vform#readme",
  "keywords": [
    "vue",
    "form",
    "laravel"
  ],
  "license": "MIT",
  "main": "dist/vform.common.js",
  "name": "vform",
  "peerDependencies": {
    "axios": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cretueusebiu/vform.git"
  },
  "scripts": {
    "build": "vue-cli-service build src/index.js --target lib",
    "lint": "vue-cli-service lint",
    "prepublishOnly": "npm run build",
    "test": "vue-cli-service test:unit test/"
  },
  "unpkg": "dist/vform.umd.js",
  "version": "1.0.1"
}
