{
  "_from": "vue-filepond@^5.1.1",
  "_id": "vue-filepond@5.1.1",
  "_inBundle": false,
  "_integrity": "sha512-mQ+V9lpqZFz7SMJNODwuT+NMeXaBUyKI823Ekei1r1prY/qdh5TqJs/OM8Ub5PJUnck7Pk6jr7NeI3V33Jcphw==",
  "_location": "/vue-filepond",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vue-filepond@^5.1.1",
    "name": "vue-filepond",
    "escapedName": "vue-filepond",
    "rawSpec": "^5.1.1",
    "saveSpec": null,
    "fetchSpec": "^5.1.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-filepond/-/vue-filepond-5.1.1.tgz",
  "_shasum": "ad356025d0badac40a747a5477d61e391f01d0de",
  "_spec": "vue-filepond@^5.1.1",
  "_where": "C:\\xampp\\htdocs\\laravel",
  "author": {
    "name": "PQINA",
    "url": "https://pqina.nl"
  },
  "browser": "dist/vue-filepond.js",
  "bugs": {
    "url": "https://github.com/pqina/vue-filepond/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A handy FilePond adapter component for Vue",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-plugin-transform-es2015-modules-umd": "^6.24.1",
    "babel-preset-env": "^1.6.1",
    "bannerjs": "^1.0.5",
    "minicat": "^1.0.0",
    "mkdirp": "^0.5.1",
    "nodemon": "^1.17.3",
    "uglify-js": "^3.3.20"
  },
  "homepage": "https://pqina.nl/filepond",
  "keywords": [
    "vue",
    "vuejs",
    "filepond",
    "file",
    "upload",
    "drag",
    "drop",
    "browse",
    "image",
    "preview"
  ],
  "license": "MIT",
  "main": "dist/vue-filepond.js",
  "module": "dist/vue-filepond.esm.js",
  "name": "vue-filepond",
  "peerDependencies": {
    "filepond": ">=3.x <5.x",
    "vue": "^2.5.13"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pqina/vue-filepond.git"
  },
  "scripts": {
    "build": "mkdirp dist && npm run build:browser && npm run build:module",
    "build:browser": "babel lib | bannerjs -m > dist/vue-filepond.js",
    "build:module": "minicat lib/index.js | bannerjs -m > dist/vue-filepond.esm.js",
    "build:watch": "nodemon --watch lib -x \"npm run build\"",
    "postbuild:browser": "uglifyjs dist/vue-filepond.js --compress --comments '/^!/' --output dist/vue-filepond.min.js",
    "prepare": "npm run build"
  },
  "unpkg": "dist/vue-filepond.min.js",
  "version": "5.1.1"
}
