{
  "_args": [
    [
      "algoliasearch-helper@2.28.0",
      "/home/dianasoft/public_html"
    ]
  ],
  "_development": true,
  "_from": "algoliasearch-helper@2.28.0",
  "_id": "algoliasearch-helper@2.28.0",
  "_inBundle": false,
  "_integrity": "sha512-ZWczpkns2tw9sAtFL+1Cn3XAGkaunYS+ckldBrHHHQZj1/vw9n8SOGUO7lwpjuKXG9+TWgzx6XP3ZsG3iM+6hw==",
  "_location": "/algoliasearch-helper",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "algoliasearch-helper@2.28.0",
    "name": "algoliasearch-helper",
    "escapedName": "algoliasearch-helper",
    "rawSpec": "2.28.0",
    "saveSpec": null,
    "fetchSpec": "2.28.0"
  },
  "_requiredBy": [
    "/instantsearch.js",
    "/vue-instantsearch"
  ],
  "_resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-2.28.0.tgz",
  "_spec": "2.28.0",
  "_where": "/home/dianasoft/public_html",
  "author": {
    "name": "Algolia Inc.",
    "url": "https://www.algolia.com"
  },
  "bugs": {
    "url": "https://github.com/algolia/algoliasearch-helper-js/issues"
  },
  "dependencies": {
    "events": "^1.1.1",
    "lodash": "^4.17.5",
    "qs": "^6.5.1"
  },
  "description": "Helper for implementing advanced search features with algolia",
  "devDependencies": {
    "algolia-frontend-components": "0.0.35",
    "algoliasearch": "3.32.0",
    "babel-core": "6.26.3",
    "babel-loader": "6.4.1",
    "babel-preset-es2015": "6.24.1",
    "browserify": "14.5.0",
    "bulkify": "1.4.2",
    "collect-json": "1.0.8",
    "colors": "1.1.2",
    "conventional-changelog-cli": "1.3.2",
    "doctoc": "1.3.0",
    "eslint": "1.10.3",
    "eslint-config-airbnb": "0.0.8",
    "eslint-config-algolia": "3.0.0",
    "exorcist": "1.0.1",
    "gh-pages": "1.0.0",
    "gulp": "3.9.1",
    "gulp-cli": "1.3.0",
    "gulp-livereload": "3.8.1",
    "gulp-sass": "2.3.2",
    "handlebars": "4.1.0",
    "jest": "24.7.1",
    "jest-watch-typeahead": "0.3.0",
    "jsdoc-parse": "1.2.7",
    "jsdoc-to-markdown": "1.3.9",
    "marked": "0.3.19",
    "metalsmith": "2.3.0",
    "metalsmith-changed": "2.0.0",
    "metalsmith-discover-partials": "0.1.0",
    "metalsmith-headings": "0.1.0",
    "metalsmith-in-place": "github:superwolff/metalsmith-in-place#7cb06e54142b8843f35178ceb5560946ae356049",
    "metalsmith-layouts": "1.8.1",
    "metalsmith-markdown": "0.2.1",
    "metalsmith-metallic": "1.0.0",
    "metalsmith-packagejson": "1.1.0",
    "metalsmith-sass": "1.4.0",
    "metalsmith-serve": "0.0.7",
    "metalsmith-watch": "1.0.3",
    "metalsmith-webpack": "1.0.3",
    "mversion": "1.13.0",
    "onchange": "3.2.1",
    "pretty-bytes-cli": "2.0.0",
    "prompt": "1.0.0",
    "pug": "^2.0.3",
    "semver": "5.3.0",
    "shelljs": "0.7.8",
    "st": "1.2.2",
    "uglify-js": "2.8.29",
    "vinyl": "1.2.0",
    "watchify": "3.7.0",
    "webpack": "1.15.0",
    "webpack-stream": "3.2.0"
  },
  "files": [
    "dist",
    "src",
    "index.js"
  ],
  "homepage": "https://community.algolia.com/algoliasearch-helper-js/",
  "license": "MIT",
  "main": "index.js",
  "name": "algoliasearch-helper",
  "peerDependencies": {
    "algoliasearch": ">= 3.1 < 4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/algolia/algoliasearch-helper-js.git"
  },
  "scripts": {
    "build": "./scripts/build.sh",
    "changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/",
    "changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
    "doc": "gulp --gulpfile documentation-src/build.gulp.js doc",
    "doc:publish": "yarn run doc && gh-pages -d documentation",
    "doc:staging": "scripts/staging-doc.sh",
    "doc:watch": "gulp --gulpfile documentation-src/build.gulp.js doc:watch",
    "lint": "eslint .",
    "lint:watch": "onchange 'src/**/*js' 'index.js' 'test/**/*js' '.eslintrc' -- npm run -s lint",
    "readme:toc": "doctoc --notitle README.md --maxlevel 3",
    "release": "git checkout dist/ && rm -rf node_modules && yarn && ./scripts/release.js",
    "test": "scripts/test.sh",
    "test:unit": "jest",
    "test:watch": "jest --watch",
    "watch": "watchify index.js -v -s algoliasearchHelper -o dist/algoliasearch.helper.js"
  },
  "version": "2.28.0"
}
