{
  "_args": [
    [
      {
        "raw": "mongodb-core@2.0.13",
        "scope": null,
        "escapedName": "mongodb-core",
        "name": "mongodb-core",
        "rawSpec": "2.0.13",
        "spec": "2.0.13",
        "type": "version"
      },
      "/var/www/panorama.moderntree.net/datadump/node_modules/mongodb"
    ]
  ],
  "_from": "mongodb-core@2.0.13",
  "_id": "mongodb-core@2.0.13",
  "_inCache": true,
  "_location": "/mongodb-core",
  "_nodeVersion": "6.8.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/mongodb-core-2.0.13.tgz_1477055863501_0.10637361486442387"
  },
  "_npmUser": {
    "name": "christkv",
    "email": "christkv@gmail.com"
  },
  "_npmVersion": "3.10.8",
  "_phantomChildren": {},
  "_requested": {
    "raw": "mongodb-core@2.0.13",
    "scope": null,
    "escapedName": "mongodb-core",
    "name": "mongodb-core",
    "rawSpec": "2.0.13",
    "spec": "2.0.13",
    "type": "version"
  },
  "_requiredBy": [
    "/mongodb"
  ],
  "_resolved": "https://registry.npmjs.org/mongodb-core/-/mongodb-core-2.0.13.tgz",
  "_shasum": "f9394b588dce0e579482e53d74dbc7d7a9d4519c",
  "_shrinkwrap": null,
  "_spec": "mongodb-core@2.0.13",
  "_where": "/var/www/panorama.moderntree.net/datadump/node_modules/mongodb",
  "author": {
    "name": "Christian Kvalheim"
  },
  "bugs": {
    "url": "https://github.com/christkv/mongodb-core/issues"
  },
  "dependencies": {
    "bson": "~0.5.6",
    "require_optional": "~1.0.0"
  },
  "description": "Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications",
  "devDependencies": {
    "co": "^4.5.4",
    "coveralls": "^2.11.6",
    "es6-promise": "^3.0.2",
    "gleak": "0.5.0",
    "integra": "0.1.8",
    "jsdoc": "3.3.0-alpha8",
    "mkdirp": "0.5.0",
    "mongodb-topology-manager": "1.0.x",
    "mongodb-version-manager": "^1.x",
    "nyc": "^5.5.0",
    "optimist": "latest",
    "rimraf": "2.2.6",
    "semver": "4.1.0"
  },
  "directories": {},
  "dist": {
    "shasum": "f9394b588dce0e579482e53d74dbc7d7a9d4519c",
    "tarball": "https://registry.npmjs.org/mongodb-core/-/mongodb-core-2.0.13.tgz"
  },
  "gitHead": "319f26dcbdf71a13f234ca33aac2a49642984b5b",
  "homepage": "https://github.com/christkv/mongodb-core",
  "keywords": [
    "mongodb",
    "core"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "maintainers": [
    {
      "name": "christkv",
      "email": "christkv@gmail.com"
    }
  ],
  "name": "mongodb-core",
  "optionalDependencies": {},
  "peerOptionalDependencies": {
    "kerberos": "~0.0"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/christkv/mongodb-core.git"
  },
  "scripts": {
    "coverage": "nyc node test/runner.js -t functional -l && node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls",
    "test": "node test/runner.js -t functional"
  },
  "version": "2.0.13"
}
