summaryrefslogtreecommitdiffstats
path: root/node_modules/mongodb/package.json
blob: fdfb9d8ff5c84f922363cc3f2859f65c4cc16fdf (plain) (blame)
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
  "_from": "mongodb@3.6.3",
  "_id": "mongodb@3.6.3",
  "_inBundle": false,
  "_integrity": "sha512-rOZuR0QkodZiM+UbQE5kDsJykBqWi0CL4Ec2i1nrGrUI3KO11r6Fbxskqmq3JK2NH7aW4dcccBuUujAP0ERl5w==",
  "_location": "/mongodb",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mongodb@3.6.3",
    "name": "mongodb",
    "escapedName": "mongodb",
    "rawSpec": "3.6.3",
    "saveSpec": null,
    "fetchSpec": "3.6.3"
  },
  "_requiredBy": [
    "/mongoose"
  ],
  "_resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.6.3.tgz",
  "_shasum": "eddaed0cc3598474d7a15f0f2a5b04848489fd05",
  "_spec": "mongodb@3.6.3",
  "_where": "/home/pruss/Dev/3-minute-website/node_modules/mongoose",
  "bugs": {
    "url": "https://github.com/mongodb/node-mongodb-native/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bl": "^2.2.1",
    "bson": "^1.1.4",
    "denque": "^1.4.1",
    "require_optional": "^1.0.1",
    "safe-buffer": "^5.1.2",
    "saslprep": "^1.0.0"
  },
  "deprecated": false,
  "description": "The official MongoDB driver for Node.js",
  "devDependencies": {
    "chai": "^4.1.1",
    "chai-subset": "^1.6.0",
    "chalk": "^2.4.2",
    "co": "4.6.0",
    "coveralls": "^2.11.6",
    "eslint": "^7.10.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-es": "^3.0.1",
    "eslint-plugin-prettier": "^3.1.3",
    "istanbul": "^0.4.5",
    "jsdoc": "3.5.5",
    "lodash.camelcase": "^4.3.0",
    "mocha": "5.2.0",
    "mocha-sinon": "^2.1.0",
    "mongodb-extjson": "^2.1.1",
    "mongodb-mock-server": "^1.0.1",
    "prettier": "^1.19.1",
    "semver": "^5.5.0",
    "sinon": "^4.3.0",
    "sinon-chai": "^3.2.0",
    "snappy": "^6.3.4",
    "standard-version": "^4.4.0",
    "util.promisify": "^1.0.1",
    "worker-farm": "^1.5.0",
    "wtfnode": "^0.8.0",
    "yargs": "^14.2.0"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "homepage": "https://github.com/mongodb/node-mongodb-native",
  "keywords": [
    "mongodb",
    "driver",
    "official"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "mongodb",
  "optionalDependencies": {
    "saslprep": "^1.0.0"
  },
  "peerDependenciesMeta": {
    "kerberos": {
      "optional": true
    },
    "mongodb-client-encryption": {
      "optional": true
    },
    "mongodb-extjson": {
      "optional": true
    },
    "snappy": {
      "optional": true
    },
    "bson-ext": {
      "optional": true
    },
    "aws4": {
      "optional": true
    }
  },
  "peerOptionalDependencies": {
    "kerberos": "^1.1.0",
    "mongodb-client-encryption": "^1.0.0",
    "mongodb-extjson": "^2.1.2",
    "snappy": "^6.3.4",
    "bson-ext": "^2.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/mongodb/node-mongodb-native.git"
  },
  "scripts": {
    "atlas": "mocha --opts '{}' ./test/manual/atlas_connectivity.test.js",
    "bench": "node test/benchmarks/driverBench/",
    "check:kerberos": "mocha --opts '{}' -t 60000 test/manual/kerberos.test.js",
    "check:ldap": "mocha --opts '{}' test/manual/ldap.test.js",
    "check:tls": "mocha --opts '{}' test/manual/tls_support.test.js",
    "coverage": "istanbul cover mongodb-test-runner -- -t 60000 test/unit test/functional",
    "format": "npm run lint -- --fix",
    "generate-evergreen": "node .evergreen/generate_evergreen_tasks.js",
    "lint": "eslint -v && eslint lib test",
    "release": "standard-version -i HISTORY.md",
    "test": "npm run lint && mocha --recursive test/functional test/unit",
    "test-nolint": "mocha --recursive test/functional test/unit"
  },
  "version": "3.6.3"
}