{
  "_from": "solr-client@^0.7.0",
  "_id": "solr-client@0.7.0",
  "_inBundle": false,
  "_integrity": "sha1-uA/Mpsh3aD1XGLdaF3Jk8SIHt7g=",
  "_location": "/solr-client",
  "_phantomChildren": {
    "asynckit": "0.4.0",
    "aws4": "1.6.0",
    "caseless": "0.12.0",
    "co": "4.6.0",
    "combined-stream": "1.0.5",
    "extend": "3.0.1",
    "forever-agent": "0.6.1",
    "is-typedarray": "1.0.0",
    "isstream": "0.1.2",
    "json-stable-stringify": "1.0.1",
    "json-stringify-safe": "5.0.1",
    "jsprim": "1.4.1",
    "mime-types": "2.1.17",
    "oauth-sign": "0.8.2",
    "safe-buffer": "5.1.1",
    "sshpk": "1.13.1",
    "stringstream": "0.0.5",
    "tough-cookie": "2.3.3",
    "tunnel-agent": "0.6.0",
    "uuid": "3.2.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "solr-client@^0.7.0",
    "name": "solr-client",
    "escapedName": "solr-client",
    "rawSpec": "^0.7.0",
    "saveSpec": null,
    "fetchSpec": "^0.7.0"
  },
  "_requiredBy": [
    "/watson-developer-cloud"
  ],
  "_resolved": "https://registry.npmjs.org/solr-client/-/solr-client-0.7.0.tgz",
  "_shasum": "b80fcca6c877683d5718b75a177264f12207b7b8",
  "_spec": "solr-client@^0.7.0",
  "_where": "/tomcat/watson-orchestrator-producao/node_modules/watson-developer-cloud",
  "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,
  "dependencies": {
    "JSONStream": "~1.0.6",
    "bluebird": "^3.5.0",
    "duplexer": "~0.1.1",
    "httperror": "~0.2.3",
    "json-bigint": "~0.1.4",
    "request": "~2.81.0"
  },
  "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": "~2.0.7",
    "chai": "~3.3.0",
    "csv-stream": "~0.1.3",
    "figc": "~0.0.3",
    "minimist": "~1.2.0",
    "mocha": "~2.3.3"
  },
  "engines": {
    "node": ">= 0.4.7"
  },
  "homepage": "https://github.com/lbdremy/solr-node-client#readme",
  "license": "MIT",
  "main": "./main",
  "name": "solr-client",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lbdremy/solr-node-client.git"
  },
  "scripts": {
    "report": "rm -rf report && mkdir report && plato -r -d report main.js lib/*",
    "test": "./node_modules/mocha/bin/mocha -R spec test/*-test.js && ./node_modules/mocha/bin/mocha -R spec test/*-test.js --client.bigint=true",
    "test-cov": "jscoverage lib lib-cov && ./node_modules/mocha/bin/mocha -R html-cov test/*-test.js > coverage.html && rm -r lib-cov"
  },
  "version": "0.7.0"
}
