root / HServer / 00.Server / 00.Program / node_modules / mquery / package.json
이력 | 보기 | 이력해설 | 다운로드 (1.65 KB)
1 | 39 | HKM | { |
---|---|---|---|
2 | "_args": [
|
||
3 | [ |
||
4 | "mquery@3.0.0",
|
||
5 | "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
||
6 | ] |
||
7 | ], |
||
8 | "_from": "mquery@3.0.0", |
||
9 | "_id": "mquery@3.0.0", |
||
10 | "_inBundle": false, |
||
11 | "_integrity": "sha512-WL1Lk8v4l8VFSSwN3yCzY9TXw+fKVYKn6f+w86TRzOLSE8k1yTgGaLBPUByJQi8VcLbOdnUneFV/y3Kv874pnQ==", |
||
12 | "_location": "/mquery", |
||
13 | "_phantomChildren": {},
|
||
14 | "_requested": {
|
||
15 | "type": "version", |
||
16 | "registry": true, |
||
17 | "raw": "mquery@3.0.0", |
||
18 | "name": "mquery", |
||
19 | "escapedName": "mquery", |
||
20 | "rawSpec": "3.0.0", |
||
21 | "saveSpec": null, |
||
22 | "fetchSpec": "3.0.0" |
||
23 | }, |
||
24 | "_requiredBy": [
|
||
25 | "/mongoose"
|
||
26 | ], |
||
27 | "_resolved": "https://registry.npmjs.org/mquery/-/mquery-3.0.0.tgz", |
||
28 | "_spec": "3.0.0", |
||
29 | "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program", |
||
30 | "author": {
|
||
31 | "name": "Aaron Heckmann", |
||
32 | "email": "aaron.heckmann+github@gmail.com" |
||
33 | }, |
||
34 | "bugs": {
|
||
35 | "url": "https://github.com/aheckmann/mquery/issues/new" |
||
36 | }, |
||
37 | "dependencies": {
|
||
38 | "bluebird": "3.5.0", |
||
39 | "debug": "2.6.9", |
||
40 | "regexp-clone": "0.0.1", |
||
41 | "sliced": "0.0.5" |
||
42 | }, |
||
43 | "description": "Expressive query building for MongoDB", |
||
44 | "devDependencies": {
|
||
45 | "istanbul": "^0.4.5", |
||
46 | "mocha": "3.2.0", |
||
47 | "mongodb": "~2.2", |
||
48 | "nsp": "^2.8.1" |
||
49 | }, |
||
50 | "homepage": "https://github.com/aheckmann/mquery/", |
||
51 | "keywords": [
|
||
52 | "mongodb",
|
||
53 | "query",
|
||
54 | "builder"
|
||
55 | ], |
||
56 | "license": "MIT", |
||
57 | "main": "lib/mquery.js", |
||
58 | "name": "mquery", |
||
59 | "repository": {
|
||
60 | "type": "git", |
||
61 | "url": "git://github.com/aheckmann/mquery.git" |
||
62 | }, |
||
63 | "scripts": {
|
||
64 | "test": "nsp check && mocha test/index.js test/*.test.js" |
||
65 | }, |
||
66 | "version": "3.0.0" |
||
67 | } |