{
  "_args": [
    [
      "vue-instantsearch@2.6.0",
      "/home/dianasoft/public_html"
    ]
  ],
  "_development": true,
  "_from": "vue-instantsearch@2.6.0",
  "_id": "vue-instantsearch@2.6.0",
  "_inBundle": false,
  "_integrity": "sha512-P1jcGEtwn61QuirswY5SOWR/Mbm1kegNKXuOn6UuDhnrGRgp2EModGBabgUNWR8cpLUYwunvfOJKFJbynephxA==",
  "_location": "/vue-instantsearch",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-instantsearch@2.6.0",
    "name": "vue-instantsearch",
    "escapedName": "vue-instantsearch",
    "rawSpec": "2.6.0",
    "saveSpec": null,
    "fetchSpec": "2.6.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-instantsearch/-/vue-instantsearch-2.6.0.tgz",
  "_spec": "2.6.0",
  "_where": "/home/dianasoft/public_html",
  "author": {
    "name": "Algolia, Inc.",
    "url": "https://www.algolia.com"
  },
  "bugs": {
    "url": "https://github.com/algolia/vue-instantsearch/issues"
  },
  "bundlesize": [
    {
      "path": "./dist/vue-instantsearch.js",
      "maxSize": "60.50 kB"
    },
    {
      "path": "./dist/vue-instantsearch.esm.js",
      "maxSize": "14.50 kB"
    },
    {
      "path": "./dist/vue-instantsearch.common.js",
      "maxSize": "14.75 kB"
    }
  ],
  "dependencies": {
    "algoliasearch-helper": "^2.26.1",
    "instantsearch.js": "^3.6.0"
  },
  "description": "👀 Lightning-fast Algolia search for Vue apps",
  "devDependencies": {
    "@storybook/addon-actions": "3.4.11",
    "@storybook/addon-knobs": "3.4.11",
    "@storybook/addon-options": "3.4.11",
    "@storybook/vue": "3.4.11",
    "@vue/test-utils": "1.0.0-beta.25",
    "algoliasearch": "3.32.0",
    "babel-eslint": "10.0.1",
    "babel-jest": "23.6.0",
    "babel-preset-es2015": "6.24.1",
    "bundlesize": "0.17.1",
    "concurrently": "4.1.0",
    "conventional-changelog-cli": "2.0.12",
    "eslint": "5.14.1",
    "eslint-config-algolia": "13.2.3",
    "eslint-config-prettier": "3.1.0",
    "eslint-plugin-import": "2.16.0",
    "eslint-plugin-jest": "22.3.0",
    "eslint-plugin-prettier": "3.0.0",
    "eslint-plugin-vue": "4.7.1",
    "instantsearch.css": "7.3.1",
    "jest": "23.6.0",
    "jest-serializer-html": "6.0.0",
    "jest-vue-preprocessor": "1.4.0",
    "jest-watch-typeahead": "0.2.1",
    "lodash": "4.17.11",
    "prettier": "1.14.3",
    "rollup": "1.16.7",
    "rollup-plugin-buble": "0.19.6",
    "rollup-plugin-commonjs": "10.0.1",
    "rollup-plugin-filesize": "6.0.1",
    "rollup-plugin-json": "3.1.0",
    "rollup-plugin-node-resolve": "5.2.0",
    "rollup-plugin-replace": "2.1.0",
    "rollup-plugin-terser": "4.0.4",
    "rollup-plugin-vue": "3.0.0",
    "rollup-watch": "4.3.1",
    "vue": "2.5.18",
    "vue-autosuggest": "1.8.1",
    "vue-jest": "2.6.0",
    "vue-json-tree": "0.3.3",
    "vue-loader": "14.2.2",
    "vue-slider-component": "3.0.15",
    "vue-template-compiler": "2.5.18",
    "vuetify": "1.5.3"
  },
  "files": [
    "dist",
    "src"
  ],
  "homepage": "https://github.com/algolia/vue-instantsearch#readme",
  "jest": {
    "setupFiles": [
      "<rootDir>/jest.setup.js"
    ],
    "moduleFileExtensions": [
      "js",
      "vue"
    ],
    "snapshotSerializers": [
      "jest-serializer-html"
    ],
    "moduleNameMapper": {
      "^instantsearch.js/es$": "<rootDir>/__mocks__/instantsearch-es.js"
    },
    "transformIgnorePatterns": [
      "node_modules/(?!(instantsearch\\.js|vue-json-tree))"
    ],
    "transform": {
      "^.+\\.js$": "babel-jest",
      "^.+\\.vue$": "vue-jest"
    },
    "testURL": "https://example.com",
    "watchPlugins": [
      "jest-watch-typeahead/filename",
      "jest-watch-typeahead/testname"
    ]
  },
  "keywords": [
    "vue",
    "algolia",
    "search",
    "instantsearch",
    "components",
    "ui",
    "facet",
    "autocomplete"
  ],
  "license": "MIT",
  "main": "dist/vue-instantsearch.common.js",
  "module": "dist/vue-instantsearch.esm.js",
  "name": "vue-instantsearch",
  "peerDependencies": {
    "algoliasearch": "^3.30.0",
    "vue": "^2.4.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/algolia/vue-instantsearch.git"
  },
  "scripts": {
    "build": "rollup -c",
    "changelog": "conventional-changelog --preset angular --infile CHANGELOG.md --same-file",
    "changelog:unreleased": "conventional-changelog --preset angular --output-unreleased",
    "docs:build": "cd docs && yarn && yarn build",
    "docs:build:dev": "cd docs && yarn && yarn build:dev",
    "docs:deploy": "cd docs && yarn && yarn deploy",
    "docs:watch": "cd docs && yarn && yarn dev",
    "examples:build": "./examples/build.sh",
    "format": "prettier --write '**/*.{js,md,vue,css}'",
    "lint": "eslint --ext .js,.vue .",
    "lint:fix": "eslint --ext .js,.vue . --fix",
    "release:branch": "scripts/release-branch.sh",
    "release:publish": "scripts/release-publish.sh",
    "storybook": "start-storybook -p 9001 -c .storybook",
    "storybook:build": "build-storybook -c .storybook -o docs/dist/stories",
    "test": "jest",
    "test:build": "yarn build && bundlesize",
    "test:update": "jest --updateSnapshot",
    "test:watch": "jest --watch"
  },
  "sideEffects": false,
  "version": "2.6.0"
}
