package.json
3.46 KB
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
133
134
135
136
137
{
"_args": [
[
{
"raw": "mongodb@2.2.33",
"scope": null,
"escapedName": "mongodb",
"name": "mongodb",
"rawSpec": "2.2.33",
"spec": "2.2.33",
"type": "version"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/mongoose"
]
],
"_from": "mongodb@2.2.33",
"_id": "mongodb@2.2.33",
"_inCache": true,
"_location": "/mongodb",
"_nodeVersion": "6.9.5",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/mongodb-2.2.33.tgz_1507836335033_0.17075006803497672"
},
"_npmUser": {
"name": "mbroadst",
"email": "mbroadst@gmail.com"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {
"buffer-shims": "1.0.0",
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"isarray": "1.0.0",
"process-nextick-args": "1.0.7",
"safe-buffer": "5.1.1",
"util-deprecate": "1.0.2"
},
"_requested": {
"raw": "mongodb@2.2.33",
"scope": null,
"escapedName": "mongodb",
"name": "mongodb",
"rawSpec": "2.2.33",
"spec": "2.2.33",
"type": "version"
},
"_requiredBy": [
"/mongoose"
],
"_resolved": "https://registry.npmjs.org/mongodb/-/mongodb-2.2.33.tgz",
"_shasum": "b537c471d34a6651b48f36fdbf29750340e08b50",
"_shrinkwrap": null,
"_spec": "mongodb@2.2.33",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/mongoose",
"author": {
"name": "Christian Kvalheim"
},
"bugs": {
"url": "https://github.com/mongodb/node-mongodb-native/issues"
},
"dependencies": {
"es6-promise": "3.2.1",
"mongodb-core": "2.1.17",
"readable-stream": "2.2.7"
},
"description": "The official MongoDB driver for Node.js",
"devDependencies": {
"JSONStream": "^1.0.7",
"betterbenchmarks": "^0.1.0",
"bluebird": "3.4.6",
"bson": "latest",
"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"
},
"directories": {},
"dist": {
"shasum": "b537c471d34a6651b48f36fdbf29750340e08b50",
"tarball": "https://registry.npmjs.org/mongodb/-/mongodb-2.2.33.tgz"
},
"engines": {
"node": ">=0.10.3"
},
"gitHead": "ec99d304e7bff9192eee9aa2ddbeab639bfa2639",
"homepage": "https://github.com/mongodb/node-mongodb-native",
"keywords": [
"mongodb",
"driver",
"official"
],
"license": "Apache-2.0",
"main": "index.js",
"maintainers": [
{
"name": "mbroadst",
"email": "mbroadst@gmail.com"
},
{
"name": "christkv",
"email": "christkv@gmail.com"
}
],
"name": "mongodb",
"nyc": {
"include": [
"lib/**/*.js"
]
},
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mongodb/node-mongodb-native.git"
},
"scripts": {
"coverage": "nyc node test/runner.js -t functional && node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls",
"lint": "eslint lib",
"test": "node test/runner.js -t functional"
},
"version": "2.2.33"
}