summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/appserver/node_modules/mongodb/package.json
blob: 0531da6aae697190b8057f5f22cbf15667975f72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
  "name": "mongodb",
  "version": "2.2.16",
  "description": "The official MongoDB driver for Node.js",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/mongodb/node-mongodb-native.git"
  },
  "keywords": [
    "mongodb",
    "driver",
    "official"
  ],
  "dependencies": {
    "es6-promise": "3.2.1",
    "mongodb-core": "2.1.2",
    "readable-stream": "2.1.5"
  },
  "devDependencies": {
    "JSONStream": "^1.0.7",
    "betterbenchmarks": "^0.1.0",
    "bluebird": "3.4.6",
    "bson": "1.0.0",
    "cli-table": "^0.3.1",
    "co": "4.6.0",
    "colors": "^1.1.2",
    "coveralls": "^2.11.6",
    "eslint": "^3.8.1",
    "event-stream": "^3.3.2",
    "gleak": "0.5.0",
    "integra": "0.1.8",
    "jsdoc": "3.4.0",
    "ldjson-stream": "^1.2.1",
    "mongodb-extended-json": "1.7.1",
    "mongodb-topology-manager": "1.0.x",
    "mongodb-version-manager": "github:christkv/mongodb-version-manager#master",
    "nyc": "^8.1.0",
    "optimist": "0.6.1",
    "rimraf": "2.5.4",
    "semver": "5.3.0",
    "worker-farm": "^1.3.1"
  },
  "author": {
    "name": "Christian Kvalheim"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">=0.10.3"
  },
  "bugs": {
    "url": "https://github.com/mongodb/node-mongodb-native/issues"
  },
  "scripts": {
    "test": "node test/runner.js -t functional -l",
    "coverage": "nyc node test/runner.js -t functional && node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls",
    "lint": "eslint lib"
  },
  "nyc": {
    "include": [
      "lib/**/*.js"
    ]
  },
  "homepage": "https://github.com/mongodb/node-mongodb-native",
  "gitHead": "28da548dc2a1729a23e07418134dea88bf1e1c68",
  "_id": "mongodb@2.2.16",
  "_shasum": "e32ba91cf9e29f371fb38ba0c4a71c3b1f5fae77",
  "_from": "mongodb@latest",
  "_npmVersion": "3.10.8",
  "_nodeVersion": "6.9.1",
  "_npmUser": {
    "name": "christkv",
    "email": "christkv@gmail.com"
  },
  "dist": {
    "shasum": "e32ba91cf9e29f371fb38ba0c4a71c3b1f5fae77",
    "tarball": "https://registry.npmjs.org/mongodb/-/mongodb-2.2.16.tgz"
  },
  "maintainers": [
    {
      "name": "christkv",
      "email": "christkv@gmail.com"
    }
  ],
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/mongodb-2.2.16.tgz_1481656381868_0.36485050874762237"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/mongodb/-/mongodb-2.2.16.tgz",
  "readme": "ERROR: No README data found!"
}