{
  "_args": [
    [
      {
        "raw": "mongodb-core@3.0.5",
        "scope": null,
        "escapedName": "mongodb-core",
        "name": "mongodb-core",
        "rawSpec": "3.0.5",
        "spec": "3.0.5",
        "type": "version"
      },
      "/home/amp/nodejs-60-2/ProjectCS/week10-11/node_modules/mongodb"
    ]
  ],
  "_from": "mongodb-core@3.0.5",
  "_id": "mongodb-core@3.0.5",
  "_inCache": true,
  "_location": "/mongodb-core",
  "_nodeVersion": "8.9.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/mongodb-core_3.0.5_1521039284132_0.7218274991082065"
  },
  "_npmUser": {
    "name": "mbroadst",
    "email": "mbroadst@gmail.com"
  },
  "_npmVersion": "5.5.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "mongodb-core@3.0.5",
    "scope": null,
    "escapedName": "mongodb-core",
    "name": "mongodb-core",
    "rawSpec": "3.0.5",
    "spec": "3.0.5",
    "type": "version"
  },
  "_requiredBy": [
    "/mongodb"
  ],
  "_resolved": "https://registry.npmjs.org/mongodb-core/-/mongodb-core-3.0.5.tgz",
  "_shasum": "38d722f2beb99075e628939dad73f355d002d982",
  "_shrinkwrap": null,
  "_spec": "mongodb-core@3.0.5",
  "_where": "/home/amp/nodejs-60-2/ProjectCS/week10-11/node_modules/mongodb",
  "author": {
    "name": "Christian Kvalheim"
  },
  "bugs": {
    "url": "https://github.com/mongodb-js/mongodb-core/issues"
  },
  "dependencies": {
    "bson": "~1.0.4",
    "require_optional": "^1.0.1"
  },
  "description": "Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications",
  "devDependencies": {
    "chai": "^4.1.2",
    "co": "^4.6.0",
    "conventional-changelog-cli": "^1.3.5",
    "eslint": "^4.6.1",
    "eslint-plugin-prettier": "^2.2.0",
    "jsdoc": "3.5.4",
    "mongodb-mock-server": "^1.0.0",
    "mongodb-test-runner": "^1.1.18",
    "prettier": "^1.6.1",
    "snappy": "^6.0.1"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-4A1nx/xAU5d/NPICjiyzVxzNrIdJQQsYRe3xQkV1O638t+fHHfAOLK+SQagqGnu1m0aeSxb1ixp/P0FGSQWIGA==",
    "shasum": "38d722f2beb99075e628939dad73f355d002d982",
    "tarball": "https://registry.npmjs.org/mongodb-core/-/mongodb-core-3.0.5.tgz",
    "fileCount": 39,
    "unpackedSize": 587900
  },
  "gitHead": "bd8bec4833106a1845c8ac3d67631b70740f1b2d",
  "homepage": "https://github.com/mongodb-js/mongodb-core",
  "keywords": [
    "mongodb",
    "core"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "maintainers": [
    {
      "name": "christkv",
      "email": "christkv@gmail.com"
    },
    {
      "name": "daprahamian",
      "email": "dan.aprahamian@gmail.com"
    },
    {
      "name": "mbroadst",
      "email": "mbroadst@gmail.com"
    }
  ],
  "name": "mongodb-core",
  "optionalDependencies": {},
  "peerOptionalDependencies": {
    "kerberos": "^0.0.23",
    "snappy": "^6.0.1",
    "bson-ext": "1.0.5"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/mongodb-js/mongodb-core.git"
  },
  "scripts": {
    "changelog": "conventional-changelog -p angular -i HISTORY.md -s",
    "coverage": "nyc node test/runner.js -t functional -l && node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls",
    "format": "prettier --print-width 100 --tab-width 2 --single-quote --write index.js 'test/**/*.js' 'lib/**/*.js'",
    "lint": "eslint index.js lib test",
    "test": "npm run lint && mongodb-test-runner -t 60000 test/tests"
  },
  "version": "3.0.5"
}