package.json
3.18 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"_from": "mongoose@^4.13.6",
"_id": "mongoose@4.13.17",
"_inBundle": false,
"_integrity": "sha512-VGeSP5O3k9HUXsNm9AocdAlVbfaHV/RHgHc8Jfvwr0D0ZyzgJ3JJ+MKSmz+omicNOhBsmpBEL1zVHM2uIj8tDQ==",
"_location": "/mongoose",
"_phantomChildren": {
"lodash": "4.17.11"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "mongoose@^4.13.6",
"name": "mongoose",
"escapedName": "mongoose",
"rawSpec": "^4.13.6",
"saveSpec": null,
"fetchSpec": "^4.13.6"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/mongoose/-/mongoose-4.13.17.tgz",
"_shasum": "0af0396b1e5af027edf404518c62cc194de7d17a",
"_spec": "mongoose@^4.13.6",
"_where": "D:\\OSS project\\YTMT",
"author": {
"name": "Guillermo Rauch",
"email": "guillermo@learnboost.com"
},
"browser": "lib/browser.js",
"browserDependencies": {
"browserify": "4.1.10",
"chai": "3.5.0",
"karma": "0.12.16",
"karma-chai": "0.1.0",
"karma-mocha": "0.1.4",
"karma-chrome-launcher": "0.1.4",
"karma-sauce-launcher": "0.2.8"
},
"bugs": {
"url": "https://github.com/Automattic/mongoose/issues/new",
"email": "mongoose-orm@googlegroups.com"
},
"bundleDependencies": false,
"dependencies": {
"async": "2.6.0",
"bson": "~1.0.4",
"hooks-fixed": "2.0.2",
"kareem": "1.5.0",
"lodash.get": "4.4.2",
"mongodb": "2.2.34",
"mpath": "0.5.1",
"mpromise": "0.5.5",
"mquery": "2.3.3",
"ms": "2.0.0",
"muri": "1.3.0",
"regexp-clone": "0.0.1",
"sliced": "1.0.1"
},
"deprecated": false,
"description": "Mongoose MongoDB ODM",
"devDependencies": {
"acquit": "0.4.1",
"acquit-ignore": "0.0.3",
"benchmark": "2.1.2",
"bluebird": "3.5.0",
"co": "4.6.0",
"dox": "0.3.1",
"eslint": "2.4.0",
"highlight.js": "7.0.1",
"istanbul": "0.4.4",
"jade": "0.26.3",
"lodash": "4.17.10",
"markdown": "0.5.0",
"marked": "0.3.9",
"mocha": "3.2.0",
"mongodb-topology-manager": "1.0.11",
"mongoose-long": "0.1.1",
"node-static": "0.7.7",
"nsp": "~2.8.1",
"power-assert": "1.4.1",
"q": "1.5.1",
"tbd": "0.6.4",
"uglify-js": "2.7.0",
"uuid": "2.0.3",
"uuid-parse": "1.0.0",
"validator": "5.4.0"
},
"directories": {
"lib": "./lib/mongoose"
},
"engines": {
"node": ">=0.6.19"
},
"homepage": "http://mongoosejs.com",
"keywords": [
"mongodb",
"document",
"model",
"schema",
"database",
"odm",
"data",
"datastore",
"query",
"nosql",
"orm",
"db"
],
"license": "MIT",
"main": "./index.js",
"name": "mongoose",
"repository": {
"type": "git",
"url": "git://github.com/Automattic/mongoose.git"
},
"scripts": {
"fix-lint": "eslint . --fix",
"install-browser": "npm install `node format_deps.js`",
"lint": "eslint . --quiet",
"nsp": "nsp check",
"release": "git push origin master --tags && npm publish",
"release-legacy": "git push origin 4.x --tags && npm publish --tag legacy",
"test": "mocha test/*.test.js test/**/*.test.js",
"test-cov": "istanbul cover --report text --report html _mocha test/*.test.js"
},
"version": "4.13.17"
}