package.json
2.28 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
{
"_args": [
[
{
"raw": "mpath@0.3.0",
"scope": null,
"escapedName": "mpath",
"name": "mpath",
"rawSpec": "0.3.0",
"spec": "0.3.0",
"type": "version"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/mongoose"
]
],
"_from": "mpath@0.3.0",
"_id": "mpath@0.3.0",
"_inCache": true,
"_location": "/mpath",
"_nodeVersion": "7.6.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/mpath-0.3.0.tgz_1496679040794_0.11744236410595477"
},
"_npmUser": {
"name": "vkarpov15",
"email": "val@karpov.io"
},
"_npmVersion": "4.1.2",
"_phantomChildren": {},
"_requested": {
"raw": "mpath@0.3.0",
"scope": null,
"escapedName": "mpath",
"name": "mpath",
"rawSpec": "0.3.0",
"spec": "0.3.0",
"type": "version"
},
"_requiredBy": [
"/mongoose"
],
"_resolved": "https://registry.npmjs.org/mpath/-/mpath-0.3.0.tgz",
"_shasum": "7a58f789e9b5fd3c94520634157960f26bd5ef44",
"_shrinkwrap": null,
"_spec": "mpath@0.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/mpath/issues"
},
"dependencies": {},
"description": "{G,S}et object values using MongoDB-like path notation",
"devDependencies": {
"benchmark": "~1.0.0",
"mocha": "1.8.1"
},
"directories": {},
"dist": {
"shasum": "7a58f789e9b5fd3c94520634157960f26bd5ef44",
"tarball": "https://registry.npmjs.org/mpath/-/mpath-0.3.0.tgz"
},
"gitHead": "bf07ea180fbbdf638cbabbf777852880135340f2",
"homepage": "https://github.com/aheckmann/mpath#readme",
"keywords": [
"mongodb",
"path",
"get",
"set"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "aaron",
"email": "aaron.heckmann+github@gmail.com"
},
{
"name": "vkarpov15",
"email": "val@karpov.io"
}
],
"name": "mpath",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/aheckmann/mpath.git"
},
"scripts": {
"test": "make test"
},
"version": "0.3.0"
}