package.json
3.06 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
{
"_args": [
[
{
"raw": "mongodb-core@2.1.17",
"scope": null,
"escapedName": "mongodb-core",
"name": "mongodb-core",
"rawSpec": "2.1.17",
"spec": "2.1.17",
"type": "version"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/mongodb"
]
],
"_from": "mongodb-core@2.1.17",
"_id": "mongodb-core@2.1.17",
"_inCache": true,
"_location": "/mongodb-core",
"_nodeVersion": "6.9.5",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/mongodb-core-2.1.17.tgz_1507835788962_0.5027369784656912"
},
"_npmUser": {
"name": "mbroadst",
"email": "mbroadst@gmail.com"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "mongodb-core@2.1.17",
"scope": null,
"escapedName": "mongodb-core",
"name": "mongodb-core",
"rawSpec": "2.1.17",
"spec": "2.1.17",
"type": "version"
},
"_requiredBy": [
"/mongodb"
],
"_resolved": "https://registry.npmjs.org/mongodb-core/-/mongodb-core-2.1.17.tgz",
"_shasum": "a418b337a14a14990fb510b923dee6a813173df8",
"_shrinkwrap": null,
"_spec": "mongodb-core@2.1.17",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/mongodb",
"author": {
"name": "Christian Kvalheim"
},
"bugs": {
"url": "https://github.com/christkv/mongodb-core/issues"
},
"dependencies": {
"bson": "~1.0.4",
"require_optional": "~1.0.0"
},
"description": "Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications",
"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.x",
"mongodb-version-manager": "github:christkv/mongodb-version-manager#master",
"nyc": "^5.5.0",
"optimist": "latest",
"rimraf": "2.2.6",
"semver": "4.1.0"
},
"directories": {},
"dist": {
"shasum": "a418b337a14a14990fb510b923dee6a813173df8",
"tarball": "https://registry.npmjs.org/mongodb-core/-/mongodb-core-2.1.17.tgz"
},
"gitHead": "e981c3215ac4e273aa383beee7a1686e60a92be1",
"homepage": "https://github.com/christkv/mongodb-core",
"keywords": [
"mongodb",
"core"
],
"license": "Apache-2.0",
"main": "index.js",
"maintainers": [
{
"name": "mbroadst",
"email": "mbroadst@gmail.com"
},
{
"name": "christkv",
"email": "christkv@gmail.com"
}
],
"name": "mongodb-core",
"optionalDependencies": {},
"peerOptionalDependencies": {
"kerberos": "~0.0",
"bson-ext": "1.0.5"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/christkv/mongodb-core.git"
},
"scripts": {
"coverage": "nyc node test/runner.js -t functional -l && node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls",
"lint": "eslint lib",
"test": "node test/runner.js -t functional"
},
"version": "2.1.17"
}