package.json
2.62 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
{
"_args": [
[
{
"raw": "mquery@2.3.3",
"scope": null,
"escapedName": "mquery",
"name": "mquery",
"rawSpec": "2.3.3",
"spec": "2.3.3",
"type": "version"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/mongoose"
]
],
"_from": "mquery@2.3.3",
"_id": "mquery@2.3.3",
"_inCache": true,
"_location": "/mquery",
"_nodeVersion": "8.6.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/mquery-2.3.3.tgz_1511133478812_0.11077233706600964"
},
"_npmUser": {
"name": "vkarpov15",
"email": "val@karpov.io"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {},
"_requested": {
"raw": "mquery@2.3.3",
"scope": null,
"escapedName": "mquery",
"name": "mquery",
"rawSpec": "2.3.3",
"spec": "2.3.3",
"type": "version"
},
"_requiredBy": [
"/mongoose"
],
"_resolved": "https://registry.npmjs.org/mquery/-/mquery-2.3.3.tgz",
"_shasum": "221412e5d4e7290ca5582dd16ea8f190a506b518",
"_shrinkwrap": null,
"_spec": "mquery@2.3.3",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/mongoose",
"author": {
"name": "Aaron Heckmann",
"email": "aaron.heckmann+github@gmail.com"
},
"bugs": {
"url": "https://github.com/aheckmann/mquery/issues/new"
},
"dependencies": {
"bluebird": "3.5.0",
"debug": "2.6.9",
"regexp-clone": "0.0.1",
"sliced": "0.0.5"
},
"description": "Expressive query building for MongoDB",
"devDependencies": {
"istanbul": "0.3.2",
"mocha": "3.2.0",
"mongodb": "~2.2"
},
"directories": {},
"dist": {
"integrity": "sha512-NC8L14kn+qxJbbJ1gbcEMDxF0sC3sv+1cbRReXXwVvowcwY1y9KoVZFq0ebwARibsadu8lx8nWGvm3V0Pf0ZWQ==",
"shasum": "221412e5d4e7290ca5582dd16ea8f190a506b518",
"tarball": "https://registry.npmjs.org/mquery/-/mquery-2.3.3.tgz"
},
"gitHead": "c35c64eb1268d388c48757d4002d09ebec8021f9",
"homepage": "https://github.com/aheckmann/mquery/",
"keywords": [
"mongodb",
"query",
"builder"
],
"license": "MIT",
"main": "lib/mquery.js",
"maintainers": [
{
"name": "aaron",
"email": "aaron.heckmann+github@gmail.com"
},
{
"name": "ebensing",
"email": "ebensing38@gmail.com"
},
{
"name": "vkarpov15",
"email": "valkar207@gmail.com"
}
],
"name": "mquery",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/aheckmann/mquery.git"
},
"scripts": {
"test": "mocha test/index.js test/*.test.js"
},
"version": "2.3.3"
}