{
  "_args": [
    [
      "vue-simple-suggest@1.10.1",
      "/home/dianasoft/public_html"
    ]
  ],
  "_development": true,
  "_from": "vue-simple-suggest@1.10.1",
  "_id": "vue-simple-suggest@1.10.1",
  "_inBundle": false,
  "_integrity": "sha512-oPpCF0KBhySOBEyxxFjsYh1DBMVypb6c7C4atLK3h8Bt8sdu+7kLgDHl2CcGGjqpMSFnmTFFDauPleYPNsaaDg==",
  "_location": "/vue-simple-suggest",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-simple-suggest@1.10.1",
    "name": "vue-simple-suggest",
    "escapedName": "vue-simple-suggest",
    "rawSpec": "1.10.1",
    "saveSpec": null,
    "fetchSpec": "1.10.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-simple-suggest/-/vue-simple-suggest-1.10.1.tgz",
  "_spec": "1.10.1",
  "_where": "/home/dianasoft/public_html",
  "author": {
    "name": "KazanExpress"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ],
  "bugs": {
    "url": "https://github.com/KazanExpress/vue-simple-suggest/issues"
  },
  "description": "Feature-rich autocomplete component for Vue.js",
  "devDependencies": {
    "all-contributors-cli": "^6.2.0",
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.4",
    "babel-plugin-es6-promise": "^1.1.1",
    "babel-plugin-transform-async-to-promises": "^0.8.14",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015-rollup": "^3.0.0",
    "babel-preset-stage-0": "^6.24.1",
    "babel-preset-stage-3": "^6.24.1",
    "copy-webpack-plugin": "^5.0.4",
    "core-js": "^3.2.1",
    "css-loader": "^3.2.0",
    "es6-promise": "^4.2.4",
    "file-loader": "^4.2.0",
    "fs-extra": "^8.1.0",
    "html-loader": "^0.5.5",
    "html-webpack-plugin": "^3.2.0",
    "markdown-styles": "^3.1.10",
    "rollup": "^1.23.0",
    "rollup-plugin-babel": "^3.0.4",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-css-only": "^1.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-regenerator": "^0.6.0",
    "rollup-plugin-uglify": "^6.0.3",
    "rollup-plugin-vue2": "^0.8.0",
    "vue": "^2.5.16",
    "vue-loader": "^15.7.1",
    "vue-template-compiler": "^2.6.10",
    "webpack": "^4.41.0",
    "webpack-cli": "^3.3.9",
    "webpack-dev-server": "^3.8.1",
    "whatwg-fetch": "^3.0.0"
  },
  "esnext": "lib/index.js",
  "homepage": "https://kazanexpress.github.io/vue-simple-suggest/",
  "keywords": [
    "Vue",
    "Vue.js",
    "Autocomplete",
    "Suggest",
    "Suggestion",
    "Autosuggest",
    "WAI-ARIA",
    "aria-spec",
    "aria",
    "aria-attributes",
    "aria-autocomplete",
    "REST",
    "Search",
    "list",
    "Webpack",
    "customizable",
    "controllable",
    "component",
    "hello to tag readers",
    "feature-rich",
    "simple",
    "API",
    "explained",
    "comprehensive",
    "config-less",
    "zero-configuration",
    "versatile",
    "JavaScript",
    "JS"
  ],
  "license": "MIT",
  "main": "dist/cjs.js",
  "module": "dist/es6.js",
  "name": "vue-simple-suggest",
  "peerDependencies": {
    "vue": "^2.5.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KazanExpress/vue-simple-suggest.git"
  },
  "scripts": {
    "build": "node build",
    "dev": "npm run readme && webpack-dev-server --mode development --config example/webpack.config.js --open --hot",
    "docs": "npm run readme && webpack --mode production --config example/webpack.config.js",
    "major": "npm version major && npm publish && git push",
    "minor": "npm version minor && npm publish && git push",
    "patch": "npm version patch && npm publish && git push",
    "preversion": "npm run docs && npm run build && (git add .) && git commit -m Docs-and-build.",
    "readme": "generate-md --input ./README.md --output ./example/src"
  },
  "unpkg": "dist/umd.js",
  "version": "1.10.1"
}
