package.json
2.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
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
{
"_args": [
[
{
"raw": "muri@1.3.0",
"scope": null,
"escapedName": "muri",
"name": "muri",
"rawSpec": "1.3.0",
"spec": "1.3.0",
"type": "version"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/mongoose"
]
],
"_from": "muri@1.3.0",
"_id": "muri@1.3.0",
"_inCache": true,
"_location": "/muri",
"_nodeVersion": "8.6.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/muri-1.3.0.tgz_1507677712894_0.266489670611918"
},
"_npmUser": {
"name": "vkarpov15",
"email": "val@karpov.io"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {},
"_requested": {
"raw": "muri@1.3.0",
"scope": null,
"escapedName": "muri",
"name": "muri",
"rawSpec": "1.3.0",
"spec": "1.3.0",
"type": "version"
},
"_requiredBy": [
"/mongoose"
],
"_resolved": "https://registry.npmjs.org/muri/-/muri-1.3.0.tgz",
"_shasum": "aeccf3db64c56aa7c5b34e00f95b7878527a4721",
"_shrinkwrap": null,
"_spec": "muri@1.3.0",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/mongoose",
"author": {
"name": "Aaron Heckmann",
"email": "aaron.heckmann+github@gmail.com"
},
"bugs": {
"url": "https://github.com/aheckmann/muri/issues"
},
"dependencies": {},
"description": "MongoDB URI parser",
"devDependencies": {
"mocha": "1.21.5"
},
"directories": {},
"dist": {
"integrity": "sha512-FiaFwKl864onHFFUV/a2szAl7X0fxVlSKNdhTf+BM8i8goEgYut8u5P9MqQqIYwvaMxjzVESsoEm/2kfkFH1rg==",
"shasum": "aeccf3db64c56aa7c5b34e00f95b7878527a4721",
"tarball": "https://registry.npmjs.org/muri/-/muri-1.3.0.tgz"
},
"gitHead": "b0c5b1c9ac0c168143a699c1b63c1c427d25a2df",
"homepage": "https://github.com/aheckmann/muri#readme",
"keywords": [
"mongodb",
"uri",
"parser"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "aaron",
"email": "aaron.heckmann+github@gmail.com"
},
{
"name": "vkarpov15",
"email": "val@karpov.io"
}
],
"name": "muri",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/aheckmann/muri.git"
},
"scripts": {
"test": "make test"
},
"version": "1.3.0"
}