root / HServer / 00.Server / 00.Program / node_modules / mongoose / package.json
이력 | 보기 | 이력해설 | 다운로드 (3.74 KB)
1 |
{ |
---|---|
2 |
"_args": [
|
3 |
[ |
4 |
"mongoose@5.0.10",
|
5 |
"D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
6 |
] |
7 |
], |
8 |
"_from": "mongoose@5.0.10", |
9 |
"_id": "mongoose@5.0.10", |
10 |
"_inBundle": false, |
11 |
"_integrity": "sha512-vBfFP6hOHBdsWogc84cLofclWVAiu0+q0/oLxL/y61RUpW4K3BIGH2QhI+7lPBrGpGS1Yk/KfnumndWQI7wZiA==", |
12 |
"_location": "/mongoose", |
13 |
"_phantomChildren": {},
|
14 |
"_requested": {
|
15 |
"type": "version", |
16 |
"registry": true, |
17 |
"raw": "mongoose@5.0.10", |
18 |
"name": "mongoose", |
19 |
"escapedName": "mongoose", |
20 |
"rawSpec": "5.0.10", |
21 |
"saveSpec": null, |
22 |
"fetchSpec": "5.0.10" |
23 |
}, |
24 |
"_requiredBy": [
|
25 |
"/"
|
26 |
], |
27 |
"_resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.0.10.tgz", |
28 |
"_spec": "5.0.10", |
29 |
"_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program", |
30 |
"author": {
|
31 |
"name": "Guillermo Rauch", |
32 |
"email": "guillermo@learnboost.com" |
33 |
}, |
34 |
"browser": "./browser.js", |
35 |
"bugs": {
|
36 |
"url": "https://github.com/Automattic/mongoose/issues/new" |
37 |
}, |
38 |
"dependencies": {
|
39 |
"async": "2.1.4", |
40 |
"bson": "~1.0.4", |
41 |
"kareem": "2.0.5", |
42 |
"lodash.get": "4.4.2", |
43 |
"mongodb": "3.0.4", |
44 |
"mongoose-legacy-pluralize": "1.0.2", |
45 |
"mpath": "0.3.0", |
46 |
"mquery": "3.0.0", |
47 |
"ms": "2.0.0", |
48 |
"regexp-clone": "0.0.1", |
49 |
"sliced": "1.0.1" |
50 |
}, |
51 |
"description": "Mongoose MongoDB ODM", |
52 |
"devDependencies": {
|
53 |
"acquit": "0.5.1", |
54 |
"acquit-ignore": "0.0.3", |
55 |
"benchmark": "2.1.2", |
56 |
"bluebird": "3.5.0", |
57 |
"co": "4.6.0", |
58 |
"dox": "0.3.1", |
59 |
"eslint": "4.14.0", |
60 |
"highlight.js": "9.1.0", |
61 |
"jade": "1.11.0", |
62 |
"lodash": "4.16.6", |
63 |
"markdown": "0.5.0", |
64 |
"marked": "0.3.9", |
65 |
"mocha": "4.1.0", |
66 |
"mongodb-topology-manager": "1.0.11", |
67 |
"mongoose-long": "0.1.1", |
68 |
"node-static": "0.7.10", |
69 |
"nsp": "~2.8.1", |
70 |
"nyc": "11.4.1", |
71 |
"power-assert": "1.4.1", |
72 |
"q": "1.5.1", |
73 |
"tbd": "0.6.4", |
74 |
"uuid": "2.0.3", |
75 |
"uuid-parse": "1.0.0", |
76 |
"validator": "5.4.0" |
77 |
}, |
78 |
"directories": {
|
79 |
"lib": "./lib/mongoose" |
80 |
}, |
81 |
"engines": {
|
82 |
"node": ">=4.0.0" |
83 |
}, |
84 |
"eslintConfig": {
|
85 |
"extends": [
|
86 |
"eslint:recommended"
|
87 |
], |
88 |
"parserOptions": {
|
89 |
"ecmaVersion": 2015 |
90 |
}, |
91 |
"env": {
|
92 |
"node": true, |
93 |
"mocha": true, |
94 |
"es6": true |
95 |
}, |
96 |
"rules": {
|
97 |
"comma-style": "error", |
98 |
"consistent-this": [
|
99 |
"error",
|
100 |
"_this"
|
101 |
], |
102 |
"indent": [
|
103 |
"error",
|
104 |
2,
|
105 |
{ |
106 |
"SwitchCase": 1, |
107 |
"VariableDeclarator": 2 |
108 |
} |
109 |
], |
110 |
"keyword-spacing": "error", |
111 |
"no-console": "off", |
112 |
"no-multi-spaces": "error", |
113 |
"func-call-spacing": "error", |
114 |
"no-trailing-spaces": "error", |
115 |
"quotes": [
|
116 |
"error",
|
117 |
"single"
|
118 |
], |
119 |
"semi": "error", |
120 |
"space-before-blocks": "error", |
121 |
"space-before-function-paren": [
|
122 |
"error",
|
123 |
"never"
|
124 |
], |
125 |
"space-infix-ops": "error", |
126 |
"space-unary-ops": "error" |
127 |
} |
128 |
}, |
129 |
"homepage": "http://mongoosejs.com", |
130 |
"keywords": [
|
131 |
"mongodb",
|
132 |
"document",
|
133 |
"model",
|
134 |
"schema",
|
135 |
"database",
|
136 |
"odm",
|
137 |
"data",
|
138 |
"datastore",
|
139 |
"query",
|
140 |
"nosql",
|
141 |
"orm",
|
142 |
"db"
|
143 |
], |
144 |
"license": "MIT", |
145 |
"main": "./index.js", |
146 |
"name": "mongoose", |
147 |
"repository": {
|
148 |
"type": "git", |
149 |
"url": "git://github.com/Automattic/mongoose.git" |
150 |
}, |
151 |
"scripts": {
|
152 |
"fix-lint": "eslint . --fix", |
153 |
"lint": "eslint . --quiet", |
154 |
"nsp": "nsp check", |
155 |
"release": "git pull && git push origin master --tags && npm publish", |
156 |
"release-legacy": "git pull origin 4.x && git push origin 4.x --tags && npm publish --tag legacy", |
157 |
"test": "mocha --exit test/*.test.js test/**/*.test.js", |
158 |
"test-cov": "nyc --reporter=html --reporter=text npm test" |
159 |
}, |
160 |
"version": "5.0.10" |
161 |
} |