summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/appserver/node_modules/mongodb/node_modules/mongodb-core/package.json
blob: 2e97054a22dfe134bb975b249e5a772be9674ad8 (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
{
  "name": "mongodb-core",
  "version": "2.1.2",
  "description": "Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications",
  "main": "index.js",
  "scripts": {
    "test": "node test/runner.js -t functional",
    "coverage": "nyc node test/runner.js -t functional -l && node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls",
    "lint": "eslint lib"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/christkv/mongodb-core.git"
  },
  "keywords": [
    "mongodb",
    "core"
  ],
  "dependencies": {
    "bson": "~1.0.1",
    "require_optional": "~1.0.0"
  },
  "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.6",
    "mongodb-version-manager": "github:christkv/mongodb-version-manager#master",
    "nyc": "^5.5.0",
    "optimist": "latest",
    "rimraf": "2.2.6",
    "semver": "4.1.0"
  },
  "peerOptionalDependencies": {
    "kerberos": "~0.0",
    "bson-ext": "1.0.1"
  },
  "author": {
    "name": "Christian Kvalheim"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/christkv/mongodb-core/issues"
  },
  "homepage": "https://github.com/christkv/mongodb-core",
  "gitHead": "6783e5ac19a0374dfe0e8becf77ac95ed0ab3b97",
  "_id": "mongodb-core@2.1.2",
  "_shasum": "a11db773d34819cbeb97751241827137ab535aab",
  "_from": "mongodb-core@2.1.2",
  "_npmVersion": "3.10.8",
  "_nodeVersion": "6.9.1",
  "_npmUser": {
    "name": "christkv",
    "email": "christkv@gmail.com"
  },
  "dist": {
    "shasum": "a11db773d34819cbeb97751241827137ab535aab",
    "tarball": "https://registry.npmjs.org/mongodb-core/-/mongodb-core-2.1.2.tgz"
  },
  "maintainers": [
    {
      "name": "christkv",
      "email": "christkv@gmail.com"
    }
  ],
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/mongodb-core-2.1.2.tgz_1481385289831_0.8470144462771714"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/mongodb-core/-/mongodb-core-2.1.2.tgz",
  "readme": "ERROR: No README data found!"
}