{
  "_from": "vue-suggestion",
  "_id": "vue-suggestion@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-l5NE8kyQj5p7nDzCuXTJLXXrz8WLfw92Ks+YY6ei4yhqQ0+fm+ok2wMDg1JqfapITVz3iq1sOxXpyv5XNVDOpw==",
  "_location": "/vue-suggestion",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "vue-suggestion",
    "name": "vue-suggestion",
    "escapedName": "vue-suggestion",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-suggestion/-/vue-suggestion-1.1.0.tgz",
  "_shasum": "b4ead658700b12c32e5f67f1a152c500a33551b9",
  "_spec": "vue-suggestion",
  "_where": "D:\\Projects\\VueJS\\front-municipal",
  "author": {
    "name": "Steven Dao",
    "email": "iamstevendao@gmail.com"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions"
  ],
  "bugs": {
    "url": "https://github.com/iamstevendao/vue-suggestion/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Suggestion list input for Vue.js",
  "devDependencies": {
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
    "@babel/preset-env": "^7.6.0",
    "@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-airbnb": "^4.0.0",
    "@vue/test-utils": "1.0.0-beta.29",
    "babel-core": "7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "core-js": "^2.6.5",
    "eslint": "^5.16.0",
    "eslint-plugin-vue": "^5.0.0",
    "lint-staged": "^8.1.5",
    "rollup": "^1.10.0",
    "rollup-plugin-analyzer": "^3.0.0",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-commonjs": "^9.3.4",
    "rollup-plugin-css-only": "^1.0.0",
    "rollup-plugin-node-resolve": "^4.2.3",
    "rollup-plugin-postcss": "^2.0.3",
    "rollup-plugin-replace": "^2.0.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/"
  ],
  "homepage": "https://github.com/iamstevendao/vue-suggestion#readme",
  "jest": {
    "moduleFileExtensions": [
      "js",
      "vue"
    ],
    "moduleNameMapper": {
      "^[/](.*)$": "<rootDir>/$1"
    },
    "transform": {
      "^.+\\.js$": "<rootDir>/node_modules/babel-jest",
      ".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
    }
  },
  "keywords": [
    "vue",
    "suggestion",
    "vue-suggestion",
    "suggestion-vue",
    "v-suggestion"
  ],
  "license": "MIT",
  "main": "dist/vue-suggestion.umd.js",
  "module": "dist/vue-suggestion.esm.js",
  "name": "vue-suggestion",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iamstevendao/vue-suggestion.git"
  },
  "scripts": {
    "build": "set NODE_ENV=production && npm run build:browser && npm run build:es && npm run build:umd",
    "build:browser": "rollup --config build/rollup.config.browser.js",
    "build:es": "rollup --config build/rollup.config.es.js",
    "build:umd": "rollup --config build/rollup.config.umd.js",
    "demo": "vue-cli-service build",
    "dev": "vue-cli-service serve",
    "lint": "vue-cli-service lint",
    "test:unit": "vue-cli-service test:unit"
  },
  "unpkg": "dist/vue-suggestion.min.js",
  "version": "1.1.0"
}
