package.json
1.59 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
{
"_args": [
[
"mquery@3.0.0",
"/Users/jeminlee/git-projects/node-practice/npm-demo"
]
],
"_from": "mquery@3.0.0",
"_id": "mquery@3.0.0",
"_inBundle": false,
"_integrity": "sha512-WL1Lk8v4l8VFSSwN3yCzY9TXw+fKVYKn6f+w86TRzOLSE8k1yTgGaLBPUByJQi8VcLbOdnUneFV/y3Kv874pnQ==",
"_location": "/mquery",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mquery@3.0.0",
"name": "mquery",
"escapedName": "mquery",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/mongoose"
],
"_resolved": "https://registry.npmjs.org/mquery/-/mquery-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "/Users/jeminlee/git-projects/node-practice/npm-demo",
"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.4.5",
"mocha": "3.2.0",
"mongodb": "~2.2",
"nsp": "^2.8.1"
},
"homepage": "https://github.com/aheckmann/mquery/",
"keywords": [
"mongodb",
"query",
"builder"
],
"license": "MIT",
"main": "lib/mquery.js",
"name": "mquery",
"repository": {
"type": "git",
"url": "git://github.com/aheckmann/mquery.git"
},
"scripts": {
"test": "nsp check && mocha test/index.js test/*.test.js"
},
"version": "3.0.0"
}