{
  "_args": [
    [
      "v-select2-component@0.4.7",
      "/var/www/html"
    ]
  ],
  "_from": "v-select2-component@0.4.7",
  "_id": "v-select2-component@0.4.7",
  "_inBundle": false,
  "_integrity": "sha512-z/juA8qlRj8u66ktJ0CupUgtNbe63YT+EzqNjq3HwJkTbAE87d2By+L0rSqfLGKtBBAQ4T56Sk7QOMSvRw9OsQ==",
  "_location": "/v-select2-component",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "v-select2-component@0.4.7",
    "name": "v-select2-component",
    "escapedName": "v-select2-component",
    "rawSpec": "0.4.7",
    "saveSpec": null,
    "fetchSpec": "0.4.7"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/v-select2-component/-/v-select2-component-0.4.7.tgz",
  "_spec": "0.4.7",
  "_where": "/var/www/html",
  "author": {
    "name": "godbasin",
    "email": "wangbeishan@163.com",
    "url": "https://github.com/godbasin"
  },
  "browser": {
    "./sfc": "src/Select2.vue"
  },
  "bugs": {
    "url": "https://github.com/godbasin/vue-select2/issues"
  },
  "dependencies": {
    "jquery": "^3.3.1",
    "select2": "^4.0.7-rc.0"
  },
  "description": "select2 component in vue.",
  "devDependencies": {
    "@babel/core": "^7.4.4",
    "@babel/preset-env": "^7.4.4",
    "babel-plugin-syntax-jsx": "^6.18.0",
    "babel-plugin-transform-vue-jsx": "^3.7.0",
    "cross-env": "^5.2.0",
    "minimist": "^1.2.0",
    "rollup": "^1.12.1",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-commonjs": "^10.0.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-terser": "^4.0.4",
    "rollup-plugin-vue": "^5.0.0",
    "vue": "^2.6.10",
    "vue-template-compiler": "^2.6.10"
  },
  "files": [
    "dist/*",
    "src/**/*.vue"
  ],
  "homepage": "https://github.com/godbasin/vue-select2#readme",
  "keywords": [
    "vue",
    "select2"
  ],
  "license": "MIT",
  "main": "dist/Select2.ssr.js",
  "module": "dist/Select2.esm.js",
  "name": "v-select2-component",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/godbasin/vue-select2.git"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production rollup --config build/rollup.config.js",
    "build:es": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format es",
    "build:ssr": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format cjs",
    "build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife"
  },
  "unpkg": "dist/Select2.min.js",
  "version": "0.4.7"
}
