{
  "_from": "solr-client@^0.8.0",
  "_id": "solr-client@0.8.0",
  "_inBundle": false,
  "_integrity": "sha512-R1ZjWM9yVLef/9HJ2XTwIxXGU31Linfeb8PTXa6o+0jagY8+D2uBWzNri1q2Xjpf1Kppc8nxdijG0dpbcA9Cnw==",
  "_location": "/solr-client",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "solr-client@^0.8.0",
    "name": "solr-client",
    "escapedName": "solr-client",
    "rawSpec": "^0.8.0",
    "saveSpec": null,
    "fetchSpec": "^0.8.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/solr-client/-/solr-client-0.8.0.tgz",
  "_shasum": "d9e6a06e731b9fa5cdce5bd6f5cbf784b46e7ef8",
  "_spec": "solr-client@^0.8.0",
  "_where": "/var/www/html/api.shopperr.in",
  "author": {
    "name": "Remy Loubradou",
    "email": "remy.loubradou@gmail.com",
    "url": "https://twitter.com/#!/lbdremy"
  },
  "bugs": {
    "url": "https://github.com/lbdremy/solr-node-client/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Igor Savin",
      "email": "kibertoad@gmail.com",
      "url": "https://twitter.com/kibertoad"
    }
  ],
  "dependencies": {
    "JSONStream": "^1.3.5",
    "bluebird": "^3.7.2",
    "duplexer": "^0.1.2",
    "httperror": "^0.2.3",
    "json-bigint": "^1.0.0",
    "request": "^2.88.2"
  },
  "deprecated": false,
  "description": " A Solr client library for indexing, adding, deleting, committing, optimizing and searching documents within an Apache Solr installation (version>=3.2)",
  "devDependencies": {
    "bignumber.js": "^9.0.1",
    "chai": "^4.2.0",
    "csv-stream": "^0.2.0",
    "eslint": "^7.16.0",
    "eslint-config-prettier": "^7.1.0",
    "eslint-plugin-prettier": "^3.3.0",
    "figc": "^0.0.3",
    "minimist": "^1.2.5",
    "mocha": "^5.2.0",
    "prettier": "^2.2.1"
  },
  "engines": {
    "node": ">= 6"
  },
  "files": [
    "lib/*",
    "CHANGELOG.md",
    "CONTRIBUTIONS.md",
    "LICENSE",
    "main.js",
    "README.md",
    "UPGRADING.md"
  ],
  "homepage": "https://github.com/lbdremy/solr-node-client#readme",
  "keywords": [
    "solr",
    "client",
    "query",
    "sdk"
  ],
  "license": "MIT",
  "main": "./main",
  "name": "solr-client",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lbdremy/solr-node-client.git"
  },
  "scripts": {
    "format": "prettier --write \"{lib,examples,test}/**/*.js\"",
    "lint": "eslint \"lib/**/*.js\" \"test/**/*.js\"",
    "report": "rm -rf report && mkdir report && plato -r -d report main.js lib/*",
    "solr:current:logs": "docker logs solr-node-client_solr8_1",
    "solr:current:start": "docker-compose -f docker-compose-solr-8.yml up --build -d solr8",
    "solr:current:stop": "docker-compose -f docker-compose-solr-8.yml down",
    "solr:legacy:logs": "docker logs solr-node-client_solr5_1",
    "solr:legacy:start": "docker-compose -f docker-compose-solr-5.yml up --build -d solr5",
    "solr:legacy:stop": "docker-compose -f docker-compose-solr-5.yml down",
    "test-cov": "jscoverage lib lib-cov && ./node_modules/mocha/bin/mocha -R html-cov test/*-test.js > coverage.html && rm -r lib-cov",
    "test:current": "mocha -R spec test/*-test.js --client.bigint=true",
    "test:legacy": "mocha -R spec test/*-test.js --client.port=8984 && mocha -R spec test/*-test.js --client.port=8984"
  },
  "version": "0.8.0"
}
