package.json
1.31 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
{
"_from": "muri@1.3.0",
"_id": "muri@1.3.0",
"_inBundle": false,
"_integrity": "sha512-FiaFwKl864onHFFUV/a2szAl7X0fxVlSKNdhTf+BM8i8goEgYut8u5P9MqQqIYwvaMxjzVESsoEm/2kfkFH1rg==",
"_location": "/muri",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "muri@1.3.0",
"name": "muri",
"escapedName": "muri",
"rawSpec": "1.3.0",
"saveSpec": null,
"fetchSpec": "1.3.0"
},
"_requiredBy": [
"/mongoose"
],
"_resolved": "https://registry.npmjs.org/muri/-/muri-1.3.0.tgz",
"_shasum": "aeccf3db64c56aa7c5b34e00f95b7878527a4721",
"_spec": "muri@1.3.0",
"_where": "D:\\OSS project\\YTMT\\node_modules\\mongoose",
"author": {
"name": "Aaron Heckmann",
"email": "aaron.heckmann+github@gmail.com"
},
"bugs": {
"url": "https://github.com/aheckmann/muri/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "MongoDB URI parser",
"devDependencies": {
"mocha": "1.21.5"
},
"homepage": "https://github.com/aheckmann/muri#readme",
"keywords": [
"mongodb",
"uri",
"parser"
],
"license": "MIT",
"main": "index.js",
"name": "muri",
"repository": {
"type": "git",
"url": "git://github.com/aheckmann/muri.git"
},
"scripts": {
"test": "make test"
},
"version": "1.3.0"
}